| Modifier and Type | Method and Description |
|---|---|
java.util.List<Point> |
STPath.getPoints() |
java.util.List<Point> |
Path.getPoints()
Returns the list of points that define this path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
STPath.addPoint(Point p)
Adds a point to the end of this path.
|
void |
Path.addPoint(Point p)
Adds a point to the end of the path
|
boolean |
Point.isAdjacent(Point p)
Determines whether the given point is adjacent to
this point.
|