|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.desy.acop.video.displayer.ColorLookupTable
public final class ColorLookupTable
ColorLookup creates, prepares and maintains a false color table
necessary to decode pure grayscale image data to true color display. Three
false color tables (mappings) are supported at the moment:
| Constructor Summary | |
|---|---|
ColorLookupTable(ColorMap colorMap,
int bytesPerPixel,
int effBitsPerPixel)
Deprecated. Constructs a false color lookup table |
|
| Method Summary | |
|---|---|
int |
getBytesPerPixel()
Deprecated. |
int |
getEffBitsPerPixel()
Deprecated. |
int[] |
getRGB()
Deprecated. Returns the lookup table data by reference. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ColorLookupTable(ColorMap colorMap,
int bytesPerPixel,
int effBitsPerPixel)
colorMap - color map (allowed values are ColorMap.GRAYSCALE,
ColorMap.PITZ, ColorMap.JET)bytesPerPixel - physical bytes per pixel (allowed values are 1, 2, 3)effBitsPerPixel - effective bits per pixel (effective bits must fit inside
physical bits per pixel)ColorMap| Method Detail |
|---|
public int[] getRGB()
ColorLookup.public int getBytesPerPixel()
public int getEffBitsPerPixel()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||