de.jreality.tutorial.util
Class GameOfLife

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

public class GameOfLife
extends Object


Constructor Summary
GameOfLife(BufferedImage bi)
           
 
Method Summary
 Image currentValue()
           
 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(BufferedImage bi)
Method Detail

updateLife

public void updateLife()

updateColors

public void updateColors()

currentValue

public Image currentValue()

update

public void update()