org.jfree.chart.renderer.PaintScale |
![]() |
A source for Paint
instances, used by the
XYBlockRenderer
.
NOTE: Classes that implement this interface should also implement
PublicCloneable
and Serializable
, so
that any renderer (or other object instance) that references an instance of
this interface can still be cloned or serialized.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the lower bound for the scale.
| |||||||||||
Returns a
Paint instance for the specified value. | |||||||||||
Returns the upper bound for the scale.
|
Returns a Paint
instance for the specified value.
value | the value. |
---|
Paint
instance (never null
).