org.pentaho.chart.model
Class NumericAxis

java.lang.Object
  extended by org.pentaho.chart.model.Axis
      extended by org.pentaho.chart.model.NumericAxis
All Implemented Interfaces:
Serializable

public class NumericAxis
extends Axis
implements Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.chart.model.Axis
Axis.LabelOrientation
 
Constructor Summary
NumericAxis()
           
 
Method Summary
 Number getMaxValue()
           
 Number getMinValue()
           
 void setMaxValue(Number maxValue)
          The maximum value of the axis
 void setMinValue(Number minValue)
          The minumum value of the axis
 
Methods inherited from class org.pentaho.chart.model.Axis
getFontFamily, getFontSize, getFontStyle, getFontWeight, getLabelOrientation, getLegend, setFont, setFont, setFontFamily, setFontSize, setFontStyle, setFontWeight, setLabelOrientation, setLegend
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericAxis

public NumericAxis()
Method Detail

getMinValue

public Number getMinValue()

setMinValue

public void setMinValue(Number minValue)
The minumum value of the axis

Parameters:
minValue -

getMaxValue

public Number getMaxValue()

setMaxValue

public void setMaxValue(Number maxValue)
The maximum value of the axis

Parameters:
maxValue -