Serialized Form
turtles
java.util.Vector<E> turtles
- Hold the
Turtle
s 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 |
playground
Playground playground
DEFAULT_TITLE
java.lang.String DEFAULT_TITLE
mode
int mode
isAppletFirst
boolean isAppletFirst
backgroundColor
java.awt.Color backgroundColor
- Property for bean support.
enableFocus
boolean enableFocus
- Property for bean support.