public static class JaxoArrow.Coordinates
extends java.lang.Object
Constructor and Description |
---|
JaxoArrow.Coordinates(double x,
double y,
double angle)
Construct a set of coordinates.
|
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.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.