API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.image. LookupOp View Source
Author(s)
Since
Version
10 Feb 1997
Serial
Hierarchy
 Object
      LookupOp
Implements
 BufferedImageOp
 RasterOp
Subclasses
Description
public class LookupOp
  This class implements a lookup operation from the source to the destination.
Constructors
public LookupOp (LookupTable lookup, RenderingHints hints)
  Constructs a LookupOp object given the lookup table and a RenderingHints object, which might be null.
Methods
Hide/Show inherited methods
public BufferedImage createCompatibleDestImage (BufferedImage src, ColorModel destCM) [Specified in BufferedImageOp]
  Creates a zeroed destination image with the correct size and number of bands.
public WritableRaster createCompatibleDestRaster (Raster src) [Specified in RasterOp]
  Creates a zeroed-destination Raster with the correct size and number of bands, given this source.
publicfinal BufferedImage filter (BufferedImage src, BufferedImage dst) [Specified in BufferedImageOp]
  Performs a lookup operation on a BufferedImage.
publicfinal WritableRaster filter (Raster src, WritableRaster dst) [Specified in RasterOp]
  Performs a lookup operation on a Raster.
publicfinal Rectangle2D getBounds2D (BufferedImage src) [Specified in BufferedImageOp]
  Returns the bounding box of the filtered destination image.
publicfinal Rectangle2D getBounds2D (Raster src) [Specified in RasterOp]
  Returns the bounding box of the filtered destination Raster.
publicfinal Point2D getPoint2D (Point2D srcPt, Point2D dstPt) [Specified in BufferedImageOp]
  Returns the location of the destination point given a point in the source.
publicfinal RenderingHints getRenderingHints () [Specified in BufferedImageOp]
  Returns the rendering hints for this op.
publicfinal LookupTable getTable ()
  Returns the LookupTable.
Fields
Hide/Show inherited fields
pack-private RenderingHints hints
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar