public interface PaintScale
Paint
instances, used by the
XYBlockRenderer
.
PublicCloneable
and Serializable
, so
that any renderer (or other object instance) that references an instance of
this interface can still be cloned or serialized.Modifier and Type | Method and Description |
---|---|
double |
getLowerBound()
Returns the lower bound for the scale.
|
Paint |
getPaint(double value)
Returns a
Paint instance for the specified value. |
double |
getUpperBound()
Returns the upper bound for the scale.
|
double getLowerBound()
getUpperBound()
double getUpperBound()
getLowerBound()
Paint getPaint(double value)
Paint
instance for the specified value.value
- the value.Paint
instance (never null
).Jas4pp 1.5 © Java Analysis Studio for Particle Physics