public class TransformUtilities
extends java.lang.Object
Constructor and Description |
---|
TransformUtilities() |
Modifier and Type | Method and Description |
---|---|
static java.awt.geom.RectangularShape |
createTransformedShape(java.awt.geom.RectangularShape shape,
java.awt.geom.AffineTransform trans)
Transform the given RectangularShape according to the given
AffineTransform.
|
public static java.awt.geom.RectangularShape createTransformedShape(java.awt.geom.RectangularShape shape, java.awt.geom.AffineTransform trans)
shape
- Given RectangularShapetrans
- Given AffineTransform