org.pentaho.chart.model
Class ScatterPlot

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

public class ScatterPlot
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
ScatterPlot()
           
 
Method Summary
 NumericAxis getXAxis()
           
 NumericAxis getYAxis()
           
 
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

ScatterPlot

public ScatterPlot()
Method Detail

getXAxis

public NumericAxis getXAxis()

getYAxis

public NumericAxis getYAxis()