|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisual.PartialVisualizationRenderer
public class PartialVisualizationRenderer
A decorator of a VisualizationRenderer that only shows part of the content.
Constructor Summary | |
---|---|
PartialVisualizationRenderer(VisualizationRenderer decorated,
double x,
double y)
Explicit Value Constructor |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartialVisualizationRenderer(VisualizationRenderer decorated, double x, double y)
decorated
- The VisualizatioRenderer to decoratex
- The left-most point to rendery
- The upper-most point to renderMethod Detail |
---|
public void postRendering(java.awt.Graphics g, Visualization model, VisualizationView view)
postRendering
in interface VisualizationRenderer
g
- The rendering enginemodel
- The Visualization containing the contentview
- The component presenting the contentpublic void preRendering(java.awt.Graphics g, Visualization model, VisualizationView view)
preRendering
in interface VisualizationRenderer
g
- The rendering enginemodel
- The Visualization containing the contentview
- The component presenting the contentpublic void render(java.awt.Graphics g, Visualization model, VisualizationView view)
render
in interface VisualizationRenderer
g
- The rendering enginemodel
- The Visualization containing the contentview
- The component presenting the content
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |