|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Path
A Path interface represents a path through the grid,
and consists of a list of points.
| Method Summary | |
|---|---|
void |
addPoint(Point p)
Adds a point to the end of the path |
java.util.List<Point> |
getPoints()
Returns the list of points that define this path. |
| Method Detail |
|---|
java.util.List<Point> getPoints()
void addPoint(Point p)
p - - the point to add
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||