|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompositeGraphicsNode | |
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 CompositeGraphicsNode in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return CompositeGraphicsNode | |
protected static CompositeGraphicsNode |
SVGPatternElementBridge.extractPatternContent(Element patternElement,
BridgeContext ctx)
Returns the content of the specified pattern element. |
protected static CompositeGraphicsNode |
SVGPatternElementBridge.extractLocalPatternContent(Element e,
BridgeContext ctx)
Returns the content of the specified pattern element or null if any. |
Methods in org.apache.batik.bridge with parameters of type CompositeGraphicsNode | |
protected void |
GVTBuilder.buildComposite(BridgeContext ctx,
Element e,
CompositeGraphicsNode parentNode)
Builds a composite Element. |
protected void |
GVTBuilder.buildGraphicsNode(BridgeContext ctx,
Element e,
CompositeGraphicsNode parentNode)
Builds a 'leaf' Element. |
void |
SVGGElementBridge.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.gvt | |
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 | |
protected CompositeGraphicsNode |
AbstractGraphicsNode.parent
The parent of this graphics node. |
Methods in org.apache.batik.gvt that return CompositeGraphicsNode | |
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 | |
protected void |
AbstractGraphicsNode.setParent(CompositeGraphicsNode newParent)
Sets the parent node of this graphics node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |