org.apache.batik.bridge
public interface DocumentBridge extends Bridge
Method Summary | |
---|---|
void | buildGraphicsNode(BridgeContext ctx, Document doc, RootGraphicsNode node)
Builds using the specified BridgeContext and element, the
specified graphics node. |
RootGraphicsNode | createGraphicsNode(BridgeContext ctx, Document doc)
Creates a GraphicsNode according to the specified parameters.
|
Parameters: ctx the bridge context to use doc the document node that describes the graphics node to build node the graphics node to build
Parameters: ctx the bridge context to use doc the document node that describes the graphics node to build
Returns: a graphics node that represents the specified document node