Serialized Form


Package org.woehlke.simulation.evolution.beans

Class org.woehlke.simulation.evolution.beans.SimGenPoint extends java.lang.Object implements Serializable

Serialized Fields

x

int x

y

int y

Package org.woehlke.simulation.evolution.gui

Class org.woehlke.simulation.evolution.gui.SimGenApplet extends java.applet.Applet implements Serializable

Serialized Fields

title

java.awt.Label title

controllerThread

ISimGenController controllerThread

canvas

ISimGenWorldCanvas canvas

world

ISimGenWorld world

scale

int scale

width

int width

height

int height

Class org.woehlke.simulation.evolution.gui.SimGenFrame extends java.awt.Frame implements Serializable

Serialized Fields

exe

SimGenApplet exe

Class org.woehlke.simulation.evolution.gui.SimGenWorldCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

world

ISimGenWorld world

dimensions

SimGenPoint dimensions

water

java.awt.Color water

food

java.awt.Color food

bazillus

java.awt.Color bazillus



Copyright © 2006-2008 Thomas Woehlke. All Rights Reserved.