|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
maze.MazeParam
Parameter bean describing how the maze should be constructed.
| Constructor Summary | |
MazeParam()
Construct an new MazeParam bean. |
|
| Method Summary | |
void |
init()
Default initialization for a MazeParam bean. |
void |
setBranch(int v)
Sets the branchiness of the Maze. |
void |
setFiller(java.lang.String v)
Sets the filler for the Maze. |
void |
setHorizontal(int v)
Sets the horizontal size of the Maze. |
void |
setMethod(java.lang.String v)
Sets the method for filling the Maze. |
void |
setTiling(java.lang.String v)
Sets the tiling for the maze. |
void |
setVertical(int v)
Sets the vertical size of the maze. |
java.lang.String |
toString()
Returns a String representation of the Maze filling parameter bean. |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MazeParam()
| Method Detail |
public void init()
public void setFiller(java.lang.String v)
v - String name of the filler.public void setMethod(java.lang.String v)
v - String name of the filler.public void setTiling(java.lang.String v)
v - String name of the tiling for the Maze.public void setHorizontal(int v)
v - int size of the Mazepublic void setVertical(int v)
v - int size of the Maze.public void setBranch(int v)
v - int branching factor.public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||