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