Uses of Class
org.apache.batik.gvt.CompositeGraphicsNode
Packages that use CompositeGraphicsNode
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Contains all of the interfaces for describing and painting vector
graphics as Java objects.
Contains all of the interfaces for describing a set of standard
image processing filters Java objects.
-
Uses of CompositeGraphicsNode in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return CompositeGraphicsNodeModifier and TypeMethodDescriptionSVGUseElementBridge.buildCompositeGraphicsNode(BridgeContext ctx, Element e, CompositeGraphicsNode gn) Creates aGraphicsNodefrom the input element and populates the inputCompositeGraphicsNodeMethods in org.apache.batik.bridge with parameters of type CompositeGraphicsNodeModifier and TypeMethodDescriptionprotected voidGVTBuilder.buildComposite(BridgeContext ctx, Element e, CompositeGraphicsNode parentNode) Builds a composite Element.SVGUseElementBridge.buildCompositeGraphicsNode(BridgeContext ctx, Element e, CompositeGraphicsNode gn) Creates aGraphicsNodefrom the input element and populates the inputCompositeGraphicsNodeprotected voidGVTBuilder.buildGraphicsNode(BridgeContext ctx, Element e, CompositeGraphicsNode parentNode) Builds a 'leaf' Element.protected voidSVGGElementBridge.handleElementAdded(CompositeGraphicsNode gn, Node parent, Element childElt) Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.protected voidSVGSwitchElementBridge.handleElementAdded(CompositeGraphicsNode gn, Node parent, Element childElt) Responds to the insertion of a child element by re-evaluating the test attributes. -
Uses of CompositeGraphicsNode in org.apache.batik.bridge.svg12
Methods in org.apache.batik.bridge.svg12 that return CompositeGraphicsNodeModifier and TypeMethodDescriptionBindableElementBridge.buildCompositeGraphicsNode(BridgeContext ctx, Element e, CompositeGraphicsNode gn) Creates aGraphicsNodefrom the input element and populates the inputCompositeGraphicsNodeXBLContentElementBridge.buildCompositeGraphicsNode(BridgeContext ctx, Element e, CompositeGraphicsNode cgn) Creates aGraphicsNodefrom the input element and populates the inputCompositeGraphicsNodeMethods in org.apache.batik.bridge.svg12 with parameters of type CompositeGraphicsNodeModifier and TypeMethodDescriptionBindableElementBridge.buildCompositeGraphicsNode(BridgeContext ctx, Element e, CompositeGraphicsNode gn) Creates aGraphicsNodefrom the input element and populates the inputCompositeGraphicsNodeXBLContentElementBridge.buildCompositeGraphicsNode(BridgeContext ctx, Element e, CompositeGraphicsNode cgn) Creates aGraphicsNodefrom the input element and populates the inputCompositeGraphicsNodeprotected voidBindableElementBridge.handleElementAdded(CompositeGraphicsNode gn, Node parent, Element childElt) Rebuild the graphics tree.voidXBLShadowTreeElementBridge.handleElementAdded(CompositeGraphicsNode gn, Node parent, Element childElt) Invoked when an MutationEvent of type 'DOMNodeInserted' is fired. -
Uses of CompositeGraphicsNode in org.apache.batik.gvt
Subclasses of CompositeGraphicsNode in org.apache.batik.gvtModifier and TypeClassDescriptionclassThe graphics node container with a background color.classA graphics node that represents an image described as a graphics node.classThe top-level graphics node of the GVT tree.Fields in org.apache.batik.gvt declared as CompositeGraphicsNodeModifier and TypeFieldDescriptionprivate CompositeGraphicsNodeMarkerShapePainter.markerGroupContains the various marker proxies.protected CompositeGraphicsNodeAbstractGraphicsNode.parentThe parent of this graphics node.Methods in org.apache.batik.gvt that return CompositeGraphicsNodeModifier and TypeMethodDescriptionAbstractGraphicsNode.getParent()Returns the parent of this node or null if any.GraphicsNode.getParent()Returns the parent of this node or null if any.Methods in org.apache.batik.gvt with parameters of type CompositeGraphicsNodeModifier and TypeMethodDescriptionprotected voidAbstractGraphicsNode.setParent(CompositeGraphicsNode newParent) Sets the parent node of this graphics node. -
Uses of CompositeGraphicsNode in org.apache.batik.gvt.filter
Methods in org.apache.batik.gvt.filter with parameters of type CompositeGraphicsNodeModifier and TypeMethodDescription(package private) static Rectangle2DBackgroundRable8Bit.addBounds(CompositeGraphicsNode cgn, GraphicsNode child, Rectangle2D init)