Jazz API Documentation

Uses of Class
edu.umd.cs.jazz.ZRoot

Packages that use ZRoot
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.jazz.util This package defines several utility classes that are likely to be useful for Jazz applications. 
 

Uses of ZRoot in edu.umd.cs.jazz
 

Methods in edu.umd.cs.jazz that return ZRoot
 ZRoot ZNode.getRoot()
          Traverse the tree, find the root node, and return it.
 ZRoot ZVisualComponent.getRoot()
          Returns the root of the scene graph that this component is in.
 ZRoot ZCamera.getRoot()
          Returns the root of the scene graph that this camera is looking at.
 

Uses of ZRoot in edu.umd.cs.jazz.util
 

Methods in edu.umd.cs.jazz.util that return ZRoot
 ZRoot ZCanvas.getRoot()
          Return the root of the scenegraph.
 ZRoot ZSceneGraphPath.getRoot()
          Returns the root node for this path.
 

Methods in edu.umd.cs.jazz.util with parameters of type ZRoot
 void ZSceneGraphTreeView.setRoot(ZRoot root)
          Set the root node of the scenegraph browser.
 void ZCanvas.setRoot(ZRoot aRoot)
          Sets the root of the scenegraph.
 void ZSceneGraphPath.setRoot(ZRoot root)
          Sets the root node for this path.
 

Constructors in edu.umd.cs.jazz.util with parameters of type ZRoot
ZCanvas.ZCanvas(ZRoot aRoot, ZLayerGroup layer)
          A constructor for a ZCanvas that uses an existing scenegraph.
ZSceneGraphTreeModel.ZSceneGraphTreeModel(ZRoot root)
           
 


Jazz API Documentation