|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttranslate.MapConverter.Point
private class MapConverter.Point
Stores information about a possible decision point.
Field Summary | |
---|---|
(package private) java.util.ArrayList<MapConverter.Edge> |
lines
|
(package private) java.util.ArrayList<MapConverter.Path> |
paths
|
(package private) boolean |
roomNode
|
(package private) double |
x
|
(package private) double |
y
|
Constructor Summary | |
---|---|
MapConverter.Point(double x,
double y)
|
Method Summary | |
---|---|
double |
dist(double px,
double py)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
double x
double y
boolean roomNode
java.util.ArrayList<MapConverter.Edge> lines
java.util.ArrayList<MapConverter.Path> paths
Constructor Detail |
---|
public MapConverter.Point(double x, double y)
Method Detail |
---|
public double dist(double px, double py)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |