org.apache.pivot.wtk.media.drawing
Class Shape.Transform

java.lang.Object
  extended by 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.


Method Summary
abstract  AffineTransform getAffineTransform()
           
 Shape getShape()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getShape

public Shape getShape()

getAffineTransform

public abstract AffineTransform getAffineTransform()