Uses of Interface
org.apache.batik.gvt.renderer.RendererFactory

Packages that use RendererFactory
org.apache.batik.refimpl.gvt.renderer   
org.apache.batik.refimpl.util   
 

Uses of RendererFactory in org.apache.batik.refimpl.gvt.renderer
 

Classes in org.apache.batik.refimpl.gvt.renderer that implement RendererFactory
 class DynamicRendererFactory
          This class is a factory for DynamicRenderers.
 class StaticRendererFactory
          This class is a factory for StaticRenderers.
 

Uses of RendererFactory in org.apache.batik.refimpl.util
 

Fields in org.apache.batik.refimpl.util declared as RendererFactory
protected  RendererFactory JSVGCanvas.rendererFactory
          The renderer factory.
 

Methods in org.apache.batik.refimpl.util that return RendererFactory
 RendererFactory JSVGCanvas.getRendererFactory()
          Returns the current renderer factory.
 

Methods in org.apache.batik.refimpl.util with parameters of type RendererFactory
 void JSVGCanvas.setRendererFactory(RendererFactory rf)
          Sets the renderer factory to use to create the renderer.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.