Package rma.util
Class WaterDepthColorContour
java.lang.Object
rma.util.ColorContour
rma.util.WaterDepthColorContour
- 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
-
WaterDepthColorContour
public WaterDepthColorContour()
-
-
Method Details
-
getRGB0
protected void getRGB0(double[] rgb, double val, double minValue, double maxValue) getRGB0- Specified by:
getRGB0
in classColorContour
- Parameters:
rgb
- double[]val
- doubleminValue
- doublemaxValue
- double
-
getRGB0
protected double[] getRGB0(double val, double minValue, double maxValue) getRGB0- Specified by:
getRGB0
in classColorContour
- Parameters:
val
- doubleminValue
- doublemaxValue
- double- Returns:
- double[]
-