java.lang.Object | ||
↳ | org.jfree.chart.plot.Marker | |
↳ | org.jfree.chart.plot.IntervalMarker |
Represents an interval to be highlighted in some way.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an interval marker.
| |||||||||||
Creates a new interval marker with the specified range and fill paint.
| |||||||||||
Constructs an interval marker.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone of the marker.
| |||||||||||
Tests the marker for equality with an arbitrary object.
| |||||||||||
Returns the end value for the interval.
| |||||||||||
Returns the gradient paint transformer.
| |||||||||||
Returns the start value for the interval.
| |||||||||||
Sets the end value for the marker and sends a
MarkerChangeEvent to all registered listeners. | |||||||||||
Sets the gradient paint transformer and sends a
MarkerChangeEvent to all registered listeners. | |||||||||||
Sets the start value for the marker and sends a
MarkerChangeEvent to all registered listeners. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructs an interval marker.
start | the start of the interval. |
---|---|
end | the end of the interval. |
Creates a new interval marker with the specified range and fill paint.
The outline paint and stroke default to null
.
start | the lower bound of the interval. |
---|---|
end | the upper bound of the interval. |
paint | the fill paint (null not permitted). |
Constructs an interval marker.
start | the start of the interval. |
---|---|
end | the end of the interval. |
paint | the paint (null not permitted). |
stroke | the stroke (null not permitted). |
outlinePaint | the outline paint. |
outlineStroke | the outline stroke. |
alpha | the alpha transparency. |
Returns a clone of the marker.
CloneNotSupportedException | Not thrown by this class, but the exception is declared for the use of subclasses. |
---|
Tests the marker for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Returns the end value for the interval.
Returns the gradient paint transformer.
null
).
Returns the start value for the interval.
Sets the end value for the marker and sends a
MarkerChangeEvent
to all registered listeners.
value | the value. |
---|
Sets the gradient paint transformer and sends a
MarkerChangeEvent
to all registered listeners.
transformer | the transformer (null permitted).
|
---|
Sets the start value for the marker and sends a
MarkerChangeEvent
to all registered listeners.
value | the value. |
---|