|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RootGraphicsNode | |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.refimpl.gvt |
Uses of RootGraphicsNode in org.apache.batik.gvt |
Methods in org.apache.batik.gvt that return RootGraphicsNode | |
RootGraphicsNode |
GraphicsNode.getRoot()
Returns the root of the GVT tree or null if
the node is not part of a GVT tree. |
RootGraphicsNode |
GVTFactory.createRootGraphicsNode()
Creates a new RootGraphicsNode. |
Uses of RootGraphicsNode in org.apache.batik.refimpl.gvt |
Classes in org.apache.batik.refimpl.gvt that implement RootGraphicsNode | |
class |
ConcreteRootGraphicsNode
An implementation of the RootGraphicsNode interface. |
Fields in org.apache.batik.refimpl.gvt declared as RootGraphicsNode | |
protected RootGraphicsNode |
AbstractGraphicsNode.root
The root of the GVT tree. |
Methods in org.apache.batik.refimpl.gvt that return RootGraphicsNode | |
RootGraphicsNode |
ConcreteGVTFactory.createRootGraphicsNode()
|
RootGraphicsNode |
AbstractGraphicsNode.getRoot()
|
RootGraphicsNode |
ConcreteRootGraphicsNode.getRoot()
|
Methods in org.apache.batik.refimpl.gvt with parameters of type RootGraphicsNode | |
protected void |
AbstractGraphicsNode.setRoot(RootGraphicsNode newRoot)
|
protected void |
ConcreteCompositeGraphicsNode.setRoot(RootGraphicsNode newRoot)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |