Generated by
JDiff

Class java.awt.image.AffineTransformOp

Changed Constructors
AffineTransformOp(AffineTransform, RenderingHints) Documentation changed from old to new.
Constructs an AffineTransformOp given an affine transform.
 

Changed Methods
BufferedImage filter(BufferedImage, BufferedImage) Documentation changed from old to new.
Transforms the source BufferedImage and stores the results in the destination BufferedImage.
WritableRaster filter(Raster, WritableRaster) Documentation changed from old to new.
Transforms the source Raster and stores the results in the destination Raster.
Rectangle2D getBounds2D(BufferedImage) Documentation changed from old to new.
Returns the bounding box of the transformed destination.
Rectangle2D getBounds2D(Raster) Documentation changed from old to new.
Returns the bounding box of the transformed destination.