Class Point

java.lang.Object
  extended byPoint

public class Point
extends java.lang.Object


Constructor Summary
Point(int x, int y)
           
Point(Point pos)
           
 
Method Summary
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point(int x,
             int y)

Point

public Point(Point pos)
Method Detail

getX

public int getX()

getY

public int getY()