Uses of Class
com.quinncurtis.spcchartjava.SimpleMultiPlot

Packages that use SimpleMultiPlot
com.quinncurtis.spcchartjava   
 

Uses of SimpleMultiPlot in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava that return SimpleMultiPlot
 SimpleMultiPlot SPCControlPlotObjectData.getBarPlot()
          Get a reference to the SimpleBarPlot used to plot the data.
 SimpleMultiPlot SPCControlPlotObjectData.getLineMarkerPlot()
          Get a reference to the SimpleLineMarkerPlot used to plot the data.
 SimpleMultiPlot SPCControlPlotObjectData.getLinePlot()
          Get a reference to the SimpleLinePlot used to plot the data.
 SimpleMultiPlot SPCControlPlotObjectData.getScatterPlot()
          Get a reference to the SimpleScatterPlot used to plot the data.
 

Methods in com.quinncurtis.spcchartjava with parameters of type SimpleMultiPlot
 void SimpleMultiPlot.copy(SimpleMultiPlot source)
          Copies the source SimpleMultiPlot object.