Jazz API Documentation

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

Packages that use ZRoot
edu.umd.cs.jazz This is the root package for all Jazz classes. 
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 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 ZSceneGraphPath.getRoot()
          Returns the root node for this path.
 ZRoot ZCanvas.getRoot()
          Return the root of the scenegraph.
 

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

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.
 


Jazz API Documentation