Serialized Form

Class edu.sc.ants.Ants implements Serializable

Serialized Fields

animationPanel

Environment animationPanel


Class edu.sc.ants.Environment implements Serializable

Serialized Fields

animator

java.lang.Thread animator
the thread

lastPick

Environment.RunningThing lastPick
The last agent that was picked. This is used by deleteAgent()

offgraphics

java.awt.Graphics offgraphics

offscreen

java.awt.Image offscreen

offscreensize

java.awt.Dimension offscreensize
We use page flipping to avoid flickering

pick

Environment.RunningThing pick
has someone been picked by the user, who?

running

boolean running
True if this thread should be running

suspended

boolean suspended
Should this agent just wait?

theThings

Environment.RunningThingContainer theThings
The things in this environment