public interface ColorScale
| Modifier and Type | Method and Description |
|---|---|
Range |
getRange()
Returns the range over which the scale is defined.
|
java.awt.Color |
valueToColor(double value)
Returns the color on the scale that corresponds to the specified
value.
|
Range getRange()
null).java.awt.Color valueToColor(double value)
value - the value.null).