Interface | Description |
---|---|
VisualizationRenderer |
The requirements of a VisualizationRenderer (i.e., an
object that handles the rendering for a particular
VisualizationView and Visualization).
|
Class | Description |
---|---|
PartialVisualizationRenderer |
A decorator of a VisualizationRenderer that
only shows part of the content.
|
PlainVisualizationRenderer |
A "plain" VisualizationRenderer that simply
clears the background and renders the content.
|
ScaledVisualizationRenderer |
A decorator of a VisualizationRenderer that adds
scaling capabilities.
|
Visualization |
A collection of Content objects to be rendered
(and a collection of GUI components that will
render them).
|
VisualizationView |
A GUI component that presents a collection of SimpleContent
objects
|