Uses of Class
com.quinncurtis.chart3djava.StringArray

Uses of StringArray in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava that return StringArray
 StringArray ChartDataset.getGroupStrings()
          Get method returns the string array that can be used to access the group strings in the dataset.
 

Methods in com.quinncurtis.chart3djava with parameters of type StringArray
 void StringArray.copy(StringArray source)
          Copies the source array to the current instance.
static void StringArray.copyArray(StringArray source, int sourceoffset, StringArray dest, int destoffset, int count)
          Static routine copies all or part of one array to another.
 void StringArray.nDCopy(StringArray source)
          Non-Destructive copy does not reallocate buffers, limits copy to the number of elements in the smaller of two arrays, the source or the current instance.
 int StringArray.setElements(StringArray source)
          Initializes the elements of the array, starting at element 0.
 int StringArray.setElements(StringArray source, int count)
          Initializes the elements of the array, starting at element 0 and continuing for count elements.