Serialized Form

Class mit.ai.techniques.BinaryDrawingCanvas implements Serializable

Serialized Fields

pixels

boolean[][] pixels
Pixel state storage.

currentDrawSetting

boolean currentDrawSetting
True -> drawing black pixels, false -> drawing white pixels.


Class mit.ai.techniques.PuzzleCreator implements Serializable

Serialized Fields

filePuzzle

Puzzle filePuzzle
Holds a puzzle loaded from a file.

drawCanvas

BinaryDrawingCanvas drawCanvas
Canvas for displaying and drawing the puzzle.

puzzleHeight

int puzzleHeight
Current puzzle height (in puzzle pixels).

puzzleWidth

int puzzleWidth
Current puzzle width (in puzzle_pixels).


Class mit.ai.techniques.SolutionDisplay implements Serializable