Package eu.webtoolkit.jwt
Class Coordinates
java.lang.Object
eu.webtoolkit.jwt.Coordinates
public class Coordinates
extends java.lang.Object
A coordinate.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Coordinates(int X, int Y)
Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
x
public int xX coordinate. -
y
public int yY coordinate.
-
-
Constructor Details
-
Coordinates
public Coordinates(int X, int Y)Constructor.
-