Uses of Class
org.apache.batik.gvt.RootGraphicsNode
-
Packages that use RootGraphicsNode Package Description 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 Modifier and Type Field Description protected RootGraphicsNodeSVGDocumentBridge. nodeThe graphics node constructed by this bridge.private RootGraphicsNodeConcreteTextSelector. selectionNodeRootMethods in org.apache.batik.bridge that return RootGraphicsNode Modifier and Type Method Description RootGraphicsNodeDocumentBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Document doc)Creates aGraphicsNodeaccording to the specified parameters.RootGraphicsNodeSVGDocumentBridge. createGraphicsNode(BridgeContext ctx, org.w3c.dom.Document doc)Creates aGraphicsNodeaccording to the specified parameters.protected static RootGraphicsNodeSVGPatternElementBridge. extractLocalPatternContent(org.w3c.dom.Element e, BridgeContext ctx)Returns the content of the specified pattern element or null if any.protected static RootGraphicsNodeSVGPatternElementBridge. extractPatternContent(org.w3c.dom.Element patternElement, BridgeContext ctx)Returns the content of the specified pattern element.Methods in org.apache.batik.bridge with parameters of type RootGraphicsNode Modifier and Type Method Description voidDocumentBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Document doc, RootGraphicsNode node)Builds using the specified BridgeContext and element, the specified graphics node.voidSVGDocumentBridge. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.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 Modifier and Type Field Description protected RootGraphicsNodeAbstractGraphicsNode. rootThe root of the GVT tree.Methods in org.apache.batik.gvt that return RootGraphicsNode Modifier and Type Method Description RootGraphicsNodeAbstractGraphicsNode. getRoot()Returns the root of the GVT tree or null if the node is not part of a GVT tree.RootGraphicsNodeGraphicsNode. getRoot()Returns the root of the GVT tree or null if the node is not part of a GVT tree.RootGraphicsNodeRootGraphicsNode. 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 Modifier and Type Method Description protected voidAbstractGraphicsNode. setRoot(RootGraphicsNode newRoot)Sets the root node of this graphics node.protected voidCompositeGraphicsNode. setRoot(RootGraphicsNode newRoot)Sets the root node of this grahics node and modify all its children.
-