|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deken.game.pathfinding.PathPoint
public class PathPoint
Title: PathPoint
Description: A PathPoint represents a tile point on path between Nodes.
Copyright: Copyright (c) Apr 2, 2012
Constructor Summary | |
---|---|
PathPoint(java.lang.String pathPointKey)
|
Method Summary | |
---|---|
void |
addNode(Node node)
|
java.util.List<Node> |
getNodes()
|
java.lang.String |
getPathPointKey()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathPoint(java.lang.String pathPointKey)
Method Detail |
---|
public java.lang.String getPathPointKey()
public void addNode(Node node)
public java.util.List<Node> getNodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |