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

G

GLIDER - Static variable in class org.bitstorm.gameoflife.ShapeCollection
 
GameOfLife - class org.bitstorm.gameoflife.GameOfLife.
The Game Of Life Applet.
GameOfLife() - Constructor for class org.bitstorm.gameoflife.GameOfLife
 
GameOfLifeControls - class org.bitstorm.gameoflife.GameOfLifeControls.
GUI-controls of the Game of Life.
GameOfLifeControls() - Constructor for class org.bitstorm.gameoflife.GameOfLifeControls
Contructs the controls.
GameOfLifeControlsEvent - class org.bitstorm.gameoflife.GameOfLifeControlsEvent.
Event class for GameOfLifeControls.
GameOfLifeControlsEvent(Object) - Constructor for class org.bitstorm.gameoflife.GameOfLifeControlsEvent
Construct a GameOfLifeControls.ControlsEvent
GameOfLifeControlsListener - interface org.bitstorm.gameoflife.GameOfLifeControlsListener.
Listener interface for GameOfLifeControls.
GameOfLifeGrid - class org.bitstorm.gameoflife.GameOfLifeGrid.
Contains the cellgrid, the current shape and the Game Of Life algorithm that changes it.
GameOfLifeGrid(int, int) - Constructor for class org.bitstorm.gameoflife.GameOfLifeGrid
Contructs a GameOfLifeGrid.
gameOfLifeCanvas - Variable in class org.bitstorm.gameoflife.GameOfLife
 
gameOfLifeGrid - Variable in class org.bitstorm.gameoflife.GameOfLife
 
gameThread - Static variable in class org.bitstorm.gameoflife.GameOfLife
 
genLabel - Variable in class org.bitstorm.gameoflife.GameOfLifeControls
 
genLabelText - Variable in class org.bitstorm.gameoflife.GameOfLifeControls
 
genTime - Variable in class org.bitstorm.gameoflife.GameOfLife
 
generations - Variable in class org.bitstorm.gameoflife.GameOfLifeGrid
 
getAppletInfo() - Method in class org.bitstorm.gameoflife.GameOfLife
 
getCell(int, int) - Method in interface org.bitstorm.gameoflife.CellGrid
Get status of cell (alive or dead).
getCell(int, int) - Method in class org.bitstorm.gameoflife.GameOfLifeGrid
Get value of cell.
getCellSize() - Method in class org.bitstorm.gameoflife.GameOfLife
Gets cell size.
getCells() - Method in class org.bitstorm.gameoflife.Shape
Get shape data.
getDimension() - Method in interface org.bitstorm.gameoflife.CellGrid
Get dimension of cellgrid.
getDimension() - Method in class org.bitstorm.gameoflife.GameOfLifeGrid
Get dimension of grid.
getDimension() - Method in class org.bitstorm.gameoflife.Shape
Get dimension of shape.
getEnum() - Method in interface org.bitstorm.gameoflife.CellGrid
Get cell-enumerator.
getEnum() - Method in class org.bitstorm.gameoflife.GameOfLifeGrid
Get enumeration of Cell's
getFileName() - Method in class org.bitstorm.util.EasyFile
Gets filename
getGameOfLifeGridIO() - Method in class org.bitstorm.gameoflife.StandaloneGameOfLife
get GameOfLifeGridIO
getGenerations() - Method in class org.bitstorm.gameoflife.GameOfLifeGrid
Get number of generations.
getMinimumSize() - Method in class org.bitstorm.gameoflife.CellGridCanvas
This is the minimum size (size of one cell).
getName() - Method in class org.bitstorm.gameoflife.Shape
Get name of shape.
getParamInteger(String, int) - Method in class org.bitstorm.gameoflife.GameOfLife
Read applet parameter (int) or, when unavailable, get default value.
getParameter(String) - Method in class org.bitstorm.gameoflife.StandaloneGameOfLife
Override method, called by applet.
getParams() - Method in class org.bitstorm.gameoflife.GameOfLife
Get params (cellSize, cellCols, cellRows, genTime) from applet-tag
getPreferredSize() - Method in class org.bitstorm.gameoflife.CellGridCanvas
This is the preferred size.
getPreferredSize() - Method in class org.bitstorm.util.ImageComponent
Returns preferred size.
getShapeByName(String) - Static method in class org.bitstorm.gameoflife.ShapeCollection
Get shape by its name.
getShapeName() - Method in class org.bitstorm.gameoflife.GameOfLifeControlsEvent
Gets name of shape
getShapeSelectedEvent(Object, String) - Static method in class org.bitstorm.gameoflife.GameOfLifeControlsEvent
Constructs a event due to the shape changed.
getShapes() - Static method in class org.bitstorm.gameoflife.ShapeCollection
Get array of shapes.
getSpeed() - Method in class org.bitstorm.gameoflife.GameOfLifeControlsEvent
Gets speed of Game
getSpeedChangedEvent(Object, int) - Static method in class org.bitstorm.gameoflife.GameOfLifeControlsEvent
Constructs a event due to the speed changed.
getStandaloneGameOfLife() - Method in class org.bitstorm.gameoflife.AppletFrame
Get StandaloneGameOfLife object.
getZoom() - Method in class org.bitstorm.gameoflife.GameOfLifeControlsEvent
Gets size of cell
getZoomChangedEvent(Object, int) - Static method in class org.bitstorm.gameoflife.GameOfLifeControlsEvent
Constructs a event due to the zoom changed.
grid - Variable in class org.bitstorm.gameoflife.GameOfLifeGrid
Every cell on the grid is a Cell object.
grid - Variable in class org.bitstorm.gameoflife.StandaloneGameOfLife.GameOfLifeGridIO
 
gridIO - Variable in class org.bitstorm.gameoflife.StandaloneGameOfLife
 

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>.