pacworld
Class Location

java.lang.Object
  extended by pacworld.Location

public class Location
extends java.lang.Object

A simple class representing a location on a grid.


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

Constructor Detail

Location

public Location(int x,
                int y)
Method Detail

getX

public int getX()

getY

public int getY()