Constructs an AffineTransformOp
given an affine transform.
The interpolation type is determined from the
RenderingHints
object. If the interpolation hint is
defined, it will be used. Otherwise, if the rendering quality hint is
defined, the interpolation type is determined from its value. If no
hints are specified ( hints
is null),
the interpolation type is TYPE_NEAREST_NEIGHBOR
.
xform | The AffineTransform to use for the
operation. | |
hints | The RenderingHints object used to specify
the interpolation type for the operation. |
ImagingOpException | if the transform is non-invertible. |
java.awt.RenderingHints.KEY_INTERPOLATION, java.awt.RenderingHints.KEY_RENDERING
Diagram: ImageOp