rle.core.board.path
Class RectanglePath

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

public class RectanglePath
extends Path

A path representing a filled or empty rectangle.


Constructor Summary
RectanglePath(RLRectangle r, boolean fill)
           
 
Method Summary
 RLRectangle bounds()
           
 boolean isFilled()
           
 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

RectanglePath

public RectanglePath(RLRectangle r,
                     boolean fill)
Method Detail

isFilled

public boolean isFilled()

bounds

public RLRectangle bounds()

points

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

Specified by:
points in class Path