Uses of Class
org.pentaho.chart.model.LinePlot.LinePlotFlavor

Packages that use LinePlot.LinePlotFlavor
org.pentaho.chart.model   
 

Uses of LinePlot.LinePlotFlavor in org.pentaho.chart.model
 

Methods in org.pentaho.chart.model that return LinePlot.LinePlotFlavor
 LinePlot.LinePlotFlavor LinePlot.getFlavor()
           
static LinePlot.LinePlotFlavor LinePlot.LinePlotFlavor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LinePlot.LinePlotFlavor[] LinePlot.LinePlotFlavor.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.pentaho.chart.model with parameters of type LinePlot.LinePlotFlavor
 void LinePlot.setFlavor(LinePlot.LinePlotFlavor flavor)
          Set the visual appeal of the chart.
 

Constructors in org.pentaho.chart.model with parameters of type LinePlot.LinePlotFlavor
LinePlot(LinePlot.LinePlotFlavor flavor)