Uses of Class
org.apache.batik.gvt.RootGraphicsNode

Packages that use RootGraphicsNode
org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects. 
 

Uses of RootGraphicsNode in org.apache.batik.gvt
 

Fields in org.apache.batik.gvt declared as RootGraphicsNode
protected  RootGraphicsNode AbstractGraphicsNode.root
          The root of the GVT tree.
 

Methods in org.apache.batik.gvt that return RootGraphicsNode
 RootGraphicsNode AbstractGraphicsNode.getRoot()
          Returns the root of the GVT tree or null if the node is not part of a GVT tree.
 RootGraphicsNode GraphicsNode.getRoot()
          Returns the root of the GVT tree or null if the node is not part of a GVT tree.
 RootGraphicsNode RootGraphicsNode.getRoot()
          Returns the root of the GVT tree or null if the node is not part of a GVT tree.
 

Methods in org.apache.batik.gvt with parameters of type RootGraphicsNode
protected  void AbstractGraphicsNode.setRoot(RootGraphicsNode newRoot)
          Sets the root node of this graphics node.
protected  void CompositeGraphicsNode.setRoot(RootGraphicsNode newRoot)
          Sets the root node of this grahics node and modify all its children.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.