Jazz API Documentation

Uses of Package
edu.umd.cs.jazz

Packages that use edu.umd.cs.jazz
edu.umd.cs.jazz This is the root package for all Jazz classes. 
edu.umd.cs.jazz.component This package contains several visual components that may be useful for Jazz applications. 
edu.umd.cs.jazz.event This package supports Jazz event handlers. 
edu.umd.cs.jazz.util This package defines several utility classes that are likely to be useful for Jazz applications. 
 

Classes in edu.umd.cs.jazz used by edu.umd.cs.jazz
ZAnchorGroup
          ZAnchorGroup is a group that manages a hyperlink from the edit node below it.
ZCamera
          ZCamera represents a viewport onto a list of nodes.
ZConstraintGroup
          ZConstraintGroup is a transform group node that supports the application of a simple constraint to its children.
ZDrawingSurface
          ZDrawingSurface represents the surface on which a camera can project.
ZFadeGroup
          ZFadeGroup is a group node that has control over transparency of itself (and sub-tree), and its minimum and maximum magnification.
ZGroup
          ZGroup is the basic hierarchial node.
ZInvisibleGroup
          ZInvisibleGroup is a group node that completely hides its descendents.
ZLayerGroup
          ZLayerGroup is a group node that can be a paint start point of a camera.
ZLayoutGroup
          ZLayoutGroup is a group node that can layout the children of a specified node.
ZLayoutManager
          ZLayoutManager represents an object that can layout the children of a node.
ZLeaf
          ZLeaf is a basic leaf node that doesn't have any children.
ZNode
          ZNode is the common superclass of all objects in a Jazz scenegraph.
ZRoot
          ZRoot exteneds ZNode overiding several methods of ZNode to ensure that ZRoot is always in the root position of a Scenegraph.
ZSceneGraphObject
          ZSceneGraphObject is the base class for all objects in the Jazz scenegraph.
ZSelectionGroup
          ZSelectionGroup is a group node that represents the selection of a node.
ZStickyGroup
          ZStickyGroup is a constraint node that forces the child to always be rendered at a place dependent on the camera view.
ZTransformable
          ZTransformable is an interface that represents an object that has a transform that can be get and set.
ZTransformGroup
          ZTransformGroup is a group node with an affine transform.
ZVisualComponent
          ZVisualComponent is the base class for objects that actually get rendered.
ZVisualGroup
          ZVisualGroup is a group node that has a visual component that can be rendered.
ZVisualLeaf
          ZVisualLeaf is a leaf node that has a visual component that can be rendered.
 

Classes in edu.umd.cs.jazz used by edu.umd.cs.jazz.component
ZSceneGraphObject
          ZSceneGraphObject is the base class for all objects in the Jazz scenegraph.
ZVisualComponent
          ZVisualComponent is the base class for objects that actually get rendered.
 

Classes in edu.umd.cs.jazz used by edu.umd.cs.jazz.event
ZCamera
          ZCamera represents a viewport onto a list of nodes.
ZGroup
          ZGroup is the basic hierarchial node.
ZNode
          ZNode is the common superclass of all objects in a Jazz scenegraph.
ZTransformGroup
          ZTransformGroup is a group node with an affine transform.
 

Classes in edu.umd.cs.jazz used by edu.umd.cs.jazz.util
ZAnchorGroup
          ZAnchorGroup is a group that manages a hyperlink from the edit node below it.
ZCamera
          ZCamera represents a viewport onto a list of nodes.
ZDrawingSurface
          ZDrawingSurface represents the surface on which a camera can project.
ZFadeGroup
          ZFadeGroup is a group node that has control over transparency of itself (and sub-tree), and its minimum and maximum magnification.
ZGroup
          ZGroup is the basic hierarchial node.
ZInvisibleGroup
          ZInvisibleGroup is a group node that completely hides its descendents.
ZLayerGroup
          ZLayerGroup is a group node that can be a paint start point of a camera.
ZLayoutGroup
          ZLayoutGroup is a group node that can layout the children of a specified node.
ZNode
          ZNode is the common superclass of all objects in a Jazz scenegraph.
ZRoot
          ZRoot exteneds ZNode overiding several methods of ZNode to ensure that ZRoot is always in the root position of a Scenegraph.
ZSceneGraphObject
          ZSceneGraphObject is the base class for all objects in the Jazz scenegraph.
ZSelectionGroup
          ZSelectionGroup is a group node that represents the selection of a node.
ZStickyGroup
          ZStickyGroup is a constraint node that forces the child to always be rendered at a place dependent on the camera view.
ZTransformGroup
          ZTransformGroup is a group node with an affine transform.
 


Jazz API Documentation