Uses of Class
com.quinncurtis.chart3djava.SimplePlot

Uses of SimplePlot in com.quinncurtis.chart3djava
 

Subclasses of SimplePlot in com.quinncurtis.chart3djava
 class PipeLinePlot
          The PipeLinePlot class extends the SimplePlot class and displays simple datasets in pipe-line plot format.
 class SimpleBarPlot
          The SimpleBarPlot class extends the SimplePlot class and displays data in a bar format.
 class SimpleLineMarkerPlot
          Revisions 12/24/2005 changed lineMarkerPlot and drawLineMakerPlot
 class SimpleLinePlot
          The SimpleLinePlot class extends the SimplePlot class and displays simple datasets in line plot format.
 class SimpleRibbonPlot
          The SimpleRibbonPlot class extends the SimplePlot class and displays data in a bar 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.chart3djava with parameters of type SimplePlot
 void SimplePlot.copy(SimplePlot source)
          Copies the source plot object.