|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VisualizationRenderer
The requirements of a VisualizationRenderer (i.e., an object that handles the rendering for a particular VisualizationView and Visualization)
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void postRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
g - The rendering enginemodel - The Visualization containing the contentview - The component presenting the content
void preRendering(java.awt.Graphics g,
Visualization model,
VisualizationView view)
g - The rendering enginemodel - The Visualization containing the contentview - The component presenting the content
void render(java.awt.Graphics g,
Visualization model,
VisualizationView view)
g - The rendering enginemodel - The Visualization containing the contentview - The component presenting the content
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||