eu.webtoolkit.jwt
Class Coordinates

java.lang.Object
  extended by eu.webtoolkit.jwt.Coordinates

public class Coordinates
extends java.lang.Object

A coordinate.


Field Summary
 int x
          X coordinate.
 int y
          Y coordinate.
 
Constructor Summary
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 Detail

x

public int x
X coordinate.


y

public int y
Y coordinate.

Constructor Detail

Coordinates

public Coordinates(int X,
                   int Y)
Constructor.