public AffineTransformOp (AffineTransform xform, RenderingHints hints)

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.

Parameters:
xform    The AffineTransform to use for the operation.
hints    The RenderingHints object used to specify the interpolation type for the operation.

Exceptions:
ImagingOpException    if the transform is non-invertible.

See also:
java.awt.RenderingHints.KEY_INTERPOLATION, java.awt.RenderingHints.KEY_RENDERING