|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.plot.MeterInterval
public class MeterInterval
An interval to be highlighted on a MeterPlot
. Instances of this
class are immutable.
Constructor Summary | |
---|---|
MeterInterval(String label,
Range range)
Creates a new interval. |
|
MeterInterval(String label,
Range range,
Paint outlinePaint,
Stroke outlineStroke,
Paint backgroundPaint)
Creates a new interval. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Checks this instance for equality with an arbitrary object. |
Paint |
getBackgroundPaint()
Returns the background paint. |
String |
getLabel()
Returns the label. |
Paint |
getOutlinePaint()
Returns the outline paint. |
Stroke |
getOutlineStroke()
Returns the outline stroke. |
Range |
getRange()
Returns the range. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MeterInterval(String label, Range range)
label
- the label (null
not permitted).range
- the range (null
not permitted).public MeterInterval(String label, Range range, Paint outlinePaint, Stroke outlineStroke, Paint backgroundPaint)
label
- the label (null
not permitted).range
- the range (null
not permitted).outlinePaint
- the outline paint (null
permitted).outlineStroke
- the outline stroke (null
permitted).backgroundPaint
- the background paint (null
permitted).Method Detail |
---|
public String getLabel()
null
).public Range getRange()
null
).public Paint getBackgroundPaint()
null
, the background
should remain unfilled.
null
).public Paint getOutlinePaint()
null
).public Stroke getOutlineStroke()
null
).public boolean equals(Object obj)
equals
in class Object
obj
- the object (null
permitted).
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |