| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object
|
+--java.awt.image.ColorModel
|
+--ncsa.horizon.awt.color.HorizonColorModel
|
+--ncsa.horizon.awt.color.FunctionalColorModel
|
+--ncsa.horizon.awt.color.GreyScaleColorModel
| Fields inherited from class ncsa.horizon.awt.color.FunctionalColorModel | |
| doscale, oflo, uflo, undef | |
| Fields inherited from class ncsa.horizon.awt.color.HorizonColorModel | |
| mapsz, transi | |
| Fields inherited from class java.awt.image.ColorModel | |
| pixel_bits, transferType | |
| Constructor Summary | |
| GreyScaleColorModel(int bits,
int size)
|
|
| Method Summary | |
| byte | getAlphaValue(double in)
|
| byte | getBlueValue(double in)
|
| byte | getGreenValue(double in)
|
| byte | getRedValue(double in)
|
| Methods inherited from class ncsa.horizon.awt.color.FunctionalColorModel | |
| getAlpha, getAlpha, getAlphaValue, getBlue, getBlue, getBlueValue, getGreen, getGreen, getGreenValue, getRed, getRed, getRedValue, isEditable, setOverflowColor, setUndefinedColor, setUnderflowColor | |
| Methods inherited from class ncsa.horizon.awt.color.HorizonColorModel | |
| addHorizonColorModelListener, clearChanged, clone, createIndexColorModel, delayNotify, delayNotify, getAlpha, getAlphas, getBlue, getBlues, getGreen, getGreens, getMapSize, getOverflowColor, getRed, getReds, getTransparentIndex, getUndefinedColor, getUnderflowColor, hasChanged, notifyListeners, removeAllListeners, removeListener, saveColorModel, saveColorModel, saveColorModel, setChanged, setChanged, setOverflowColor, setTransparentIndex, setUndefinedColor, setUnderflowColor | |
| Methods inherited from class java.awt.image.ColorModel | |
| coerceData, createCompatibleSampleModel, createCompatibleWritableRaster, equals, finalize, getAlpha, getAlpha, getAlphaRaster, getBlue, getBlue, getColorSpace, getComponents, getComponents, getComponentSize, getComponentSize, getDataElement, getDataElements, getGreen, getGreen, getNormalizedComponents, getNumColorComponents, getNumComponents, getPixelSize, getRed, getRed, getRGB, getRGB, getRGBdefault, getTransparency, getUnnormalizedComponents, hasAlpha, isAlphaPremultiplied, isCompatibleRaster, isCompatibleSampleModel, setDataElements, toString | |
| Methods inherited from class java.lang.Object | |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait | |
| Constructor Detail |
public GreyScaleColorModel(int bits,
int size)
| Method Detail |
public byte getRedValue(double in)
public byte getGreenValue(double in)
public byte getBlueValue(double in)
public byte getAlphaValue(double in)
| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||