org.apache.pivot.wtk.media.drawing
Class Shape.Transform
java.lang.Object
org.apache.pivot.wtk.media.drawing.Shape.Transform
- Direct Known Subclasses:
- Shape.Rotate, Shape.Scale, Shape.TransformSequence, Shape.Translate
- Enclosing class:
- Shape
public abstract static class Shape.Transform
- extends Object
Interface encapsulating an affine transformation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getShape
public Shape getShape()
getAffineTransform
public abstract AffineTransform getAffineTransform()