Uses of Class
org.apache.batik.gvt.CompositeGraphicsNode
-
Packages that use CompositeGraphicsNode 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.bridge.svg12 org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects.org.apache.batik.gvt.filter 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 CompositeGraphicsNode Modifier and Type Method Description CompositeGraphicsNode
SVGUseElementBridge. buildCompositeGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, CompositeGraphicsNode gn)
Creates aGraphicsNode
from the input element and populates the inputCompositeGraphicsNode
Methods in org.apache.batik.bridge with parameters of type CompositeGraphicsNode Modifier and Type Method Description protected void
GVTBuilder. buildComposite(BridgeContext ctx, org.w3c.dom.Element e, CompositeGraphicsNode parentNode)
Builds a composite Element.CompositeGraphicsNode
SVGUseElementBridge. buildCompositeGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, CompositeGraphicsNode gn)
Creates aGraphicsNode
from the input element and populates the inputCompositeGraphicsNode
protected void
GVTBuilder. buildGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, CompositeGraphicsNode parentNode)
Builds a 'leaf' Element.protected void
SVGGElementBridge. handleElementAdded(CompositeGraphicsNode gn, org.w3c.dom.Node parent, org.w3c.dom.Element childElt)
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.protected void
SVGSwitchElementBridge. handleElementAdded(CompositeGraphicsNode gn, org.w3c.dom.Node parent, org.w3c.dom.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 CompositeGraphicsNode Modifier and Type Method Description CompositeGraphicsNode
BindableElementBridge. buildCompositeGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, CompositeGraphicsNode gn)
Creates aGraphicsNode
from the input element and populates the inputCompositeGraphicsNode
CompositeGraphicsNode
XBLContentElementBridge. buildCompositeGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, CompositeGraphicsNode cgn)
Creates aGraphicsNode
from the input element and populates the inputCompositeGraphicsNode
Methods in org.apache.batik.bridge.svg12 with parameters of type CompositeGraphicsNode Modifier and Type Method Description CompositeGraphicsNode
BindableElementBridge. buildCompositeGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, CompositeGraphicsNode gn)
Creates aGraphicsNode
from the input element and populates the inputCompositeGraphicsNode
CompositeGraphicsNode
XBLContentElementBridge. buildCompositeGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, CompositeGraphicsNode cgn)
Creates aGraphicsNode
from the input element and populates the inputCompositeGraphicsNode
protected void
BindableElementBridge. handleElementAdded(CompositeGraphicsNode gn, org.w3c.dom.Node parent, org.w3c.dom.Element childElt)
Rebuild the graphics tree.void
XBLShadowTreeElementBridge. handleElementAdded(CompositeGraphicsNode gn, org.w3c.dom.Node parent, org.w3c.dom.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.gvt Modifier and Type Class Description class
CanvasGraphicsNode
The graphics node container with a background color.class
ImageNode
A graphics node that represents an image described as a graphics node.class
RootGraphicsNode
The top-level graphics node of the GVT tree.Fields in org.apache.batik.gvt declared as CompositeGraphicsNode Modifier and Type Field Description private CompositeGraphicsNode
MarkerShapePainter. markerGroup
Contains the various marker proxies.protected CompositeGraphicsNode
AbstractGraphicsNode. parent
The parent of this graphics node.Methods in org.apache.batik.gvt that return CompositeGraphicsNode Modifier and Type Method Description CompositeGraphicsNode
AbstractGraphicsNode. getParent()
Returns the parent of this node or null if any.CompositeGraphicsNode
GraphicsNode. getParent()
Returns the parent of this node or null if any.Methods in org.apache.batik.gvt with parameters of type CompositeGraphicsNode Modifier and Type Method Description protected void
AbstractGraphicsNode. 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 CompositeGraphicsNode Modifier and Type Method Description (package private) static java.awt.geom.Rectangle2D
BackgroundRable8Bit. addBounds(CompositeGraphicsNode cgn, GraphicsNode child, java.awt.geom.Rectangle2D init)
-