com.incrediblesoft.redjey
Class Point

java.lang.Object
  extended by com.incrediblesoft.redjey.Point

public class Point
extends java.lang.Object

Author:
Yevgen Krapiva
Homepage: http://code.google.com/p/redjey/
Feedback: ykrapiva@gmail.com
Copyright (C) 2008 Yevgen Krapiva

Constructor Summary
Point()
           
Point(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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point()

Point

public Point(int x,
             int y)
Method Detail

getX

public int getX()

getY

public int getY()

setX

public void setX(int x)

setY

public void setY(int y)