API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.image. ShortLookupTable View Source
Author(s)
Since
Version
10 Feb 1997
Serial
Hierarchy
 Object
      LookupTable
          ShortLookupTable
Implements
Subclasses
Description
public class ShortLookupTable
  This class defines a lookup table object.
See also:    ByteLookupTable LookupOp
Constructors
public ShortLookupTable (int offset, short[] data)
  Constructs a ShortLookupTable object from an array of shorts representing a lookup table for each band.
public ShortLookupTable (int offset, short[][] data)
  Constructs a ShortLookupTable object from an array of short arrays representing a lookup table for each band.
Methods
Hide/Show inherited methods
public int getNumComponents () [Inherited From LookupTable]
  Returns the number of components in the lookup table.
public int getOffset () [Inherited From LookupTable]
  Returns the offset.
publicfinal short getTable ()
  Returns the lookup table data by reference.
public int lookupPixel (int[] src, int[] dst) [Specified in LookupTable]
  Returns an array of samples of a pixel, translated with the lookup table.
public short lookupPixel (short[] src, short[] dst)
  Returns an array of samples of a pixel, translated with the lookup table.
Fields
Hide/Show inherited fields
pack-private short data
Constants
pack-private int numComponents [Inherited From LookupTable]
Constants
pack-private int numEntries [Inherited From LookupTable]
pack-private int offset [Inherited From LookupTable]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar