|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupDataset | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of GroupDataset in com.quinncurtis.chart2djava |
---|
Subclasses of GroupDataset in com.quinncurtis.chart2djava | |
---|---|
class |
TimeGroupDataset
Group data is a collection of data, where more than one dependent variable, the x's, corresponds to the independent one, the y's. |
Methods in com.quinncurtis.chart2djava that return GroupDataset | |
---|---|
GroupDataset |
GroupDataset.CompressGroupDataset(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. |
GroupDataset |
GroupDataset.CompressGroupDataset(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. |
GroupDataset |
GroupDataset.getFastClipDataset(java.lang.String s,
PhysicalCoordinates transform,
int fastclipmode,
java.lang.Integer fastclipoffset)
This method returns a truncated dataset that only includes the datapoints within the current scaling limits, assuming the the data is monotonic in the x or y direction. |
GroupDataset |
GroupPlot.getGroupDataset()
Returns a reference to the current GroupDataset. |
Methods in com.quinncurtis.chart2djava with parameters of type GroupDataset | |
---|---|
static boolean |
ChartSupport.calcNearestPoint(PhysicalCoordinates transform,
GroupDataset dataset,
boolean coordswap,
ChartPoint2D testpoint,
int nmode,
NearestPointData nearestpoint)
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point. |
void |
GroupDataset.copy(GroupDataset source)
Copies the source group dataset. |
static double |
ChartSupport.getDatasetsSumMax(GroupDataset[] datasets,
int numdatasets,
int naxis)
This method is used by the auto-scale routines to determine the maximum scale value for "stacked" graphs that use group data. |
static double |
ChartSupport.getDatasetsSumMin(GroupDataset[] datasets,
int numdatasets,
int naxis)
This method is used by the auto-scale routines to determine the minimum scale value for "stacked" graphs that use group data. |
void |
ArrowPlot.initArrowPlot(GroupDataset dataset,
Arrow basearrow,
ChartAttribute attrib)
This constructor initializes the dataset, base arrow object and attributes of this ArrowPlot object. |
void |
BubblePlot.initBubblePlot(GroupDataset dataset,
int bubblesizetype,
ChartAttribute attrib)
Sets the properties of an BubblePlot object. |
void |
CandlestickPlot.initCandlestickPlot(GroupDataset dataset,
double rwidth,
ChartAttribute defaultattrib,
ChartAttribute fillattrib)
Sets the properties of a candlestick plot. |
void |
CellPlot.initCellPlot(GroupDataset dataset,
ChartAttribute attrib)
This method initializes a new CellPlot object that will reside in the specified coordinate system. |
void |
ErrorBarPlot.initErrorBarPlot(GroupDataset dataset,
double rbarwidth,
ChartAttribute attrib)
Sets the properties of an error bar plot. |
void |
FloatingBarPlot.initFloatingBarPlot(GroupDataset dataset,
double rbarwidth,
ChartAttribute attrib,
int nbarjust)
Sets the properties of a floating bar plot. |
void |
GroupBarPlot.initGroupBarPlot(GroupDataset dataset,
double rbarwidth,
double rbarbase,
ChartAttribute[] attribs,
int nbarjust)
Sets the properties of a group bar plot. |
void |
HistogramPlot.initHistogramPlot(GroupDataset dataset,
double rbarbase,
ChartAttribute attrib)
Sets the properties of an floating bar plot. |
void |
LineGapPlot.initLineGapPlot(GroupDataset dataset,
ChartAttribute attrib)
Sets the properties of an LineGapPlot object that will reside in the specified coordinate system. |
void |
MultiLinePlot.initMultiLinePlot(GroupDataset dataset,
ChartAttribute[] attribs)
Sets the properties of a multi-line plot. |
void |
ChartPlot.initSegmentAttributes(ChartAttribute[] attribs,
GroupDataset dataset)
Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute objects. |
void |
ChartPlot.initSegmentAttributes(ChartAttribute attribs,
GroupDataset dataset)
Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute object. |
void |
StackedBarPlot.initStackedBarPlot(GroupDataset dataset,
double rbarwidth,
double rbarbase,
ChartAttribute[] attribs,
int nbarjust)
Sets the properties of a stacked bar plot. |
void |
StackedLinePlot.initStackedLinePlot(GroupDataset dataset,
ChartAttribute[] attribs)
Sets the properties of a stacked line plot. |
void |
GroupPlot.setDataset(GroupDataset dataset)
Replaces the current GroupDataset object with a new one. |
void |
GroupPlot.setGroupDataset(GroupDataset dataset)
Replaces the current GroupDataset object with a new one. |
void |
OHLCPlot.setOHLCPlot(GroupDataset dataset,
double rflagwidth,
ChartAttribute attrib)
Sets the properties of an open-high-low-close plot. |
Constructors in com.quinncurtis.chart2djava with parameters of type GroupDataset | |
---|---|
ArrowPlot(PhysicalCoordinates transform,
GroupDataset dataset,
Arrow basearrow,
ChartAttribute attrib)
This constructor creates a new ArrowPlot object that will reside in the specified coordinate system. |
|
BubblePlot(PhysicalCoordinates transform,
GroupDataset dataset,
int bubblesizetype,
ChartAttribute attrib)
This constructor creates a new BubblePlot object that will reside in the specified coordinate system. |
|
CandlestickPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rwidth,
ChartAttribute defaultattrib,
ChartAttribute fillattrib)
This constructor creates a new CandlestickPlot object that will reside in the specified coordinate system. |
|
CellPlot(PhysicalCoordinates transform,
GroupDataset dataset,
ChartAttribute attrib)
This constructor creates a new CellPlot object that will reside in the specified coordinate system. |
|
ErrorBarPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rbarwidth,
ChartAttribute attrib)
This constructor creates a new ErrorBarPlot object that will reside in the specified coordinate system. |
|
FloatingBarPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rbarwidth,
ChartAttribute attrib,
int nbarjust)
This constructor creates a new FloatingBarPlot object that will reside in the specified coordinate system. |
|
GroupBarPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rbarwidth,
double rbarbase,
ChartAttribute[] attribs,
int nbarjust)
This constructor creates a new GroupPlot object that will reside in the specified coordinate system. |
|
HistogramPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rbarbase,
ChartAttribute attrib)
This constructor creates a new HistogramPlot object that will reside in the specified coordinate system. |
|
LineGapPlot(PhysicalCoordinates transform,
GroupDataset dataset,
ChartAttribute attrib)
This constructor creates a new LineGapPlot object that will reside in the specified coordinate system. |
|
MultiLinePlot(PhysicalCoordinates transform,
GroupDataset dataset,
ChartAttribute[] attribs)
This constructor creates a new MultiLinePlot object that will reside in the specified coordinate system. |
|
OHLCPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rflagwidth,
ChartAttribute attrib)
This constructor creates a new OHLCPlot object that will reside in the specified coordinate system. |
|
StackedBarPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rbarwidth,
double rbarbase,
ChartAttribute[] attribs,
int nbarjust)
This constructor creates a new StackedBarPlot object that will reside in the specified coordinate system. |
|
StackedLinePlot(PhysicalCoordinates transform,
GroupDataset dataset,
ChartAttribute[] attribs)
This constructor creates a new StackedLinePlot object that will reside in the specified coordinate system. |
Uses of GroupDataset in com.quinncurtis.spcchartjava |
---|
Methods in com.quinncurtis.spcchartjava that return GroupDataset | |
---|---|
GroupDataset |
FrequencyHistogramChart.getHistogramDataset()
Get the GroupDatset object that holds the data used to plot the histogram. |
Methods in com.quinncurtis.spcchartjava with parameters of type GroupDataset | |
---|---|
void |
ProbabilityCoordinates.autoScale(GroupDataset dataset)
This method initializes an ProbabilityCoordinates object based on the range of x- and y-values in the supplied GroupDataset object. |
void |
ProbabilityCoordinates.autoScale(GroupDataset[] datasets)
This method initializes an ProbabilityCoordinates object based on the range of x- and y-values in an array of GroupDataset datasets. |
void |
ProbabilityCoordinates.autoScale(GroupDataset[] datasets,
int nroundmodex,
int nroundmodey)
This method initializes an ProbabilityCoordinates object based on the range of x- and y-values in an array of GroupDataset datasets. |
void |
ProbabilityCoordinates.autoScale(GroupDataset dataset,
int nroundmode)
This method initializes an ProbabilityCoordinates object based on the range of x- and y-values in the supplied GroupDataset object. |
void |
ProbabilityCoordinates.autoScale(GroupDataset dataset,
int nroundmodex,
int nroundmodey)
This method initializes an ProbabilityCoordinates object based on the range of x- and y-values in the supplied GroupDataset object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |