org.pentaho.chart.model
Class BarPlot
java.lang.Object
org.pentaho.chart.model.Plot
org.pentaho.chart.model.TwoAxisPlot
org.pentaho.chart.model.BarPlot
- All Implemented Interfaces:
- Serializable
public class BarPlot
- extends TwoAxisPlot
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.chart.model.Plot |
getBackground, getOpacity, getOrientation, getPalette, getStyle, setBackground, setBackground, setBackground, setBackground, setOpacity, setPalette |
BarPlot
public BarPlot()
BarPlot
public BarPlot(BarPlot.BarPlotFlavor flavor)
getFlavor
public BarPlot.BarPlotFlavor getFlavor()
setFlavor
public void setFlavor(BarPlot.BarPlotFlavor flavor)
- Set the visual appeal of the chart.
Possible values |
PLAIN | Standard two-dimensional chart |
THREED | Three-dimensional chart |
GLASS | Chart with glass components |
SKETCH | Chart that has been sketched |
STACKED | A stacked chart |
- Parameters:
flavor
-