Package | Description |
---|---|
visual | |
visual.dynamic | |
visual.dynamic.sampled |
Modifier and Type | Method and Description |
---|---|
VisualizationView |
Visualization.getView()
Get the "main" view (i.e., the "main" VisualizationView
that is used to present the SimpleContent objects) associated
with this Visualization.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<VisualizationView> |
Visualization.getViews()
Get all of the views associated with this Visualization.
|
Modifier and Type | Method and Description |
---|---|
void |
Visualization.addView(VisualizationView view)
Add a view to this Visualization.
|
void |
VisualizationRenderer.postRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform after rendering.
|
void |
ScaledVisualizationRenderer.postRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform after rendering.
|
void |
PlainVisualizationRenderer.postRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform after rendering.
|
void |
PartialVisualizationRenderer.postRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform after rendering.
|
void |
VisualizationRenderer.preRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform before rendering.
|
void |
ScaledVisualizationRenderer.preRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform before rendering.
|
void |
PlainVisualizationRenderer.preRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform before rendering.
|
void |
PartialVisualizationRenderer.preRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform before rendering.
|
void |
Visualization.removeView(VisualizationView view)
Remove a view from this Visualization.
|
void |
VisualizationRenderer.render(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Render the content contained in the model.
|
void |
ScaledVisualizationRenderer.render(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Render the content contained in the model.
|
void |
PlainVisualizationRenderer.render(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Render the content contained in the model.
|
void |
PartialVisualizationRenderer.render(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Render the content contained in the model.
|
void |
Visualization.setView(VisualizationView view)
Change the "main" view associated with this Visualization.
|
Modifier and Type | Method and Description |
---|---|
void |
SpecialEffectsRenderer.postRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform after rendering.
|
void |
SpecialEffectsRenderer.preRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform before rendering.
|
void |
SpecialEffectsRenderer.render(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Render the content contained in the model.
|
Modifier and Type | Method and Description |
---|---|
void |
ScreenRenderer.postRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform after rendering.
|
void |
ScreenRenderer.preRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform before rendering.
|
void |
ScreenRenderer.render(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Render the content contained in the model.
|