public class GameOfLife extends Object
| Constructor and Description |
|---|
GameOfLife(BufferedImage bi) |
| Modifier and Type | Method and Description |
|---|---|
Image |
currentValue() |
void |
resetBoard() |
void |
update() |
void |
updateColors() |
void |
updateLife() |
public GameOfLife(BufferedImage bi)
public void resetBoard()
public void updateLife()
public void updateColors()
public Image currentValue()
public void update()