-
turtles
java.util.Vector<E> turtles
Holds the Turtles of this Playground.
-
traceBuffer
java.awt.image.BufferedImage traceBuffer
Holds 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
Holds 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