erland.game.tileadventure
Class Point2D
java.lang.Object
erland.game.tileadventure.Point2D
public class Point2D
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Point2D
public Point2D()
Point2D
public Point2D(float x,
float y)
setLocation
public void setLocation(Point2D p)
setLocation
public void setLocation(float x,
float y)
getX
public float getX()
getY
public float getY()
Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.