Package PamView
Class TransformShape
java.lang.Object
PamView.TransformShape
Stores a shape and a transform, if it has one.
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorsConstructorDescriptionTransformShape
(Shape shape, double angle, Point2D origin) TransformShape
(Shape shape, AffineTransform transform) TransformShape
(Shape shape, AffineTransform transform, Point2D origin) -
Method Summary
Modifier and TypeMethodDescriptiondouble
getAngle()
getShape()
void
setAngle
(double angle) void
void
void
setTransform
(AffineTransform transform)