Package | Description |
---|---|
uwcse.sim |
Modifier and Type | Class and Description |
---|---|
class |
GraphicsHistogram
An extension of Histogram view that plots its results onto a GWindow.
|
class |
HistogramView
An abstract superclass of Histogram views.
|
class |
MapView
A simple implementation of a view that just asks all Things to
display themselves onto its GWindow.
|
class |
TextHistogram
An extension of HistogramView which demonstrates that not all views
have to be graphical in nature.
|
Modifier and Type | Method and Description |
---|---|
void |
WorldModel.addView(WorldView v)
Add the given view.
|