org.apache.batik.refimpl.gvt.renderer
Interface DynamicRenderer.RepaintHandler

All Known Implementing Classes:
JSVGCanvas, JSVGCanvas.ThumbnailCanvas
Enclosing class:
DynamicRenderer

public static interface DynamicRenderer.RepaintHandler

Handler interface for receiving the area of interest when an area has been modified.


Method Summary
 void notifyRepaintedRegion(java.awt.Shape oldAoi, java.awt.Shape newAoi, Renderer renderer)
          Notifies that the specified area of interest need to be repainted.
 

Method Detail

notifyRepaintedRegion

public void notifyRepaintedRegion(java.awt.Shape oldAoi,
                                  java.awt.Shape newAoi,
                                  Renderer renderer)
Notifies that the specified area of interest need to be repainted.
Parameters:
aoi - the area of interest to repaint


Copyright © 2000 Apache Software Foundation. All Rights Reserved.