|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.games.towerdefense.path.PathPoint
public class PathPoint
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 |
---|
public PathPoint(int x, int y)
Method Detail |
---|
public int getX()
public int getY()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |