|
Header
|
|||||||||
| 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(java.lang.String label,
Range range)
Creates a new interval. |
|
MeterInterval(java.lang.String label,
Range range,
java.awt.Paint outlinePaint,
java.awt.Stroke outlineStroke,
java.awt.Paint backgroundPaint)
Creates a new interval. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Checks this instance for equality with an arbitrary object. |
java.awt.Paint |
getBackgroundPaint()
Returns the background paint. |
java.lang.String |
getLabel()
Returns the label. |
java.awt.Paint |
getOutlinePaint()
Returns the outline paint. |
java.awt.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(java.lang.String label,
Range range)
label - the label (null not permitted).range - the range (null not permitted).
public MeterInterval(java.lang.String label,
Range range,
java.awt.Paint outlinePaint,
java.awt.Stroke outlineStroke,
java.awt.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 java.lang.String getLabel()
null).public Range getRange()
null).public java.awt.Paint getBackgroundPaint()
null, the background
should remain unfilled.
null).public java.awt.Paint getOutlinePaint()
null).public java.awt.Stroke getOutlineStroke()
null).public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object (null permitted).
|
Footer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||