java.lang.Object | |
↳ | org.jfree.chart.plot.MeterInterval |
An interval to be highlighted on a MeterPlot
. Instances of this
class are immutable.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new interval.
| |||||||||||
Creates a new interval.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Checks this instance for equality with an arbitrary object.
| |||||||||||
Returns the background paint.
| |||||||||||
Returns the label.
| |||||||||||
Returns the outline paint.
| |||||||||||
Returns the outline stroke.
| |||||||||||
Returns the range.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new interval.
label | the label (null not permitted). |
---|---|
range | the range (null not permitted).
|
Creates a new interval.
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).
|
Checks this instance for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Returns the background paint. If null
, the background
should remain unfilled.
null
).
Returns the outline paint.
null
).
Returns the outline stroke.
null
).