Uses of Class
com.quinncurtis.chart2djava.SimpleDataset

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

Uses of SimpleDataset in com.quinncurtis.chart2djava
 

Subclasses of SimpleDataset 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 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 SimpleDataset
 SimpleDataset SimpleDataset.compressSimpleDataset(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.
 SimpleDataset SimpleDataset.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.
 SimpleDataset GroupDataset.getSimpleDataset(java.lang.String sname, int group)
          This methods creates a new, SimpleDataset object using the x-values and the y-values of the specified group.
 

Methods in com.quinncurtis.chart2djava that return types with arguments of type SimpleDataset
static java.util.Vector<SimpleDataset> SimpleDataset.TypeSafeVectorCopy(java.util.Vector<SimpleDataset> source)
           Returns an object that is a typesafe copy of the source Vector object.
 

Methods in com.quinncurtis.chart2djava with parameters of type SimpleDataset
static boolean ChartSupport.calcNearestPoint(PhysicalCoordinates transform, SimpleDataset 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 SimpleDataset.combineDataset(SimpleDataset source, int combinecoord, int op)
          Combine this dataset with another, using one of three combine modes (COMBINE_DATASET_X, COMBINE_DATASET_Y, or COMBINE_DATASET_XY), and four combine operators (COMBINE_DATASET_ADD, COMBINE_DATASET_SUBTRACT, COMBINE_DATASET_MUTLIPLY or COMBINE_DATASET_DIVIDE).
 void SimpleDataset.copy(SimpleDataset source)
          Copies the source dataset.
 void SimpleBarPlot.initBarPlot(SimpleDataset dataset, double barwidth, double barbase, ChartAttribute attrib, int barjust)
          Sets the properties of a bar plot.
 int PolarLinePlot.initPolarLinePlot(SimpleDataset dataset, ChartAttribute attrib)
          Sets the properties of a polar line plot.
 void PolarScatterPlot.initPolarScatterPlot(SimpleDataset dataset, int symtype, ChartAttribute attrib)
          Sets the properties of a polar scatter plot.
 void SimpleLineMarkerPlot.lineMarkerPlot(SimpleDataset dataset, int symtype, ChartAttribute lineattrib, ChartAttribute symbolattrib, int nsymbolstart, int nsymbolskip)
          Sets the properties of a line marker plot.
 void SimpleLinePlot.linePlot(SimpleDataset dataset, ChartAttribute attrib)
          Sets the properties of a line plot.
 void SimpleScatterPlot.scatterPlot(SimpleDataset dataset, int symtype, ChartAttribute attrib)
          Sets the properties of a scatter plot.
 void SimplePlot.setDataset(SimpleDataset dataset)
          Replaces the current SimpleDataset object with a new one.
 void PolarPlot.setDataset(SimpleDataset dataset)
          Replaces the current SimpleDataset object with a new one.
 void PieChart.setDataset(SimpleDataset dataset)
          Replaces the current SimpleDataset object with a new one.
 

Method parameters in com.quinncurtis.chart2djava with type arguments of type SimpleDataset
static java.util.Vector<SimpleDataset> SimpleDataset.TypeSafeVectorCopy(java.util.Vector<SimpleDataset> source)
           Returns an object that is a typesafe copy of the source Vector object.
 

Constructors in com.quinncurtis.chart2djava with parameters of type SimpleDataset
PieChart(PhysicalCoordinates transform, SimpleDataset dataset, java.lang.String[] spiestring1s, ChartAttribute[] attribs, int labelinout1, int pielabelformat)
          This constructor creates a new PieChart object and scales it to match the specified minimum and maximum values.
PolarLinePlot(PolarCoordinates transform, SimpleDataset dataset, ChartAttribute attrib)
          This constructor creates a new PolarLinePlot object that will reside in the specified coordinate system.
PolarScatterPlot(PolarCoordinates transform, SimpleDataset dataset, int symtype, ChartAttribute attrib)
          This constructor creates a new PolarScatterPlot object that will reside in the specified coordinate system.
SimpleBarPlot(PhysicalCoordinates transform, SimpleDataset dataset, double barwidth, double barbase, ChartAttribute attrib, int barjust)
          This constructor creates a new SimpleBarPlot object that will reside in the specified coordinate system.
SimpleLineMarkerPlot(PhysicalCoordinates transform, SimpleDataset dataset, int symtype, ChartAttribute lineattrib, ChartAttribute symbolattrib, int nsymbolstart, int nsymbolskip)
          This constructor creates a new SimpleLineMarkerPlot object that will reside in the specified coordinate system.
SimpleLinePlot(PhysicalCoordinates transform, SimpleDataset dataset, ChartAttribute attrib)
          This constructor creates a new SimpleLinePlot object that will reside in the specified coordinate system.
SimpleScatterPlot(PhysicalCoordinates transform, SimpleDataset dataset, int symtype, ChartAttribute attrib)
          This constructor creates a new SimpleScatterPlot object that will reside in the specified coordinate system.
 

Uses of SimpleDataset in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava that return SimpleDataset
 SimpleDataset ParetoChart.getCumulativeFreqDataset()
          Get the dataset object used to hold the cumualtive frequency values of the data plot.
 SimpleDataset ParetoChart.getFrequencyDataset()
          Get the dataset object used to hold the frequency histogram values of the bar plot.
 SimpleDataset SPCControlPlotObjectData.getPlotSimpleDataset()
          Get a reference to the SimpleDataset used to plot the data.
 SimpleDataset ProbabilityChart.getProbabilityDataset()
          Get the dataset holding the data values of the plot.
 

Methods in com.quinncurtis.spcchartjava that return types with arguments of type SimpleDataset
 java.util.Vector<SimpleDataset> SPCChartObjects.getAutoScaleVector()
          Get the array of all of the datasets used in the graph, used in the auto-scale routines.
 

Methods in com.quinncurtis.spcchartjava with parameters of type SimpleDataset
 void ProbabilityCoordinates.autoScale(SimpleDataset dataset)
          This method initializes an ProbabilityCoordinates object based on the range of x- and y-values in the supplied object.
 void ProbabilityCoordinates.autoScale(SimpleDataset[] datasets)
          This method initializes an ProbabilityCoordinates object based on the range of x- and y-values in an array of datasets.
 void ProbabilityCoordinates.autoScale(SimpleDataset[] 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(SimpleDataset 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 SimpleDataset
SimpleMultiPlot(PhysicalCoordinates transform, SimpleDataset dataset, ChartAttribute lineattrib)
          This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system.
SimpleMultiPlot(PhysicalCoordinates transform, SimpleDataset dataset, double barwidth, double barbase, ChartAttribute attrib, int barjust)
          This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system.
SimpleMultiPlot(PhysicalCoordinates transform, SimpleDataset dataset, int symtype, ChartAttribute symbolattrib)
          This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system.
SimpleMultiPlot(PhysicalCoordinates transform, SimpleDataset dataset, int symtype, ChartAttribute lineattrib, ChartAttribute symbolattrib, double barwidth)
          This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system.