Serialized Form


Package ch.aplu.turtle

Class ch.aplu.turtle.Playground extends javax.swing.JPanel implements Serializable

Serialized Fields

turtles

java.util.Vector<E> turtles
Hold the Turtles of this Playground.


traceBuffer

java.awt.image.BufferedImage traceBuffer
Hold the offscreen buffer and graphics context where Turtle traces are drawn.


traceG2D

java.awt.Graphics2D traceG2D

playgroundSize

java.awt.Dimension playgroundSize

isBean

boolean isBean

beanBkColor

java.awt.Color beanBkColor

turtleBuffer

java.awt.image.BufferedImage turtleBuffer
Hold the offscreen buffer and graphics context of the Turtles images.


turtleG2D

java.awt.Graphics2D turtleG2D

isTurtleVisible

boolean isTurtleVisible
Flag to tell whether we have at least one Turtle shown.


isRepainting

boolean isRepainting
Flag to tell whether we use automatic repainting


printerScale

double printerScale

traceCanvas

TPrintable traceCanvas

printerG2D

java.awt.Graphics2D printerG2D

isPrintScreen

boolean isPrintScreen

printerScaleFactor

double printerScaleFactor

Class ch.aplu.turtle.Playground.Point extends java.awt.Point implements Serializable

Class ch.aplu.turtle.TurtleFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

playground

Playground playground

DEFAULT_TITLE

java.lang.String DEFAULT_TITLE

mode

int mode

isAppletFirst

boolean isAppletFirst

Class ch.aplu.turtle.TurtlePane extends Playground implements Serializable

Serialized Fields

backgroundColor

java.awt.Color backgroundColor
Property for bean support.


enableFocus

boolean enableFocus
Property for bean support.