-
VERSION
float VERSION
The default BG colour of the image.
-
MAX_COMMANDS
int MAX_COMMANDS
-
background_Col
java.awt.Color background_Col
-
panelWidth
int panelWidth
-
panelHeight
int panelHeight
-
sleepPeriod
int sleepPeriod
-
hostFrame
javax.swing.JFrame hostFrame
-
image
java.awt.image.BufferedImage image
The underlying image used for drawing. This is required so any previous drawing activity is persistent on the panel.
image is the drawing area and turtleImage is for the graphical representation of the turtle/pen
-
turtleDisplay
java.awt.image.BufferedImage turtleDisplay
The underlying image used for drawing. This is required so any previous drawing activity is persistent on the panel.
image is the drawing area and turtleImage is for the graphical representation of the turtle/pen
-
turtle0
java.awt.image.BufferedImage turtle0
The underlying image used for drawing. This is required so any previous drawing activity is persistent on the panel.
image is the drawing area and turtleImage is for the graphical representation of the turtle/pen
-
turtle90
java.awt.image.BufferedImage turtle90
The underlying image used for drawing. This is required so any previous drawing activity is persistent on the panel.
image is the drawing area and turtleImage is for the graphical representation of the turtle/pen
-
turtle180
java.awt.image.BufferedImage turtle180
The underlying image used for drawing. This is required so any previous drawing activity is persistent on the panel.
image is the drawing area and turtleImage is for the graphical representation of the turtle/pen
-
turtle270
java.awt.image.BufferedImage turtle270
The underlying image used for drawing. This is required so any previous drawing activity is persistent on the panel.
image is the drawing area and turtleImage is for the graphical representation of the turtle/pen
-
PenColour
java.awt.Color PenColour
properties for the pen/turtle position, pen colour and direction the turtle is pointing
-
penDown
boolean penDown
-
xPos
int xPos
-
yPos
int yPos
-
direction
int direction
-
commands
java.lang.String[] commands
-
commandPtr
int commandPtr
-
stroke
java.awt.BasicStroke stroke