A C G I M N P R S V

C

clearImages() - Method in class proj3.ClickableImageGrid
Removes all images from the grid.
ClickableImage - Class in proj3
Extends JLabel to make the it clickable and row/column aware ( intended to be used with the a ClickableImageGrid.
ClickableImage(ImageIcon) - Constructor for class proj3.ClickableImage
Sole constructor that creates a ClickableImage using the specified icon
ClickableImageGrid - Class in proj3
Extends JPanel to provide a grid layout capability.
ClickableImageGrid(int, int) - Constructor for class proj3.ClickableImageGrid
Constructs a panel configured for the specified number of rows and columns.
consolidate() - Method in class proj3.Game
Moves cards in the tableau towards the top (left and up) to replace the cards that were removed.
Coordinate - Class in proj3
Encapsulates the row and column of one cell in a 2-D coordinate system.
Coordinate(int, int) - Constructor for class proj3.Coordinate
Constructs a new Coordinate from the specified row and column

A C G I M N P R S V