Last update: 2011-06-23

org.proteios
Class XYCoordinate

java.lang.Object
  extended by org.proteios.XYCoordinate

public class XYCoordinate
extends Object

Author:
gregory

Constructor Summary
XYCoordinate(int x, int y)
           
 
Method Summary
 int getX()
           
 int getY()
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYCoordinate

public XYCoordinate(int x,
                    int y)
Method Detail

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)

Last update: 2011-06-23