public class ApplyTransformationShape extends TransformedShape
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Returns an exact copy of this
Area object. |
static TransformedShape |
create(Shape shape,
AffineTransform transform)
|
AffineTransform |
getTransform() |
contains, contains, contains, contains, getBaseShape, getBounds, getBounds2D, getPathIterator, getPathIterator, getShape, intersects, intersects, invalidatepublic static TransformedShape create(Shape shape, AffineTransform transform)
shape - The wrapped base shapetransform - The coordinate space where "shape" is defined.TransformedShapepublic Object clone()
Area object.clone in class TransformedShapepublic AffineTransform getTransform()
getTransform in class TransformedShapeCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.