Serialized Form
-
Package <Unnamed>
-
Class World
class World extends JComponent implements Serializable-
Serialized Fields
-
autoRepaint
boolean autoRepaint
should automatically repaint when model changed -
background
Color background
the background color for the world -
frame
JFrame frame
the JFrame to show this world in -
height
int height
the height of the world -
picture
Picture picture
background picture -
turtleList
List<Turtle> turtleList
the list of turtles in the world -
width
int width
the width of the world
-
-
-