erland.game.tileadventure
Class Point2D

java.lang.Object
  extended by erland.game.tileadventure.Point2D

public class Point2D
extends Object


Constructor Summary
Point2D()
           
Point2D(float x, float y)
           
 
Method Summary
 float getX()
           
 float getY()
           
 void setLocation(float x, float y)
           
 void setLocation(Point2D p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point2D

public Point2D()

Point2D

public Point2D(float x,
               float y)
Method Detail

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.