java.lang.Object
org.jfree.chart3d.renderer.AbstractColorScale
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GradientColorScale
,RainbowScale
An abstract class from which a
NOTE: This class is serializable, but the serialization format is subject to change in future releases and should not be relied upon for persisting instances of this class.
ColorScale
implementation can be
derived.
NOTE: This class is serializable, but the serialization format is subject to change in future releases and should not be relied upon for persisting instances of this class.
- Since:
- 1.1
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractColorScale
(Range range) Creates a new color scale for the specified data value range. -
Method Summary
-
Constructor Details
-
AbstractColorScale
Creates a new color scale for the specified data value range.- Parameters:
range
- the data value range (null
not permitted).
-
-
Method Details
-
getRange
Returns the range of data values over which the scale is defined. This is specified via the constructor and once set cannot be changed.- Returns:
- The range (never
null
).
-
equals
Tests this color scale for equality with an arbitrary object.
-