Uses of Interface
IBoardMaker

Uses of IBoardMaker in <Unnamed>
 

Classes in <Unnamed> that implement IBoardMaker
 class HighScoreBoardMaker
           
 class StandardBoardMaker
          Supply a random BoggleBoard that's either 4x4 or 5x5 using standard cubes from Boggle and Big Boggle, respectively.
 

Methods in <Unnamed> with parameters of type IBoardMaker
static void BoggleBoardFactory.setMaker(IBoardMaker maker)
          Change the board maker used by the factor.