world
Class Posn

java.lang.Object
  extended by world.Posn

public class Posn
extends java.lang.Object

Represents a 2-dimensional position


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

Field Detail

x

public int x

y

public int y
Constructor Detail

Posn

public Posn(int x,
            int y)