|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RootGraphicsNode | |
---|---|
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
Uses of RootGraphicsNode in org.apache.batik.bridge |
---|
Fields in org.apache.batik.bridge declared as RootGraphicsNode | |
---|---|
protected RootGraphicsNode |
SVGDocumentBridge.node
The graphics node constructed by this bridge. |
Methods in org.apache.batik.bridge that return RootGraphicsNode | |
---|---|
RootGraphicsNode |
SVGDocumentBridge.createGraphicsNode(BridgeContext ctx,
Document doc)
Creates a GraphicsNode according to the specified parameters. |
RootGraphicsNode |
DocumentBridge.createGraphicsNode(BridgeContext ctx,
Document doc)
Creates a GraphicsNode according to the specified parameters. |
protected static RootGraphicsNode |
SVGPatternElementBridge.extractLocalPatternContent(Element e,
BridgeContext ctx)
Returns the content of the specified pattern element or null if any. |
protected static RootGraphicsNode |
SVGPatternElementBridge.extractPatternContent(Element patternElement,
BridgeContext ctx)
Returns the content of the specified pattern element. |
Methods in org.apache.batik.bridge with parameters of type RootGraphicsNode | |
---|---|
void |
SVGDocumentBridge.buildGraphicsNode(BridgeContext ctx,
Document doc,
RootGraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
void |
DocumentBridge.buildGraphicsNode(BridgeContext ctx,
Document doc,
RootGraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
Uses of RootGraphicsNode in org.apache.batik.gvt |
---|
Fields in org.apache.batik.gvt declared as RootGraphicsNode | |
---|---|
protected RootGraphicsNode |
AbstractGraphicsNode.root
The root of the GVT tree. |
Methods in org.apache.batik.gvt that return RootGraphicsNode | |
---|---|
RootGraphicsNode |
AbstractGraphicsNode.getRoot()
Returns the root of the GVT tree or null if the node is not part of a GVT tree. |
RootGraphicsNode |
RootGraphicsNode.getRoot()
Returns the root of the GVT tree or null if the node is not part of a GVT tree. |
RootGraphicsNode |
GraphicsNode.getRoot()
Returns the root of the GVT tree or null if the node is not part of a GVT tree. |
Methods in org.apache.batik.gvt with parameters of type RootGraphicsNode | |
---|---|
protected void |
AbstractGraphicsNode.setRoot(RootGraphicsNode newRoot)
Sets the root node of this graphics node. |
protected void |
CompositeGraphicsNode.setRoot(RootGraphicsNode newRoot)
Sets the root node of this grahics node and modify all its children. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |