rle.core.board.path
Class ListPath

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

public class ListPath
extends Path

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

ListPath

public ListPath(java.util.List<RLPoint> points)
Method Detail

points

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

Specified by:
points in class Path