|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectassignment2.StandardBoardMaker
public class StandardBoardMaker
Supply a random BoggleBoard that's either 4x4 or 5x5 using standard cubes from Boggle and Big Boggle, respectively. Uses the BoggleFactory's random number generator.
| Constructor Summary | |
|---|---|
StandardBoardMaker()
|
|
| Method Summary | |
|---|---|
BoggleBoard |
makeBoard(int rows)
Returns random boggle board of specified number of rows, boards are square. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardBoardMaker()
| Method Detail |
|---|
public BoggleBoard makeBoard(int rows)
makeBoard in interface IBoardMakerrows - is number of rows (and columns) in returned board.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||