|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.samcrow.Node
org.samcrow.Waypoint
public class Waypoint
Class for a waypoint. This currently doesn't do anything differently from Node.
Field Summary |
---|
Fields inherited from class org.samcrow.Node |
---|
CIRCLE_RADIUS, links, x, y |
Constructor Summary | |
---|---|
Waypoint(int inX,
int inY)
|
Method Summary | |
---|---|
org.lekan.graphics.SGObject |
getDrawObject()
Get the SGObjects to draw this node |
Methods inherited from class org.samcrow.Node |
---|
addLink, compareTo, equals, getLinks, getX, getY, hashCode, isInArea, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Waypoint(int inX, int inY)
Method Detail |
---|
public org.lekan.graphics.SGObject getDrawObject()
Node
getDrawObject
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |