pivot.wtk.media.drawing
Class Shape.Scale
java.lang.Object
pivot.wtk.media.drawing.Shape.Transform
pivot.wtk.media.drawing.Shape.Scale
- Enclosing class:
- Shape
public static final class Shape.Scale
- extends Shape.Transform
Reprensents a scale transformation.
- Author:
- gbrown
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Shape.Scale
public Shape.Scale()
getX
public double getX()
setX
public void setX(double x)
getY
public double getY()
setY
public void setY(double y)
setScale
public void setScale(double x,
double y)
getAffineTransform
public AffineTransform getAffineTransform()
- Specified by:
getAffineTransform
in class Shape.Transform