- getButtons() - Method in class puzzle.Puzzle
-
Accessor for the buttons in the current state of the puzzle.
- getColumn() - Method in class puzzle.NumberButton
-
Accessor for column of button.
- getColumnChange() - Method in enum puzzle.Puzzle.Direction
-
Accessor for column change for the direction.
- getMove() - Method in class puzzle.State
-
Accessor for move that led to this state
- getNumber() - Method in class puzzle.NumberButton
-
Accessor for number of button.
- getPrevious() - Method in class puzzle.State
-
Accessor for previous state
- getRow() - Method in class puzzle.NumberButton
-
Accessor for row of button.
- getRowChange() - Method in enum puzzle.Puzzle.Direction
-
Accessor for row change for the direction.
- getSwap(NumberButton) - Method in class puzzle.Puzzle
-