Uses of Class
com.quinncurtis.chart2djava.ChartDataset

Packages that use ChartDataset
com.quinncurtis.chart2djava   
com.quinncurtis.spcchartjava   
 

Uses of ChartDataset in com.quinncurtis.chart2djava
 

Subclasses of ChartDataset in com.quinncurtis.chart2djava
 class ContourDataset
          The ContourDataset class extends the SimpleDataset class, adding a third dimension (z-values) needed to produce a contour plot.
 class GroupDataset
          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 SimpleDataset
          A simple dataset class encapsulates x- and y-data values that are to be used as source of chart information.
 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 TimeSimpleDataset
          A simple dataset class encapsulates x- and y-data values that are to be used as source of chart information.
 

Methods in com.quinncurtis.chart2djava that return ChartDataset
 ChartDataset SimplePlot.getDataset()
          Returns a reference to the current SimpleDataset.
 ChartDataset PolarPlot.getDataset()
          Returns a reference to the dataset.
 ChartDataset PieChart.getDataset()
          Returns a reference to the current SimpleDataset.
 ChartDataset GroupPlot.getDataset()
          Returns a reference to the current GroupDataset.
 ChartDataset ContourPlot.getDataset()
          Returns a reference to the current ContourDataset.
abstract  ChartDataset ChartPlot.getDataset()
          An abstract method that must returns a reference to the current dataset.
 ChartDataset DataToolTip.getSelectedDataset()
          In the mousePressed event, this function will return the selected plot objects dataset.
 

Methods in com.quinncurtis.chart2djava with parameters of type ChartDataset
 void TimeCoordinates.autoScale(ChartDataset dataset)
          This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied TimeSimpleDataset object.
 void PolarCoordinates.autoScale(ChartDataset dataset)
          This method initializes an PolarCoordinates object based on the range of x-values (polar magnitudes) in a dataset.
abstract  void PhysicalCoordinates.autoScale(ChartDataset dataset)
          This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied TimeSimpleDataset object.
 void CartesianCoordinates.autoScale(ChartDataset dataset)
          This method initializes an CartesianCoordinates object based on the range of x- and y-values in the supplied dataset.
 void TimeCoordinates.autoScale(ChartDataset[] datasets)
          This method initializes an TimeCoordinates object based on the range of x- and y-values in an array of TimeSimpleDataset datasets.
 void PolarCoordinates.autoScale(ChartDataset[] datasets)
          This method initializes an PolarCoordinates object based on the range of x-values (polar magnitudes) in an array of datasets.
abstract  void PhysicalCoordinates.autoScale(ChartDataset[] datasets)
          This method initializes an TimeCoordinates object based on the range of x- and y-values in an array of TimeSimpleDataset datasets.
 void CartesianCoordinates.autoScale(ChartDataset[] datasets)
          This method initializes an CartesianCoordinates object based on the range of x- and y-values in an array of datasets.
 void PolarCoordinates.autoScale(ChartDataset[] datasets, int nroundmode)
          This method initializes an PolarCoordinates object based on the range of x-values (polar magnitudes) in an array of datasets.
 void TimeCoordinates.autoScale(ChartDataset[] datasets, int nroundmodex, int nroundmodey)
          This method initializes an TimeCoordinates object based on the range of x- and y-values in an array of TimeSimpleDataset datasets.
abstract  void PhysicalCoordinates.autoScale(ChartDataset[] datasets, int nroundmodex, int nroundmodey)
          This method initializes an TimeCoordinates object based on the range of x- and y-values in an array of TimeSimpleDataset datasets.
 void CartesianCoordinates.autoScale(ChartDataset[] datasets, int nroundmodeX, int nroundmodeY)
          This method initializes an CartesianCoordinates object based on the range of x- and y-values in an array of datasets.
 void PolarCoordinates.autoScale(ChartDataset dataset, int nroundmode)
          This method initializes an PolarCoordinates object based on the range of x-values (polar magnitudes) in a dataset.
 void TimeCoordinates.autoScale(ChartDataset dataset, int nroundmodex, int nroundmodey)
          This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied TimeSimpleDataset object.
