|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeGroupDataset | |
---|---|
com.quinncurtis.chart2djava |
Uses of TimeGroupDataset in com.quinncurtis.chart2djava |
---|
Methods in com.quinncurtis.chart2djava that return TimeGroupDataset | |
---|---|
TimeGroupDataset |
TimeGroupDataset.compressTimeFieldGroupDataset(int ctypex,
int[] ctypey,
int timefield,
int startindex,
int endindex,
java.lang.String newname)
This methods creates and returns a new dataset that is the data reduced version of the source dataset. |
TimeGroupDataset |
TimeGroupDataset.compressTimeFieldGroupDataset(int ctypex,
int ctypey,
int timefield,
int startindex,
int endindex,
java.lang.String newname)
This methods creates and returns a new dataset that is the data reduced version of the source dataset. |
TimeGroupDataset |
TimeGroupDataset.compressTimeGroupDataset(int ctypex,
int[] ctypey,
int interval,
int startindex,
int endindex,
java.lang.String newname)
This methods creates and returns a new dataset that is the data reduced version of the source dataset. |
TimeGroupDataset |
TimeGroupDataset.compressTimeGroupDataset(int ctypex,
int ctypey,
int interval,
int startindex,
int endindex,
java.lang.String newname)
This methods creates and returns a new dataset that is the data reduced version of the source dataset. |
Methods in com.quinncurtis.chart2djava with parameters of type TimeGroupDataset | |
---|---|
void |
TimeCoordinates.autoScale(TimeGroupDataset dataset)
This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied TimeGroupDataset object. |
void |
TimeCoordinates.autoScale(TimeGroupDataset[] datasets)
This method initializes an TimeCoordinates object based on the range of x- and y-values in an array of TimeGroupDataset datasets. |
void |
TimeCoordinates.autoScale(TimeGroupDataset[] datasets,
int nroundmodex,
int nroundmodey)
This method initializes an TimeCoordinates object based on the range of x- and y-values in an array of TimeGroupDataset datasets. |
void |
TimeCoordinates.autoScale(TimeGroupDataset dataset,
int nroundmode)
This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied TimeGroupDataset object. |
void |
TimeCoordinates.autoScale(TimeGroupDataset dataset,
int nroundmodex,
int nroundmodey)
This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied TimeGroupDataset object. |
void |
TimeGroupDataset.copy(TimeGroupDataset source)
Copies the source dataset. |
Constructors in com.quinncurtis.chart2djava with parameters of type TimeGroupDataset | |
---|---|
TimeAutoScale(TimeCoordinates transform,
TimeGroupDataset[] datasets,
int naxis,
int nmode)
This constructor creates a new TimeAutoScale object based on the data values in an array of datasets. |
|
TimeAutoScale(TimeCoordinates transform,
TimeGroupDataset dataset,
int naxis,
int nmode)
This constructor creates a new TimeAutoScale object based on the data values in a dataset. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |