Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
O
P
R
S
T
U
V
W
G
Game
- class
Game
.
This class contains methods for game operation.
Game(ScrabbleBuilder)
- Constructor for class
Game
Game(ScrabbleBuilder, int)
- Constructor for class
Game
gameEnd()
- Method in class
Game
generateMove(Game)
- Method in class
FirstMoveStrategy
generateMove(Game)
- Method in class
MoveStrategy
getAlphabet()
- Method in class
ScrabbleBuilder
getBagSize()
- Method in class
Game
getBagValue()
- Method in class
Bag
Returns an
int
containing the current score sum of the bag.
getBoard()
- Method in class
Game
getBoard()
- Static method in class
ScrabbleBuilder
getColor()
- Method in class
Square
getCurrent()
- Method in class
SublistIterator
getDescription()
- Method in class
Square
getDescription()
- Method in class
TXTFilter
getDisabledIcon(Color)
- Method in class
Square
getEndX()
- Method in class
Word
getEndY()
- Method in class
Word
getGame()
- Method in class
RemoteScrabble
Returns the current game
g
running on RemoteScrabble.
getGameEnded()
- Method in class
Game
getHostLocation()
- Method in class
Client
Returns the location of the host.
getIcon(Color)
- Method in class
Square
getIndexOfLetter(Letter)
- Method in class
Rack
Gets an index from a Letter.
getLastMoveScore()
- Method in class
Game
getLastPlayer()
- Method in class
Game
getLastTurn()
- Method in class
Game
getLength()
- Method in class
Word
getLetter(int)
- Method in class
Bag
Returns a
Letter
at a specific
i in the bag.
getLetter()
- Method in class
LetterMove
getLetter(int)
- Method in class
Rack
Gets a Letter from the Rack at
i
.
getLetter(char)
- Method in class
ScrabbleBuilder
getLetter(String)
- Method in class
ScrabbleBuilder
getLetter()
- Method in class
Square
getLetter(int)
- Method in class
Word
getLetterFromSymbol(char)
- Method in class
Square
getLetterFromSymbol(char)
- Method in class
Word
getLetterMoves()
- Method in class
Move
getLetterScore(Letter)
- Method in class
Square
getLetterScore()
- Method in class
Square
getLetters()
- Method in class
Bag
Returns a
List
, the bag.
getLetters()
- Method in class
Move
getLetters()
- Method in class
ScrabbleBuilder
getList(String, int)
- Static method in class
Dictionary
getListOfLetters()
- Static method in class
Dictionary
getMove()
- Method in class
Client
Returns a
Move
, stored locally as move.
getMoveNumber()
- Method in class
Game
getName()
- Method in class
Player
getPlayer()
- Method in class
Game
getPlayers()
- Method in class
Game
getPremium()
- Method in class
Word
getPremiumSquares()
- Static method in class
ScrabbleBuilder
Returns a List of all the premium squares on the board.
getPressedIcon(Color)
- Method in class
Square
getRack()
- Method in class
Game
getRack()
- Method in class
Player
getRackLetter(int)
- Method in class
Game
getRackSize()
- Method in class
Rack
Returns the size of the Rack.
getRackValue()
- Method in class
Rack
Returns the value of the Rack as an int.
getRemoteScrabble()
- Static method in class
RemoteScrabble
Returns RemoteScrabble.
getReverseIndexOfLetter(Letter)
- Method in class
Rack
Similar to getIndexOfLetter, but only from the back of the rack.
getRolloverIcon(Color)
- Method in class
Square
getRow(int)
- Method in class
Board
Returns a row of squares as an ArrayList.
getScore()
- Method in class
Letter
getScore(Board)
- Method in class
LetterMove
getScore(Board)
- Method in class
Move
getScore()
- Method in class
Player
getScore(Board)
- Method in class
Word
getScrabble()
- Method in class
Client
Returns the current
Scrabble
program instance.
getScrabble()
- Method in class
Game
getScrabble()
- Method in class
LocalScrabble
Gets the current
Scrabble
game.
getScrabble()
- Method in class
RemoteScrabble
Gets the current
Scrabble
game.
getScrabble()
- Method in class
Server
Gets the instance of the Scrabble class.
getScrabble()
- Method in class
ServerThread
Gets Scrabble instance.
getScrabble()
- Method in class
Square
getScrabble()
- Method in class
Word
getServerDictionary()
- Method in class
Client
Returns the dictionary the server is using as a String dictionary name.
getSize()
- Method in class
Bag
Returns an
int
containing the current size of the bag.
getSkipCounter()
- Method in class
Player
getSquare(int, int)
- Method in class
Board
Gets a square on the board at a given
i
,
j
.
getSquare(int, int)
- Method in class
Game
getSquares()
- Method in class
Board
Returns all squares as a List.
getStartX()
- Method in class
Word
getStartY()
- Method in class
Word
getSymbol()
- Method in class
Letter
getText()
- Method in class
Square
getTurn()
- Method in class
Game
getWordScore()
- Method in class
Square
getWords()
- Method in class
Move
getX()
- Method in class
LetterMove
getX()
- Method in class
Square
getY()
- Method in class
LetterMove
getY()
- Method in class
Square
giveLetters(int)
- Method in class
Bag
Allocates a random selection of new letters to a list, the size of the required number of letters.
giveLetters(int, boolean)
- Method in class
Bag
Overloaded method of giveLetters.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
O
P
R
S
T
U
V
W