Package | Description |
---|---|
visual | |
visual.dynamic | |
visual.dynamic.described | |
visual.dynamic.sampled |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
Constructor and Description |
---|
VisualizationView(Visualization model,
VisualizationRenderer renderer)
Explicit Value Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SpecialEffectsScreen
A Screen that can also contain described dynamic content
(that can be used for creating "special effects").
|
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.
|
Constructor and Description |
---|
SpecialEffectsRenderer(VisualizationRenderer decorated,
Visualization stage)
Explicit Value Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
Stage
A Visualization that contains Sprite objects
|
Modifier and Type | Class and Description |
---|---|
class |
Screen
A component that renders a sequence of Content objects
(i.e., static visual content).
|
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.
|