java.lang.Object
com.anotherbigidea.flash.movie.Shape.Element
com.anotherbigidea.flash.movie.Shape.Vector
- Direct Known Subclasses:
- Shape.Curve, Shape.Line, Shape.Move
- Enclosing class:
- Shape
- public abstract static class Shape.Vector
- extends Shape.Element
|
Field Summary |
protected double |
x
|
protected double |
y
|
|
Constructor Summary |
protected |
Shape.Vector(double x,
double y)
|
|
Method Summary |
double |
getX()
|
double |
getY()
|
void |
setX(double x)
|
void |
setY(double y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
protected double x
y
protected double y
Shape.Vector
protected Shape.Vector(double x,
double y)
getX
public double getX()
getY
public double getY()
setX
public void setX(double x)
setY
public void setY(double y)