rle.core.board.path
Class LinePath

java.lang.Object
  extended by rle.core.board.path.Path
      extended by rle.core.board.path.LinePath

public class LinePath
extends Path

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

LinePath

public LinePath(RLPoint source,
                RLPoint target)
Method Detail

getSource

public RLPoint getSource()

getTarget

public RLPoint getTarget()

points

public java.util.List<RLPoint> points()
Description copied from class: Path
Return the steps in this path.

Specified by:
points in class Path

calcPath

protected java.util.List<RLPoint> calcPath()