org.pentaho.chart.model
Class BarPlot

java.lang.Object
  extended by org.pentaho.chart.model.Plot
      extended by org.pentaho.chart.model.TwoAxisPlot
          extended by org.pentaho.chart.model.BarPlot
All Implemented Interfaces:
Serializable

public class BarPlot
extends TwoAxisPlot
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class BarPlot.BarPlotFlavor
           
 
Nested classes/interfaces inherited from class org.pentaho.chart.model.Plot
Plot.Orientation
 
Field Summary
 
Fields inherited from class org.pentaho.chart.model.Plot
DEFAULT_PALETTE
 
Constructor Summary
BarPlot()
           
BarPlot(BarPlot.BarPlotFlavor flavor)
           
 
Method Summary
 BarPlot.BarPlotFlavor getFlavor()
           
 void setFlavor(BarPlot.BarPlotFlavor flavor)
          Set the visual appeal of the chart.
 
Methods inherited from class org.pentaho.chart.model.TwoAxisPlot
getDomainAxis, getHorizontalAxis, getRangeAxis, getVerticalAxis, setOrientation
 
Methods inherited from class org.pentaho.chart.model.Plot
getBackground, getOpacity, getOrientation, getPalette, getStyle, setBackground, setBackground, setBackground, setBackground, setOpacity, setPalette
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarPlot

public BarPlot()

BarPlot

public BarPlot(BarPlot.BarPlotFlavor flavor)
Method Detail

getFlavor

public BarPlot.BarPlotFlavor getFlavor()

setFlavor

public void setFlavor(BarPlot.BarPlotFlavor flavor)
Set the visual appeal of the chart.

Possible values
PLAINStandard two-dimensional chart
THREEDThree-dimensional chart
GLASSChart with glass components
SKETCHChart that has been sketched
STACKEDA stacked chart

Parameters:
flavor -