Package rma.util
Class TerrainColorContour
java.lang.Object
rma.util.ColorContour
rma.util.TerrainColorContour
- All Implemented Interfaces:
AsciiSerializable
,FieldAccessor
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class rma.util.ColorContour
_bright, _max, _maxClip, _maxMinusMin, _min, _minClip, _sat, _scaleToClipping, _typeToClass, ASPECT_SHADING_TYPE, GRAYSCALE_TYPE, LINEAR_TYPE, mPropertyChangeSupport, PRECIPITATION_TYPE, RED_GREEN_BLUE_TYPE, TERRAIN_TYPE, WATER_DEPTH_TYPE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class rma.util.ColorContour
addExtras, addPropertyChangeListener, clone, copyInto, createContourFromAttributes, getAttributes, getAttributes, getBrightness, getColor, getColor, getFieldObject, getInstanceForType, getMaxClipping, getMaxValue, getMinClipping, getMinValue, getRGB, getRGB, getSaturation, getScaleToClipping, getType, getTypes, read, read0, removePropertyChangeSupport, setAttributes, setBrightness, setFieldObject, setMaxClipping, setMaxValue, setMinClipping, setMinValue, setSaturation, setScaleToClipping, write
-
Constructor Details
-
TerrainColorContour
public TerrainColorContour()
-
-
Method Details
-
getRGB0
protected double[] getRGB0(double val, double min, double max) - Specified by:
getRGB0
in classColorContour
-
getRGB0
protected void getRGB0(double[] rgb, double val, double min, double max) - Specified by:
getRGB0
in classColorContour
-