Uses of Class
org.pentaho.chart.model.BarPlot.BarPlotFlavor

Packages that use BarPlot.BarPlotFlavor
org.pentaho.chart.model   
 

Uses of BarPlot.BarPlotFlavor in org.pentaho.chart.model
 

Methods in org.pentaho.chart.model that return BarPlot.BarPlotFlavor
 BarPlot.BarPlotFlavor BarPlot.getFlavor()
           
static BarPlot.BarPlotFlavor BarPlot.BarPlotFlavor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BarPlot.BarPlotFlavor[] BarPlot.BarPlotFlavor.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 BarPlot.BarPlotFlavor
 void BarPlot.setFlavor(BarPlot.BarPlotFlavor flavor)
          Set the visual appeal of the chart.
 

Constructors in org.pentaho.chart.model with parameters of type BarPlot.BarPlotFlavor
BarPlot(BarPlot.BarPlotFlavor flavor)