A B G H K L M P R S T

S

SIZE - Static variable in class sudoku.gui.Board
This is the size of this board.
SUBGRID_SPACING - Static variable in class sudoku.gui.Board
This is the size of the subgrid spacing.
Square - class sudoku.gui.Square.
This class represents a Square on the Sudoku board and is contained in a Board object.
Square(int, int) - Constructor for class sudoku.gui.Square
Creates a new Square, initialized to blank (represented by a value of -1).
Sudoku - class sudoku.Sudoku.
Sudoru: This is a stand-alone application that creates a new Sudoru game when run.
Sudoku() - Constructor for class sudoku.Sudoku
Constructs a new Sudoru game with a randomly initialized playing board.
Sudoku.KeyForwarder - class sudoku.Sudoku.KeyForwarder.
This is an inner class that passes on Key Events to the board's handleKeyEvent() method.
Sudoku.KeyForwarder() - Constructor for class sudoku.Sudoku.KeyForwarder
 
setBackgroundColor(Color) - Method in class sudoku.gui.Theme
 
setBorder(Border) - Method in class sudoku.gui.Theme
 
setCursorFocused(Square) - Static method in class sudoku.gui.Square
Sets this Square to be cursor focused.
setFocusedColor(Color) - Method in class sudoku.gui.Theme
 
setGivenColor(Color) - Method in class sudoku.gui.Theme
 
setHighlightColor(Color) - Method in class sudoku.gui.Theme
 
setHighlighted(Square) - Static method in class sudoku.gui.Square
Squares can be highlighted by the cursor or the mouse.
setModifiable(boolean) - Method in class sudoku.gui.Square
Given Squares are not modifiable and cannot be changed by the user.
setMouseoverColor(Color) - Method in class sudoku.gui.Theme
 
setTextColor(Color) - Method in class sudoku.gui.Theme
 
setTheme(Theme) - Method in class sudoku.gui.Board
Changes the theme of all the Squares in this board.
setTheme(Theme) - Static method in class sudoku.gui.Square
 
setThick(boolean, boolean, boolean, boolean) - Method in class sudoku.gui.Square
This method is used by the Board class to outline 3x3 regions in Squares with think borders.
setValue(int) - Method in class sudoku.gui.Square
Sets this Square's value to a value between 1 and 9, inclusve, or -1.
sudoku - package sudoku
 
sudoku.game - package sudoku.game
 
sudoku.gui - package sudoku.gui
 

A B G H K L M P R S T