|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaxodraw.object.arrow.JaxoArrow.Coordinates
public static class JaxoArrow.Coordinates
The coordinates of an arrow. An arrow is something that has a location and a direction.
Constructor Summary | |
---|---|
JaxoArrow.Coordinates(double x,
double y,
double angle)
Construct a set of coordinates. |
Method Summary | |
---|---|
double |
getAngle()
Return the angle of the arrow. |
double |
getX()
Return the x position of the arrow. |
double |
getY()
Return the y position of the arrow. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxoArrow.Coordinates(double x, double y, double angle)
x
- the x position of the arrow.y
- the y position of the arrow.angle
- the angle of the arrow.Method Detail |
---|
public double getX()
public double getY()
public double getAngle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |