|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectassignment2.BoardMakerFromStrings
public class BoardMakerFromStrings
Class provides facility to make a new Boggle board from an array of Strings.
| Constructor Summary | |
|---|---|
BoardMakerFromStrings(java.lang.String[] rows)
Makes a boggle board from an array of Strings. |
|
| Method Summary | |
|---|---|
BoggleBoard |
makeBoard(int rows)
Return square board of specified size (4 or 5). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoardMakerFromStrings(java.lang.String[] rows)
rows - | Method Detail |
|---|
public BoggleBoard makeBoard(int rows)
IBoardMaker
makeBoard in interface IBoardMakerrows - is dimension of board
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||