org.pentaho.chart.model
Class DialPlot.DialRange

java.lang.Object
  extended by org.pentaho.chart.model.DialPlot.DialRange
All Implemented Interfaces:
Serializable, Comparable<DialPlot.DialRange>
Enclosing class:
DialPlot

public static class DialPlot.DialRange
extends Object
implements Serializable, Comparable<DialPlot.DialRange>

See Also:
Serialized Form

Constructor Summary
DialPlot.DialRange()
           
DialPlot.DialRange(Number minValue, Number maxValue)
           
DialPlot.DialRange(Number minValue, Number maxValue, Integer color)
           
 
Method Summary
 int compareTo(DialPlot.DialRange o)
           
 boolean equals(Object obj)
           
 Integer getColor()
           
 Number getMaxValue()
           
 Number getMinValue()
           
 CssStyle getStyle()
           
 void setColor(Integer color)
           
 void setMaxValue(Number maxValue)
           
 void setMinValue(Number minValue)
           
 void setRange(Number minValue, Number maxValue)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialPlot.DialRange

public DialPlot.DialRange()

DialPlot.DialRange

public DialPlot.DialRange(Number minValue,
                          Number maxValue)

DialPlot.DialRange

public DialPlot.DialRange(Number minValue,
                          Number maxValue,
                          Integer color)
Method Detail

getStyle

public CssStyle getStyle()

getColor

public Integer getColor()

setColor

public void setColor(Integer color)

setRange

public void setRange(Number minValue,
                     Number maxValue)

getMinValue

public Number getMinValue()

setMinValue

public void setMinValue(Number minValue)

getMaxValue

public Number getMaxValue()

setMaxValue

public void setMaxValue(Number maxValue)

compareTo

public int compareTo(DialPlot.DialRange o)
Specified by:
compareTo in interface Comparable<DialPlot.DialRange>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object