Serialized Form


Package ch.aplu.turtle

Class ch.aplu.turtle.Playground implements Serializable

Serialized Fields

turtles

Vector turtles
Holds the Turtles of this Playground.


canvasBuffer

Image canvasBuffer
Holds the Canvas. I.e. the buffer where the lines are drawn.


turtleBuffer

Image turtleBuffer
Holds the Turtles images. I.e. the buffer where the Turtles are drawn.


rootpane

TurtleContainer rootpane
This is the window (or applet or ...) which holds this Playground.


DEFAULT_BACKGROUND_COLOR

Color DEFAULT_BACKGROUND_COLOR
The default background color. White.

Class ch.aplu.turtle.TurtleFrame implements Serializable

Serialized Fields

playground

Playground playground