- DEFAULT_CELL_SIZE - Static variable in class uwcse.sim.WorldModel
-
The default cell size.
- display(Shape) - Method in class uwcse.graphics.AppletGWindow
-
Simply adds this shape to the to-be-displayed queue.
- display(Shape) - Method in class uwcse.graphics.GWindow
-
Simply adds this shape to the to-be-displayed queue.
- displayOn(GWindow) - Method in interface uwcse.sim.Thing
-
Every Thing must be able to display itself on a GWindow.
- dispose() - Method in class uwcse.graphics.AppletGWindow
-
- dispose() - Method in class uwcse.graphics.GWindow
-
Close the window.
- doAction(Stage) - Method in interface uwcse.animation.Actor
-
Every Actor must implement some fundamental action.
- doRepaint() - Method in class uwcse.graphics.AppletGWindow
-
Update the screen, if updates aren't suspended.
- doRepaint() - Method in class uwcse.graphics.GWindow
-
Update the screen, if updates aren't suspended.
- doTurn() - Method in class uwcse.sim.WorldModel
-
The basic turn of the simulation consists of calling birth(),
action(), reap(), and notifyViews().
- down() - Method in class uwcse.graphics.Pen
-
Set the pen's state to down.
- dx - Variable in class uwcse.sim.Offset
-
- dy - Variable in class uwcse.sim.Offset
-