abstract  void PhysicalCoordinates.autoScale(ChartDataset dataset, int nroundmodex, int nroundmodey)
          This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied TimeSimpleDataset object.
 void CartesianCoordinates.autoScale(ChartDataset dataset, int nroundmodeX, int nroundmodeY)
          This method initializes an CartesianCoordinates object based on the range of x- and y-values in the supplied dataset.
 void PolarCoordinates.calcAutoScale(ChartDataset[] datasets, int nroundmode)
          Calculates a polar axis scale based on the range of x-values (polar magnitudes) in an array of datasets.
 void PolarCoordinates.calcAutoScale(ChartDataset dataset, int nroundmode)
          Calculates a polar axis scale based on the range of x-values (polar magnitudes) in a dataset.
 void TimeCoordinates.calcTimeAutoScale(ChartDataset[] datasets, int nroundmodex, int nroundmodey)
          This method initializes an TimeCoordinates object based on the range of x- and y-values in an array of TimeSimpleDataset datasets.
 void TimeCoordinates.calcTimeAutoScale(ChartDataset dataset, int nroundmodex, int nroundmodey)
          This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied T imeSimpleDataset dataset.
 void ChartDataset.copy(ChartDataset source)
          Copies the source dataset.
static double ChartSupport.getDatasetsMax(ChartDataset[] datasets, int numdatasets, int naxis)
          This static method returns the maximum value in an array of SimpleDataset objects.
static double ChartSupport.getDatasetsMin(ChartDataset[] datasets, int numdatasets, int naxis)
          This static method returns the minimum value in an array of SimpleDataset objects.
 void AutoScale.setChartAutoScale(ChartDataset[] datasets, int naxis, int nmode)
          Initialize an AutoScale object based on the data values in a a group of datasets.
 void AutoScale.setChartAutoScale(ChartDataset dataset, int naxis, int nmode)
          Initialize an AutoScale object based on the data values in a dataset.
 

Constructors in com.quinncurtis.chart2djava with parameters of type ChartDataset
LinearAutoScale(ChartDataset[] datasets, int naxis, int nmode)
          This constructor creates a new LinearAutoScale object based on the data values in an array of datasets.
LinearAutoScale(ChartDataset dataset, int naxis, int nmode)
          This constructor creates a new LinearAutoScale object based on the data values in a dataset.
LogAutoScale(ChartDataset[] datasets, int naxis, int nmode)
          This constructor creates a new LogAutoScale object based on the data values in an array of datasets.
LogAutoScale(ChartDataset dataset, int naxis, int nmode)
          This constructor creates a new LogAutoScale object based on the data values in a dataset.
 

Uses of ChartDataset in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava with parameters of type ChartDataset
 void ProbabilityCoordinates.autoScale(ChartDataset dataset)
          This method initializes an ProbabilityCoordinates object based on the range of x- and y-values in the supplied dataset object.
 void ProbabilityCoordinates.autoScale(ChartDataset[] datasets)
          This method initializes an ProbabilityCoordinates object based on the range of x- and y-values in an array of datasets.
 void ProbabilityCoordinates.autoScale(ChartDataset[] datasets, int nroundmodex, int nroundmodey)
          This method initializes an ProbabilityCoordinates object based on the range of x- and y-values in an array of datasets.
 void ProbabilityCoordinates.autoScale(ChartDataset dataset, int nroundmodex, int nroundmodey)
          This method initializes an ProbabilityCoordinates object based on the range of x- and y-values in the supplied object.
 

Constructors in com.quinncurtis.spcchartjava with parameters of type ChartDataset
ProbabilityAutoScale(ChartDataset[] datasets, int naxis, int nmode)
          This constructor creates a new ProbabilityAutoScale object based on the data values in an array of datasets.
ProbabilityAutoScale(ChartDataset dataset, int naxis, int nmode)
          This constructor creates a new ProbabilityAutoScale object based on the data values in a dataset.