|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.swf.Shape.Element
pt.tumba.parser.swf.Shape.Vector
public abstract static class Shape.Vector
Description of the Class
Field Summary | |
---|---|
protected double |
x
Description of the Field |
protected double |
y
Description of the Field |
Constructor Summary | |
---|---|
protected |
Shape.Vector(double x,
double y)
Constructor for the Vector object |
Method Summary | |
---|---|
double |
getX()
Gets the x attribute of the Vector object |
double |
getY()
Gets the y attribute of the Vector object |
void |
setX(double x)
Sets the x attribute of the Vector object |
void |
setY(double y)
Sets the y attribute of the Vector object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double x
protected double y
Constructor Detail |
---|
protected Shape.Vector(double x, double y)
x
- Description of the Parametery
- Description of the ParameterMethod Detail |
---|
public double getX()
public double getY()
public void setX(double x)
x
- The new x valuepublic void setY(double y)
y
- The new y value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |