Uses of Class
com.quinncurtis.chart2djava.SimpleLineMarkerPlot

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

Uses of SimpleLineMarkerPlot in com.quinncurtis.chart2djava
 

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

Uses of SimpleLineMarkerPlot in com.quinncurtis.spcchartjava
 

Subclasses of SimpleLineMarkerPlot 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.
 

Methods in com.quinncurtis.spcchartjava that return SimpleLineMarkerPlot
 SimpleLineMarkerPlot ParetoChart.getLineMarkerPlot()
          Get the line marker plot object displaying the cumualtive frequency part of the chart.