public interface DocumentBridge extends Bridge
| Modifier and Type | Method and Description |
|---|---|
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. |
getInstance, getLocalName, getNamespaceURIRootGraphicsNode createGraphicsNode(BridgeContext ctx, Document doc)
GraphicsNode according to the specified parameters.
This is called before children have been added to the
returned GraphicsNode (obviously since you construct and return it).ctx - the bridge context to usedoc - the document node that describes the graphics node to buildvoid buildGraphicsNode(BridgeContext ctx, Document doc, RootGraphicsNode node)
ctx - the bridge context to usedoc - the document node that describes the graphics node to buildnode - the graphics node to buildCopyright © 2000–2021 Apache Software Foundation. All rights reserved.