Game of Life 1.5
A B C D E F G H I L M N O P R S T U W Z

C

CELL10 - Static variable in class org.bitstorm.gameoflife.ShapeCollection
 
CLEAR - Static variable in class org.bitstorm.gameoflife.ShapeCollection
 
COLLECTION - Static variable in class org.bitstorm.gameoflife.ShapeCollection
 
CR - Variable in class org.bitstorm.util.LineEnumerator
 
CRLF - Variable in class org.bitstorm.util.LineEnumerator
 
Cell - class org.bitstorm.gameoflife.Cell.
Every cell in the grid is a Cell-object.
Cell(int, int) - Constructor for class org.bitstorm.gameoflife.Cell
Constructor
CellGrid - interface org.bitstorm.gameoflife.CellGrid.
Interface between GameOfLifeCanvas and GameOfLife.
CellGridCanvas - class org.bitstorm.gameoflife.CellGridCanvas.
Subclass of Canvas, which makes the cellgrid visible.
CellGridCanvas(CellGrid, int) - Constructor for class org.bitstorm.gameoflife.CellGridCanvas
Constructs a CellGridCanvas.
cellCols - Variable in class org.bitstorm.gameoflife.GameOfLife
 
cellCols - Variable in class org.bitstorm.gameoflife.GameOfLifeGrid
 
cellGrid - Variable in class org.bitstorm.gameoflife.CellGridCanvas
 
cellRows - Variable in class org.bitstorm.gameoflife.GameOfLife
 
cellRows - Variable in class org.bitstorm.gameoflife.GameOfLifeGrid
 
cellSize - Variable in class org.bitstorm.gameoflife.CellGridCanvas
 
cellSize - Variable in class org.bitstorm.gameoflife.GameOfLife
 
cellUnderMouse - Variable in class org.bitstorm.gameoflife.CellGridCanvas
 
clear() - Method in interface org.bitstorm.gameoflife.CellGrid
Clears grid.
clear() - Method in class org.bitstorm.gameoflife.GameOfLifeGrid
Clears grid.
close() - Method in class org.bitstorm.util.AboutDialog
Close dialog box.
close() - Method in class org.bitstorm.util.AlertBox
Close dialog box.
close() - Method in class org.bitstorm.util.TextFileDialog
Close dialog box.
col - Variable in class org.bitstorm.gameoflife.Cell
 
controls - Variable in class org.bitstorm.gameoflife.GameOfLife
 
currentShape - Variable in class org.bitstorm.gameoflife.GameOfLifeGrid
Contains the current, living shape.

Game of Life 1.5
A B C D E F G H I L M N O P R S T U W Z

This API descibes the Game of Life program, written by Edwin Martin. The source code is available online too.

Copyright 1996-2004 Edwin Martin <edwin@bitstorm.org>.