|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoolArray | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of BoolArray in com.quinncurtis.chart2djava |
---|
Methods in com.quinncurtis.chart2djava that return BoolArray | |
---|---|
BoolArray |
ChartDataset.getValidDataObj()
This method returns a copy of the validData array, the array of boolean values that specify whether the x- and y-values at a given index are valid. |
BoolArray |
ChartDataset.ValidData()
This method returns a reference to the BoolArray object used to store the valid data flags of the dataset. |
Methods in com.quinncurtis.chart2djava with parameters of type BoolArray | |
---|---|
void |
BoolArray.copy(BoolArray source)
Copies the source array to the current instance. |
static void |
BoolArray.copyArray(BoolArray source,
int sourceoffset,
BoolArray dest,
int destoffset,
int count)
Static routine copies all or part of one array to another. |
static double |
ChartSupport.getMaximum(DoubleArray2D rc,
BoolArray valid,
int ngroup)
This method returns the maximum value in a 2D array. |
static double |
ChartSupport.getMaximum(DoubleArray r,
BoolArray valid)
This method returns the maximum value in an array. |
static double |
ChartSupport.getMinimum(DoubleArray2D rc,
BoolArray valid,
int ngroup)
This method returns the minimum value in a 2D array. |
static double |
ChartSupport.getMinimum(DoubleArray r,
BoolArray valid)
This method returns the minimum value in an array. |
static DoubleArray |
ChartSupport.makeCompressArray(int ctype,
int wSkip,
int lFirst,
int lLast,
DoubleArray source,
BoolArray validflags)
This methods creates and returns a new array that is the data reduced version of the source array. |
static DoubleArray2D |
ChartSupport.makeGroupCompressArray(int ctype,
int wSkip,
int lFirst,
int lLast,
DoubleArray2D source,
BoolArray validflags)
This methods creates and returns a new group data array that is the data reduced version of the source array. |
static DoubleArray |
ChartSupport.makeTimeCompressArray(int compresstimefield,
int compresstype,
int lFirst,
int lLast,
DoubleArray sourcetime,
DoubleArray sourcey,
BoolArray validflags)
This methods creates and returns a new array of time based values that is the data reduced version of the source array of time based values. |
void |
BoolArray.nDCopy(BoolArray 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 |
BoolArray.setElements(BoolArray source)
Initializes the elements of the array, starting at element 0. |
int |
BoolArray.setElements(BoolArray source,
int count)
Initializes the elements of the array, starting at element 0 and continuing for count elements. |
Uses of BoolArray in com.quinncurtis.spcchartjava |
---|
Methods in com.quinncurtis.spcchartjava that return BoolArray | |
---|---|
BoolArray |
SPCProcessCapabilityRecord.getValidValueFlags()
Get the reference to the validValueFlags array. |
BoolArray |
SPCCalculatedValueRecord.getValidValueFlags()
Get the reference to the validValueFlags array. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |