org.apache.batik.bridge
public class GVTBuilder extends Object implements SVGConstants
| Constructor Summary | |
|---|---|
| GVTBuilder()
Constructs a new builder. | |
| Method Summary | |
|---|---|
| GraphicsNode | build(BridgeContext ctx, Document document)
Builds using the specified bridge context the specified SVG document.
|
| GraphicsNode | build(BridgeContext ctx, Element e)
Builds using the specified bridge context the specified Element.
|
| protected void | buildComposite(BridgeContext ctx, Element e, CompositeGraphicsNode parentNode)
Builds a composite Element.
|
| protected void | buildGraphicsNode(BridgeContext ctx, Element e, CompositeGraphicsNode parentNode)
Builds a 'leaf' Element.
|
| protected void | handleGenericBridges(BridgeContext ctx, Element e)
Handles any GenericBridge elements which are children of the
specified element. |
Parameters: ctx the bridge context document the SVG document to build
Throws: BridgeException if an error occured while constructing the GVT tree
Parameters: ctx the bridge context e the element to build
Throws: BridgeException if an error occured while constructing the GVT tree
Parameters: ctx the bridge context e the element to build parentNode the composite graphics node, parent of the graphics node to build
Throws: BridgeException if an error occured while constructing the GVT tree
Parameters: ctx the bridge context e the element to build parentNode the composite graphics node, parent of the graphics node to build
Throws: BridgeException if an error occured while constructing the GVT tree
Parameters: ctx the bridge context e the element whose child elements should be handled