Example usage for Java java.awt.image ShortLookupTable fields, constructors, methods, implement or subclass
The text is from its open source code.
ShortLookupTable(int offset, short[][] data) Constructs a ShortLookupTable object from an array of short arrays representing a lookup table for each band. | |
ShortLookupTable(int offset, short[] data) Constructs a ShortLookupTable object from an array of shorts representing a lookup table for each band. |