Method Summary |
|
protected Color | computeColor() Computes the color that is applied to the elements. |
public String | getField() Returns the name of the data-row column from where to read the numeric value. |
public Color | getNegativeColor() Returns the color that is used if the number read from the field is negative. |
public Color | getPositiveColor() Returns the color that is used if the number read from the field is positive. |
public Color | getZeroColor() Returns the color that is used if the number read from the field is zero. |
protected void | processRootBand(Band b) Applies the computed color to all elements with the defined name. |
public void | setField(String field) Defines the name of the data-row column from where to read the numeric value. |
public void | setNegativeColor(Color negativeColor) Defines the color that is used if the number read from the field is negative. |
public void | setPositiveColor(Color positiveColor) Defines the color that is used if the number read from the field is positive. |
public void | setZeroColor(Color zeroColor) Defines the color that is used if the number read from the field is zero. |