|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ZVisualComponent.getRoot()
Returns the root of the scene graph that this component is in. |
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 |
ZSceneGraphTreeView.setRoot(ZRoot root)
Set the root node of the scenegraph browser. |
void |
ZCanvas.setRoot(ZRoot aRoot)
Sets the root of the scenegraph. |
Constructors in edu.umd.cs.jazz.util with parameters of type ZRoot | |
ZSceneGraphTreeModel(ZRoot root)
|
|
ZCanvas(ZRoot aRoot,
ZLayerGroup layer)
A constructor for a ZCanvas that uses an existing scenegraph. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |