|
||||||||||
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.LinePath
public class LinePath
A path representing a line.
Constructor Summary | |
---|---|
LinePath(RLPoint source,
RLPoint target)
|
Method Summary | |
---|---|
protected java.util.List<RLPoint> |
calcPath()
|
RLPoint |
getSource()
|
RLPoint |
getTarget()
|
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 LinePath(RLPoint source, RLPoint target)
Method Detail |
---|
public RLPoint getSource()
public RLPoint getTarget()
public java.util.List<RLPoint> points()
Path
points
in class Path
protected java.util.List<RLPoint> calcPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |