API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.image. LookupTable View Source
Author(s)
Since
Version
10 Feb 1997
Serial
Hierarchy
 Object
      LookupTable
Implements
Subclasses
Description
publicabstract abstract class LookupTable
  This abstract class defines a lookup table object.
Constructors
protected LookupTable (int offset, int numComponents)
  Constructs a new LookupTable from the number of components and an offset into the lookup table.
Methods
Hide/Show inherited methods
public int getNumComponents ()
  Returns the number of components in the lookup table.
public int getOffset ()
  Returns the offset.
publicabstract int lookupPixel (int[] src, int[] dest)
  Returns an int array of components for one pixel.
Fields
Hide/Show inherited fields
pack-private int numComponents
Constants
pack-private int numEntries
pack-private int offset
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar