|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringArray | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of StringArray in com.quinncurtis.chart2djava |
---|
Methods in com.quinncurtis.chart2djava 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.chart2djava 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. |
Uses of StringArray in com.quinncurtis.spcchartjava |
---|
Methods in com.quinncurtis.spcchartjava that return StringArray | |
---|---|
StringArray |
AlarmStatusToolTip.getAlarmString()
Get the underlying strings, allowing strings to be updated from rich text box.. |
StringArray |
ParetoChart.getCategoryStrings()
Get the StringArray object holding the strings used to label the categories of the Pareto plot. |
StringArray |
NotesToolTip.getNotesString()
Get the underlying strings, allowing strings to be updated from rich text box.. |
Methods in com.quinncurtis.spcchartjava with parameters of type StringArray | |
---|---|
void |
AlarmStatusToolTip.setAlarmString(StringArray value)
Set the underlying strings, allowing strings to be updated from rich text box.. |
void |
NotesToolTip.setNotesString(StringArray value)
Set the underlying strings, allowing strings to be updated from rich text box.. |
void |
ParetoChart.sortCategoryItems(DoubleArray categoryitems,
StringArray stringitems,
boolean ascending)
Sort the category values and category strings. |
Constructors in com.quinncurtis.spcchartjava with parameters of type StringArray | |
---|---|
SPCControlChartData(int charttype,
int numsamplecategories,
int numrecordsperchart,
StringArray samplerowheadstrings,
int samplesize,
double timeincrementminutes)
Constructor for an Attribute Control chart SPCControlChartData class. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |