|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentBridge
Interface for bridge classes that operate on Document nodes.
Method Summary | |
---|---|
void |
buildGraphicsNode(BridgeContext ctx,
org.w3c.dom.Document doc,
RootGraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
RootGraphicsNode |
createGraphicsNode(BridgeContext ctx,
org.w3c.dom.Document doc)
Creates a GraphicsNode according to the specified parameters. |
Methods inherited from interface org.apache.batik.bridge.Bridge |
---|
getInstance, getLocalName, getNamespaceURI |
Method Detail |
---|
RootGraphicsNode createGraphicsNode(BridgeContext ctx, org.w3c.dom.Document doc)
ctx
- the bridge context to usedoc
- the document node that describes the graphics node to build
void buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Document doc, RootGraphicsNode node)
ctx
- the bridge context to usedoc
- the document node that describes the graphics node to buildnode
- the graphics node to build
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |