vooga.games.towerdefense.path
Class PathPoint

java.lang.Object
  extended by vooga.games.towerdefense.path.PathPoint

public class PathPoint
extends java.lang.Object

A point along the path which gives a location for an enemy to travel to. A list of PathPoints creates a full path for enemies to follow.


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

Constructor Detail

PathPoint

public PathPoint(int x,
                 int y)
Method Detail

getX

public int getX()

getY

public int getY()