Transform
in the Graphics2D
. The specified transformation is applied to the image before the transform attribute in the Graphics2D
context is applied. The rendering attributes applied include the Clip
, Transform
, and Composite
attributes. Note that no rendering is done if the specified transform is noninvertible.
@param img the image to be rendered. This method doesnothing if img
is null.
@param xform the transformation from image space into user space
@see #transform
@see #setTransform
@see #setComposite
@see #clip
@see #setClip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|