Serialized Form


Package <Unnamed>

Class AnimationPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

imageList

java.util.List<E> imageList
list of image objects


currIndex

int currIndex
index of currently displayed image


framesPerSec

int framesPerSec
number of frames per second

Class ButtonPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

nextButton

javax.swing.JButton nextButton

playButton

javax.swing.JButton playButton

prevButton

javax.swing.JButton prevButton

moviePlayer

MoviePlayer moviePlayer

Class HighlightingStyledDocument extends javax.swing.text.DefaultStyledDocument implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

keywordStyle

javax.swing.text.SimpleAttributeSet keywordStyle

environmentWordStyle

javax.swing.text.SimpleAttributeSet environmentWordStyle

commentStyle

javax.swing.text.SimpleAttributeSet commentStyle

stringStyle

javax.swing.text.SimpleAttributeSet stringStyle

rParenStyle

javax.swing.text.SimpleAttributeSet rParenStyle

lParenStyle

javax.swing.text.SimpleAttributeSet lParenStyle

defaultStyle

javax.swing.text.SimpleAttributeSet defaultStyle

keywords

java.util.Vector<E> keywords

gutters

java.util.Vector<E> gutters

lParens

java.util.Vector<E> lParens

environmentWords

java.util.Vector<E> environmentWords

keyReg

java.util.regex.Pattern keyReg

envReg

java.util.regex.Pattern envReg

commentReg

java.util.regex.Pattern commentReg

doubleStringReg

java.util.regex.Pattern doubleStringReg

singleStringReg

java.util.regex.Pattern singleStringReg

stringComments

java.util.regex.Pattern stringComments

mlString

java.util.regex.Pattern mlString

triQuote

java.util.regex.Pattern triQuote

Class ImageDisplay extends javax.swing.JPanel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

image

java.awt.Image image

prefSize

java.awt.Dimension prefSize

currentX

int currentX

currentY

int currentY

Class JESGutter extends javax.swing.JComponent implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

indents

java.util.Vector<E> indents

ylocs

int[] ylocs

gutterFont

java.awt.Font gutterFont

newlineReg

java.util.regex.Pattern newlineReg

text

javax.swing.JEditorPane text

numLines

int numLines

oldLines

int oldLines

editorFont

java.awt.Font editorFont

lineHeight

float lineHeight

lineMark

int lineMark

Class SoundException extends java.lang.Exception implements Serializable

serialVersionUID: 7526471155622776147L

Class World extends javax.swing.JComponent implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

autoRepaint

boolean autoRepaint
should automatically repaint when model changed


background

java.awt.Color background
the background color for the world


width

int width
the width of the world


height

int height
the height of the world


turtleList

java.util.List<E> turtleList
the list of turtles in the world


frame

javax.swing.JFrame frame
the JFrame to show this world in


picture

Picture picture
background picture