org.pentaho.chart.model
Class AreaPlot

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

public class AreaPlot
extends TwoAxisPlot
implements Serializable

See Also:
Serialized Form

Nested Class Summary
 
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
AreaPlot()
           
 
Method Summary
 
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

AreaPlot

public AreaPlot()