AffineTransformOp
Class AffineTransformOp
- java.lang.Object
-
- java.awt.image.AffineTransformOp
- All Implemented Interfaces:
- BufferedImageOp, RasterOp
public class AffineTransformOp extends Object implements BufferedImageOp, RasterOp
This class uses an affine transform to perform a linear mapping from 2D coordinates in the source image or Raster
to 2D coordinates in the destination image or Raster
. The type of interpolation that is used is specified through a constructor, either by a RenderingHints
object or by one of the integer interpolation types defined in this class.