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

Packages that use DynamicRenderer.RepaintHandler
org.apache.batik.refimpl.gvt.renderer   
org.apache.batik.refimpl.util   
 

Uses of DynamicRenderer.RepaintHandler in org.apache.batik.refimpl.gvt.renderer
 

Fields in org.apache.batik.refimpl.gvt.renderer declared as DynamicRenderer.RepaintHandler
protected  DynamicRenderer.RepaintHandler DynamicRenderer.repaintHandler
          The handler to notify that a region has to be repainted.
 

Methods in org.apache.batik.refimpl.gvt.renderer that return DynamicRenderer.RepaintHandler
 DynamicRenderer.RepaintHandler DynamicRenderer.getRepaintHandler()
          Returns the repaint handler of this dynamic renderer.
 

Methods in org.apache.batik.refimpl.gvt.renderer with parameters of type DynamicRenderer.RepaintHandler
 void DynamicRenderer.setRepaintHandler(DynamicRenderer.RepaintHandler repaintHandler)
          Sets the repaint handler to the specified repaint handler.
 

Uses of DynamicRenderer.RepaintHandler in org.apache.batik.refimpl.util
 

Classes in org.apache.batik.refimpl.util that implement DynamicRenderer.RepaintHandler
 class JSVGCanvas
          This class implements a JComponent which is able to display a SVG document.
protected  class JSVGCanvas.ThumbnailCanvas
          This class represents the thumbnail canvas.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.