Public Member Functions | |
ColorScalePoint (Double xlow, Color loColor, String loLabel) | |
Creates a new instance of colorScale with gradient colors. | |
Color | getColor () |
Double | getValue () |
void | setValue (Double value) |
String | getLabel () |
void | setLabel (String label) |
boolean | equals (ColorScalePoint otherPoint) |
void | setData (int index, Object object) |
Object | getData (int index) |
Package Attributes | |
Double | value |
Color | color |
String | label |
Definition at line 14 of file ColorScalePoint.java.