org.jplot2d.image
Interface ColorMap
-
public interface ColorMapThe color map to convert intensity raster to displayable raster
-
-
Field Summary
Fields Modifier and Type Field and Description static intMAX_INPUT_BITSThe max number of significant bits of input range of lookup table.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.awt.image.ColorModelgetColorModel()The color model for the lookup result.intgetInputBits()The number of significant bits of input range of lookup table.java.awt.image.LookupTablegetLookupTable()
-
-
-
Field Detail
-
MAX_INPUT_BITS
static final int MAX_INPUT_BITS
The max number of significant bits of input range of lookup table. The max number is 15, means 32768 color mapping.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInputBits
int getInputBits()
The number of significant bits of input range of lookup table. Usually this value is 8, means 256 color mapping. The max value is 15, means 32768 color mapping.- Returns:
- the bits array of input range
-
getLookupTable
java.awt.image.LookupTable getLookupTable()
-
getColorModel
java.awt.image.ColorModel getColorModel()
The color model for the lookup result.- Returns:
- The color model for the lookup result.
-
-
DMelt 3.0 © DataMelt by jWork.ORG