|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of ScrabbleDictionary in scrabble |
---|
Methods in scrabble that return ScrabbleDictionary | |
---|---|
static ScrabbleDictionary |
Scrabble.createDictionary(java.lang.String fileName)
Returns a new ScrabbleDictionary created by reading the file specified in the fileName parameter. |
ScrabbleDictionary |
Scrabble.getDictionary()
|
Constructors in scrabble with parameters of type ScrabbleDictionary | |
---|---|
Scrabble(ScrabbleDictionary dictionary)
Creates a new standard scrabble game with random tile bag |
|
Scrabble(ScrabbleDictionary dictionary,
java.util.ArrayList<java.lang.Character> tileBag)
Create a new scrabble game in which no plays have been made. |
|
Scrabble(ScrabbleDictionary dictionary,
java.lang.String fileName)
Creates a Scrabble object using the data in the given .scrabble file (the state of the game at any given moment). |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |