Uses of Class
com.quinncurtis.chart2djava.SimplePlot

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

Uses of SimplePlot in com.quinncurtis.chart2djava
 

Subclasses of SimplePlot in com.quinncurtis.chart2djava
 class SimpleBarPlot
          The SimpleBarPlot class extends the SimplePlot class and displays data in a bar format.
 class SimpleLineMarkerPlot
          The SimpleLineMarkerPlot class extends the SimplePlot class and displays simple datasets in a line plot format where individual data points can be highlighted with scatter plot symbols.
 class SimpleLinePlot
          The SimpleLinePlot class extends the SimplePlot class and displays simple datasets in line plot format.
 class SimpleScatterPlot
          The SimpleScatterPlot class extends the SimplePlot class and displays simple datasets in scatter plot format where each data point is represented using a symbol.
 

Methods in com.quinncurtis.chart2djava with parameters of type SimplePlot
 void SimplePlot.copy(SimplePlot source)
          Copies the source plot object.
 

Uses of SimplePlot in com.quinncurtis.spcchartjava
 

Subclasses of SimplePlot in com.quinncurtis.spcchartjava
 class SimpleMultiPlot
          This class creates a plot object that can be a line plot, bar plot, scatter plot or a line marker plot.