|
||||||||||
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.RectanglePath
public class RectanglePath
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 |
---|
public RectanglePath(RLRectangle r, boolean fill)
Method Detail |
---|
public boolean isFilled()
public RLRectangle bounds()
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 |