A B C D E F G H I L M O P R S T U W X Y

G

Game - Class in cs4099
This class deals with the running of a Solitaire game - the user manipulates the game from the GUI drawn by this class.

The class is an extension of a JFrame to provide a graphical user interface.
Game(State, String) - Constructor for class cs4099.Game
Constructor for creating a new Game window.
get() - Method in class cs4099.StateStack
Removes the first state from the stack
getBool(String) - Method in class cs4099.Interpreter
This method converts a String into a boolean, returning true if the contents of the String are equal to "true", and false if the contents are anything else.
getCardImage() - Method in class cs4099.Card
A method that returns the image file that represents this card.
getCardLabel() - Method in class cs4099.Card
Builds a JLabel illustrating this card's properties.
getDescription() - Method in class cs4099.FileFilter
Returns a description of this file filter.
getHeight() - Method in class cs4099.AbsoluteConstraints
 
getLayoutAlignmentX(Container) - Method in class cs4099.AbsoluteLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class cs4099.AbsoluteLayout
Returns the alignment along the y axis.
getSortedState() - Method in class cs4099.State
Returns a new state with piles in order of properties, based on this state.
getTopCard() - Method in class cs4099.Pile
Returns the top card of this pile - a shortcut for getting its suit and value.
getWidth() - Method in class cs4099.AbsoluteConstraints
 
getX() - Method in class cs4099.AbsoluteConstraints
 
getY() - Method in class cs4099.AbsoluteConstraints
 

A B C D E F G H I L M O P R S T U W X Y