Serialized Form
imageList
List<E> imageList
- list of image objects
currIndex
int currIndex
- index of currently displayed image
framesPerSec
int framesPerSec
- number of frames per second
nextButton
JButton nextButton
playButton
JButton playButton
prevButton
JButton prevButton
moviePlayer
MoviePlayer moviePlayer
colorArray
Color[] colorArray
Class EnvFileChooser extends JFileChooser implements Serializable |
openAccessory
JPanel openAccessory
boundedChooser
JComboBox boundedChooser
unboundedChooser
JComboBox unboundedChooser
defaultBounded
Class<T> defaultBounded
defaultUnbounded
Class<T> defaultUnbounded
Class FishToolbar extends JToolBar implements Serializable |
colorComboBox
JComboBox colorComboBox
fishComboBox
JComboBox fishComboBox
image
Image image
prefSize
Dimension prefSize
currentX
int currentX
currentY
int currentY
Class JpegImagesToMovie.ImageDataSource extends Object implements Serializable |
Class JpegImagesToMovie.ImageSourceStream extends Object implements Serializable |
Class MBSDisplay extends JPanel implements Serializable |
theEnv
Environment theEnv
numRows
int numRows
numCols
int numCols
originRow
int originRow
originCol
int originCol
cellSize
int cellSize
toolTipsEnabled
boolean toolTipsEnabled
Class MBSGUIFrame extends JFrame implements Serializable |
envControl
EnvironmentController envControl
simControl
SimulationController simControl
display
MBSDisplay display
menuItemsThatNeedAnEnvironment
ArrayList<E> menuItemsThatNeedAnEnvironment
menuItemsDisabledDuringRun
ArrayList<E> menuItemsDisabledDuringRun
Class PseudoInfiniteViewport extends JViewport implements Serializable |
scrollParent
JScrollPane scrollParent
glassPane
JPanel glassPane
originTip
JToolTip originTip
originTipTimer
Timer originTipTimer
panPoint
Point panPoint
Class SimpleMBSDisplay extends JFrame implements Serializable |
display
MBSDisplay display
delay
int delay
Class TurtleWorld extends JComponent implements Serializable |
background
Color background
width
int width
height
int height
turtleList
List<E> turtleList
frame
JFrame frame
autoRepaint
boolean autoRepaint
- should automatically repaint when model changed
background
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
List<E> turtleList
- the list of turtles in the world
frame
JFrame frame
- the JFrame to show this world in
picture
Picture picture
- background picture