Uses of Class
com.quinncurtis.chart3djava.GroupDataset

Uses of GroupDataset in com.quinncurtis.chart3djava
 

Subclasses of GroupDataset in com.quinncurtis.chart3djava
 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.
 class TimeGroupDataset3D
          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.chart3djava 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 TimeGroupDataset3D.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 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.chart3djava with parameters of type GroupDataset
static boolean ChartSupport.calcNearestPoint(PhysicalCoordinates transform, GroupDataset dataset, boolean coordswap, ChartPoint3D 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 HistogramPlot.initHistogramPlot(PhysicalCoordinates transform, 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 MultiRibbonPlot.initMultiRibbonPlot(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 StackedRibbonPlot.initStackedRibbonPlot(GroupDataset dataset, ChartAttribute[] attribs)
          Sets the properties of a stacked ribbon plot.
 void GroupPlot.setDataset(GroupDataset dataset, boolean resizesegmentattrib)
          Replaces the current GroupDataset object with a new one.
 void FloatingStackedBar.setFloatingStackedBar(GroupDataset dataset, double rbarwidth, ChartAttribute[] attribs, int nbarjust)
          Sets the properties of an open-high-low-close plot.
 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.
 void OHLCBarPlot.SetOHLCPlot(GroupDataset dataset, double rflagwidth, ChartAttribute attrib)
          Sets the properties of an open-high-low-close plot.
 void OHLCBarPlot.SetOHLCPlot(GroupDataset dataset, double rflagwidth, ChartAttribute attrib, ChartAttribute openhighattrib, ChartAttribute closehighattrib)
          Sets the properties of an open-high-low-close plot.
 

Constructors in com.quinncurtis.chart3djava 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.
FloatingStackedBar(PhysicalCoordinates transform, GroupDataset dataset, double rbarwidth, ChartAttribute[] attribs, int nbarjust)
          This constructor creates a new FloatingStackedBar 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.
MultiRibbonPlot(PhysicalCoordinates transform, GroupDataset dataset, ChartAttribute[] attribs)
          This constructor creates a new MultiRibbonPlot object that will reside in the specified coordinate system.
OHLCBarPlot(PhysicalCoordinates transform, GroupDataset dataset, double rflagwidth, ChartAttribute attrib)
          This constructor creates a new OHLCBarPlot object that will reside in the specified coordinate system.
OHLCBarPlot(PhysicalCoordinates transform, GroupDataset dataset, double rflagwidth, ChartAttribute attrib, ChartAttribute openhighattrib, ChartAttribute closehighattrib)
          This constructor creates a new OHLCBarPlot 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.
StackedRibbonPlot(PhysicalCoordinates transform, GroupDataset dataset, ChartAttribute[] attribs)
          This constructor creates a new StackedRibbonPlot object that will reside in the specified coordinate system.