Class Summary |
GlobalPathType |
The instances of this class represent methods of calculating a path
between two locations. |
PathType |
This class serves as the base class for objects that represent the
various methods for computing a path between two locations. |
UnprojectedPathType |
This class serves to contain two constants:
PIXEL_STRAIGHT, that indicates that a path between two points should
be drawn on the screen as a straight line, regardless of the location
or orientation of the vertices. |
VectorPathType |
This class serves to contain one static constant, VECTOR, indicating that
the in-between points of a path are points on the Euclidean shortest
distance line between the vertices. |