Uses of Class
com.quinncurtis.chart2djava.DoubleArray2D

Packages that use DoubleArray2D
com.quinncurtis.chart2djava   
 

Uses of DoubleArray2D in com.quinncurtis.chart2djava
 

Methods in com.quinncurtis.chart2djava that return DoubleArray2D
 DoubleArray2D GroupDataset.getGroupDataObj()
          This method returns a reference to the internal DoubleArray2D object used to store the group y-values.
 DoubleArray2D GroupDataset.getYDataObj()
          This method returns a reference to the internal DoubleArray2D object used to store the group y-values.
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.
 

Methods in com.quinncurtis.chart2djava with parameters of type DoubleArray2D
 void DoubleArray2D.copy(DoubleArray2D source)
          Copies the source array.
static void DoubleArray2D.copyArray(DoubleArray2D source, int sourcerow, int sourceoffset, DoubleArray2D dest, int destrow, int destoffset, int count)
          Static routine copies a row of a DoubleArray2D to a row of another DoubleArray2D.
static void DoubleArray2D.copyArray(DoubleArray2D source, int sourcerow, int sourceoffset, DoubleArray dest, int destoffset, int count)
          Static routine copies a row of a DoubleArray2D to a DoubleArray.
static void DoubleArray2D.copyArray(DoubleArray source, int sourceoffset, DoubleArray2D dest, int destrow, int destoffset, int count)
          Static routine copies a row of a DoubleArray2D to a DoubleArray.
static double ChartSupport.getMaximum(DoubleArray2D rc, BoolArray valid, int ngroup)
          This method returns the maximum value in a 2D array.
static double ChartSupport.getMinimum(DoubleArray2D rc, BoolArray valid, int ngroup)
          This method returns the minimum value in a 2D 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.
 void DoubleArray2D.setElements(DoubleArray2D source)
          Sets the elements of the array.