Game of Life 1.5

Uses of Class
org.bitstorm.gameoflife.ShapeException

Packages that use ShapeException
org.bitstorm.gameoflife   
 

Uses of ShapeException in org.bitstorm.gameoflife
 

Methods in org.bitstorm.gameoflife that throw ShapeException
static Shape ShapeCollection.getShapeByName(java.lang.String name)
          Get shape by its name.
 void CellGridCanvas.setShape(Shape shape)
          Draws shape in grid.
 


Game of Life 1.5

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