org.pentaho.chart.model
Class TwoAxisPlot

java.lang.Object
  extended by org.pentaho.chart.model.Plot
      extended by org.pentaho.chart.model.TwoAxisPlot
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AreaPlot, BarPlot, LinePlot, ScatterPlot

public class TwoAxisPlot
extends Plot
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
 
Method Summary
 Axis getDomainAxis()
           
 Axis getHorizontalAxis()
           
 NumericAxis getRangeAxis()
           
 Axis getVerticalAxis()
           
 void setOrientation(Plot.Orientation orientation)
          Plot.setOrientation(Orientation)
 
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
 

Method Detail

getHorizontalAxis

public Axis getHorizontalAxis()

getVerticalAxis

public Axis getVerticalAxis()

getDomainAxis

public Axis getDomainAxis()

getRangeAxis

public NumericAxis getRangeAxis()

setOrientation

public void setOrientation(Plot.Orientation orientation)
Plot.setOrientation(Orientation)

Overrides:
setOrientation in class Plot