org.apache.batik.gvt.renderer
public class DynamicRenderer extends StaticRenderer
Constructor Summary | |
---|---|
DynamicRenderer()
Constructs a new dynamic renderer with the specified buffer image. | |
DynamicRenderer(RenderingHints rh, AffineTransform at) |
Method Summary | |
---|---|
void | flush(Rectangle r) |
void | flush(Collection areas)
Flush a list of rectangles of cached image data. |
void | repaint(RectListManager devRLM)
Repaints the associated GVT tree under the list of areas.
|
protected CachableRed | setupCache(CachableRed img) |
protected void | updateWorkingBuffers() |
Parameters: devRLM regions to be repainted, in the current user space coordinate system.