|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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.
| Method Summary | |
|---|---|
double |
getLowerBound()
Returns the lower bound for the scale. |
java.awt.Paint |
getPaint(double value)
Returns a Paint instance for the specified value. |
double |
getUpperBound()
Returns the upper bound for the scale. |
| Method Detail |
|---|
double getLowerBound()
getUpperBound()double getUpperBound()
getLowerBound()java.awt.Paint getPaint(double value)
Paint instance for the specified value.
value - the value.
Paint instance (never null).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||