public static class JaxoArrow.Coordinates
extends java.lang.Object
| Constructor | Description |
|---|---|
Coordinates(double x,
double y,
double angle) |
Construct a set of coordinates.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
public 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.public double getX()
public double getY()
public double getAngle()
Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.