A C G I M N P R S V

G

Game - Class in proj3
This class provides all methods used by the GUI for Monte Carlo Solitaire.
Game(int, int) - Constructor for class proj3.Game
Construct a new Monte Carlo Solitaire object
getColumn() - Method in class proj3.ClickableImage
Returns the column of the clickable image
getColumn() - Method in class proj3.Coordinate
Accessor for the column.
getHelpText() - Method in class proj3.Game
Returns a help message explaining the rules of the game.
getHint() - Method in class proj3.Game
Finds two matching cards according to the rules of the game (NOTE: this method should only be called if isHintImplemented() returns true
getName() - Method in enum proj3.Rank
Returns the name for the suit (e.g.
getName() - Method in enum proj3.Suit
Returns the name for the suit (e.g.
getRank(Coordinate) - Method in class proj3.Game
Returns a Rank enum representing the rank of the card at the specified coordinate in the tableau
getRow() - Method in class proj3.ClickableImage
Returns the row of the clickable image
getRow() - Method in class proj3.Coordinate
Accessor for the row.
getScore() - Method in class proj3.Game
Returns the player's score for the current game
getSuit(Coordinate) - Method in class proj3.Game
Returns a Suit enum representing the suit of the card at the specified coordinate in the tableau
getSymbol() - Method in enum proj3.Rank
Returns the symbol for the rank (e.g.
getSymbol() - Method in enum proj3.Suit
Returns the symbol for the suit (e.g.

A C G I M N P R S V