API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.image. RasterOp View Source
Author(s)
Since
Version
10 Feb 1997
Serial
Hierarchy
 RasterOp
Subinterfaces
Description
public interface RasterOp
  This interface describes single-input/single-output operations performed on Raster objects.
Methods
Hide/Show inherited methods
public WritableRaster createCompatibleDestRaster (Raster src)
  Creates a zeroed destination Raster with the correct size and number of bands.
public WritableRaster filter (Raster src, WritableRaster dest)
  Performs a single-input/single-output operation from a source Raster to a destination Raster.
public Rectangle2D getBounds2D (Raster src)
  Returns the bounding box of the filtered destination Raster.
public Point2D getPoint2D (Point2D srcPt, Point2D dstPt)
  Returns the location of the destination point given a point in the source Raster.
public RenderingHints getRenderingHints ()
  Returns the rendering hints for this RasterOp.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar