|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrle.core.board.path.Path
rle.core.board.path.ListPath
public class ListPath
A path representing the locations in an arbitrary List of Points.
Constructor Summary | |
---|---|
ListPath(java.util.List<RLPoint> points)
|
Method Summary | |
---|---|
java.util.List<RLPoint> |
points()
Return the steps in this path. |
Methods inherited from class rle.core.board.path.Path |
---|
endPoint, fillCircle, fillCircle, fillRect, frameCircle, frameCircle, frameRect, legalPoints, linePath, listPath, things, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListPath(java.util.List<RLPoint> points)
Method Detail |
---|
public java.util.List<RLPoint> points()
Path
points
in class Path
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |