Uses of Class
org.pentaho.chart.model.Plot

Packages that use Plot
org.pentaho.chart.model   
 

Uses of Plot in org.pentaho.chart.model
 

Subclasses of Plot in org.pentaho.chart.model
 class AreaPlot
           
 class BarPlot
           
 class DialPlot
           
 class LinePlot
           
 class PiePlot
           
 class ScatterPlot
           
 class TwoAxisPlot
           
 

Methods in org.pentaho.chart.model that return Plot
 Plot ChartModel.getPlot()
           
 

Methods in org.pentaho.chart.model with parameters of type Plot
 void ChartModel.setPlot(Plot plot)
          The plot is the area on which the chart will be rendered.