org.apache.batik.gvt.renderer
Interface RendererFactory

All Known Subinterfaces:
ImageRendererFactory

public interface RendererFactory

Interface for GVT renderer factory.


Method Summary
 Renderer createRenderer()
          Creates a new renderer.
 GraphicsNodeRenderContext getRenderContext()
           
 

Method Detail

createRenderer

public Renderer createRenderer()
Creates a new renderer.

getRenderContext

public GraphicsNodeRenderContext getRenderContext()
Returns:
a GraphicsNodeRenderContext of the type used by the renderers. This may be a shared instance or a new instance, clients of this API should not depend on which.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.