org.apache.pivot.wtk.media.drawing
Class Shape.Rotate
java.lang.Object
org.apache.pivot.wtk.media.drawing.Shape.Transform
org.apache.pivot.wtk.media.drawing.Shape.Rotate
- Enclosing class:
- Shape
public static final class Shape.Rotate
- extends Shape.Transform
Represents a rotation transformation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Shape.Rotate
public Shape.Rotate()
Shape.Rotate
public Shape.Rotate(double angle,
double anchorX,
double anchorY)
getAngle
public double getAngle()
setAngle
public void setAngle(double angle)
getAnchorX
public double getAnchorX()
setAnchorX
public void setAnchorX(double anchorX)
getAnchorY
public double getAnchorY()
setAnchorY
public void setAnchorY(double anchorY)
setAnchor
public void setAnchor(double anchorX,
double anchorY)
getAffineTransform
public AffineTransform getAffineTransform()
- Specified by:
getAffineTransform
in class Shape.Transform