gov.noaa.pmel.util
Class ColorMap

java.lang.Object
  |
  +--gov.noaa.pmel.util.ColorMap

public class ColorMap
extends java.lang.Object


Constructor Summary
ColorMap()
           
ColorMap(ColorMap inMap)
           
 
Method Summary
 void addTransform(Transform inTransRed, Transform inTransGreen, Transform inTransBlue)
           
 java.awt.Color getColor(double inVal)
           
 IndexedColorMap getIndexedColorMap(int numColors)
           
 double getMaxValue()
           
 double getMinValue()
           
 java.lang.String getParamName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorMap

public ColorMap()

ColorMap

public ColorMap(ColorMap inMap)
Method Detail

getColor

public java.awt.Color getColor(double inVal)

addTransform

public void addTransform(Transform inTransRed,
                         Transform inTransGreen,
                         Transform inTransBlue)

getIndexedColorMap

public IndexedColorMap getIndexedColorMap(int numColors)

getParamName

public java.lang.String getParamName()

getMaxValue

public double getMaxValue()

getMinValue

public double getMinValue()


Send comments about the Scientific Graphics toolkit to Donald.W.Denbo@noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on October 9 2003