org.pentaho.chart.model
Class DialPlot.DialRange
java.lang.Object
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
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)
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