org.apache.batik.bridge
Interface GVTBuilder

All Known Implementing Classes:
ConcreteGVTBuilder

public interface GVTBuilder

This class is responsible on building a GVT tree using an SVG document.


Method Summary
 GraphicsNode build(BridgeContext ctx, Document svgDocument)
          Builds a GVT tree using the specified context and SVG document.
 GraphicsNode build(BridgeContext ctx, Element element)
          Builds a GVT tree using the specified context and SVG element
 

Method Detail

build

public GraphicsNode build(BridgeContext ctx,
                          Document svgDocument)
Builds a GVT tree using the specified context and SVG document.
Parameters:
ctx - the context to use
svgDocument - the DOM tree that represents an SVG document

build

public GraphicsNode build(BridgeContext ctx,
                          Element element)
Builds a GVT tree using the specified context and SVG element
Parameters:
ctx - the context to use
element - element for which a GVT representation should be built


Copyright © 2000 Apache Software Foundation. All Rights Reserved.