public interface VisualizationRenderer
Modifier and Type | Method and Description |
---|---|
void |
postRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform after rendering.
|
void |
preRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Operations to perform before rendering.
|
void |
render(java.awt.Graphics g,
Visualization model,
VisualizationView view)
Render the content contained in the model.
|
void postRendering(java.awt.Graphics g, Visualization model, VisualizationView view)
g
- The rendering enginemodel
- The Visualization containing the contentview
- The component presenting the contentvoid preRendering(java.awt.Graphics g, Visualization model, VisualizationView view)
g
- The rendering enginemodel
- The Visualization containing the contentview
- The component presenting the contentvoid render(java.awt.Graphics g, Visualization model, VisualizationView view)
g
- The rendering enginemodel
- The Visualization containing the contentview
- The component presenting the content