public abstract class AbstractColorScale extends java.lang.Object implements java.io.Serializable
ColorScale implementation can be
derived.
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractColorScale(Range range)
Creates a new color scale for the specified data value range.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests this color scale for equality with an arbitrary object.
|
Range |
getRange()
Returns the range of data values over which the scale is defined.
|
protected AbstractColorScale(Range range)
range - the data value range (null not permitted).public Range getRange()
null).public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object (null permitted).