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.
build
public GraphicsNode build(BridgeContext ctx,
Document svgDocument)
- Builds a GVT tree using the specified context and SVG document.
- Parameters:
ctx
- the context to usesvgDocument
- 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 useelement
- element for which a GVT representation should be built
Copyright © 2000 Apache Software Foundation. All Rights Reserved.