Class HighScoreBoardMaker

java.lang.Object
  extended by HighScoreBoardMaker
All Implemented Interfaces:
IBoardMaker

public class HighScoreBoardMaker
extends java.lang.Object
implements IBoardMaker


Constructor Summary
HighScoreBoardMaker()
           
 
Method Summary
 BoggleBoard makeBoard(int rows)
          Return square board of specified size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HighScoreBoardMaker

public HighScoreBoardMaker()
Method Detail

makeBoard

public BoggleBoard makeBoard(int rows)
Description copied from interface: IBoardMaker
Return square board of specified size.

Specified by:
makeBoard in interface IBoardMaker
Parameters:
rows - is dimension of board
Returns:
squre BoggleBoard of specified size