de.jreality.tutorial.util
Class GameOfLife

java.lang.Object
  extended by de.jreality.tutorial.util.GameOfLife

public class GameOfLife
extends java.lang.Object


Constructor Summary
GameOfLife(java.awt.image.BufferedImage bi)
           
 
Method Summary
 java.awt.Image currentValue()
           
 void resetBoard()
           
 void update()
           
 void updateColors()
           
 void updateLife()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameOfLife

public GameOfLife(java.awt.image.BufferedImage bi)
Method Detail

resetBoard

public void resetBoard()

updateLife

public void updateLife()

updateColors

public void updateColors()

currentValue

public java.awt.Image currentValue()

update

public void update()