|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MazePaintPropertiesProvider
Interface of objects which know how a maze is painted.
Method Summary | |
---|---|
java.awt.Paint |
getBackgroundPaint()
Get the background paint. |
java.awt.Paint |
getCellBorderPaint()
Get the paint of cell borders. |
java.awt.Paint |
getInnerWallsPaint()
Get the paint of the inner walls. |
java.awt.Paint |
getOuterWallPaint()
Get the paint of the outer walls. |
java.awt.Paint |
getSolutionPaint()
Get the paint of solution cells. |
java.awt.Paint |
getWayEndPaint()
Get the paint for the end cell. |
java.awt.Paint |
getWayStartPaint()
Get the paint for the start cell. |
boolean |
isShowingCellBorders()
Are cell borders displayed? |
boolean |
isShowingSolution()
Is the solution displayed? |
Method Detail |
---|
boolean isShowingSolution()
boolean isShowingCellBorders()
java.awt.Paint getOuterWallPaint()
java.awt.Paint getInnerWallsPaint()
java.awt.Paint getCellBorderPaint()
MazePaintPropertiesProvider.isShowingCellBorders()
java.awt.Paint getSolutionPaint()
MazePaintPropertiesProvider.isShowingSolution()
java.awt.Paint getBackgroundPaint()
java.awt.Paint getWayStartPaint()
java.awt.Paint getWayEndPaint()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |