Interface | Description |
---|---|
Thing |
The basic interface for an object in the simulation world.
|
WorldView |
The basic interface for world viewers.
|
Class | Description |
---|---|
GraphicsHistogram |
An extension of Histogram view that plots its results onto a GWindow.
|
HistogramView |
An abstract superclass of Histogram views.
|
MapView |
A simple implementation of a view that just asks all Things to
display themselves onto its GWindow.
|
Offset |
Represents an extent in the x and y direction.
|
TextHistogram |
An extension of HistogramView which demonstrates that not all views
have to be graphical in nature.
|
WorldModel |
A WorldModel is a relatively efficient representation of the
world.
|