Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
C
CellState
- class com.act365.sudoku.
CellState
.
CellState records the number of candidates remain for each separate cell on the grid.
CellState()
- Constructor for class com.act365.sudoku.
CellState
Composer
- class com.act365.sudoku.
Composer
.
A Composer object attempts to compose valid Su Doku puzzles with the MostCandidates strategy.
Composer(GridContainer, int, int, int, int, int, MaskFactory, int, int, PrintStream, boolean, boolean)
- Constructor for class com.act365.sudoku.
Composer
Generates a new thread that will attempt to construct a Su Doku puzzle with 'maskSize' cells on initial display.
Container
- class com.act365.awt.
Container
.
The Container class is the base for all containers used in act365.com apps.
Container()
- Constructor for class com.act365.awt.
Container
Creates a new Container instance.
ControlContainer
- class com.act365.sudoku.
ControlContainer
.
A ControlContainer instance contains the various buttons and text fields that sit underneath the Su Doku grid and control its operation.
ControlContainer(GridContainer, boolean)
- Constructor for class com.act365.sudoku.
ControlContainer
Creates a new ControlContainer to control the given GridContainer.
capacity()
- Method in class com.act365.sudoku.
Traversal
Returns the traversal capacity.
clone()
- Method in class com.act365.sudoku.
Grid
Clones the grid.
com.act365.awt
- package com.act365.awt
com.act365.sudoku
- package com.act365.sudoku
countFilledCells()
- Method in class com.act365.sudoku.
Grid
Counts the number of filled cells in the grid.
create(int)
- Static method in class com.act365.sudoku.
Strategy
Creates a new strategy instance to solve the given grid.
create(String)
- Static method in class com.act365.sudoku.
Strategy
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U