|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompositeGraphicsNode | |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.gvt.event | Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes. |
org.apache.batik.refimpl.bridge | |
org.apache.batik.refimpl.gvt |
Uses of CompositeGraphicsNode in org.apache.batik.gvt |
Subinterfaces of CompositeGraphicsNode in org.apache.batik.gvt | |
interface |
CanvasGraphicsNode
The top-level graphics node with a background color. |
interface |
RootGraphicsNode
The top-level graphics node of the GVT tree. |
Methods in org.apache.batik.gvt that return CompositeGraphicsNode | |
CompositeGraphicsNode |
GraphicsNode.getParent()
Returns the parent of this node or null if any. |
CompositeGraphicsNode |
GVTFactory.createCompositeGraphicsNode()
Creates a new CompositeGraphicsNode. |
Uses of CompositeGraphicsNode in org.apache.batik.gvt.event |
Methods in org.apache.batik.gvt.event that return CompositeGraphicsNode | |
CompositeGraphicsNode |
CompositeGraphicsNodeEvent.getCompositeGraphicsNode()
Returns the originator of the event. |
Uses of CompositeGraphicsNode in org.apache.batik.refimpl.bridge |
Methods in org.apache.batik.refimpl.bridge with parameters of type CompositeGraphicsNode | |
protected void |
ConcreteGVTBuilder.buildComposite(BridgeContext ctx,
CompositeGraphicsNode composite,
Node first)
Creates GraphicsNode from the children of the input SVGElement and appends them to the input CompositeGraphicsNode. |
protected void |
ConcreteGVTBuilder.buildGraphicsNode(BridgeContext ctx,
CompositeGraphicsNode composite,
Element e)
Build a single node. |
Uses of CompositeGraphicsNode in org.apache.batik.refimpl.gvt |
Classes in org.apache.batik.refimpl.gvt that implement CompositeGraphicsNode | |
class |
ConcreteCanvasGraphicsNode
An implementation of the CanvasGraphicsNode interface. |
class |
ConcreteCompositeGraphicsNode
An implementation of the CompositeGraphicsNode interface. |
class |
ConcreteImageNode
An implementation of the ImageNode interface. |
class |
ConcreteRootGraphicsNode
An implementation of the RootGraphicsNode interface. |
Fields in org.apache.batik.refimpl.gvt declared as CompositeGraphicsNode | |
protected CompositeGraphicsNode |
AbstractGraphicsNode.parent
The parent of this graphics node. |
Methods in org.apache.batik.refimpl.gvt that return CompositeGraphicsNode | |
CompositeGraphicsNode |
ConcreteGVTFactory.createCompositeGraphicsNode()
|
CompositeGraphicsNode |
AbstractGraphicsNode.getParent()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |