Uses of Package
edu.umd.cs.jazz

Packages that use edu.umd.cs.jazz
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
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. 
 

Classes in edu.umd.cs.jazz used by edu.umd.cs.jazz
ZConstraintGroup
          ZConstraintGroup is a transform group that changes its transform based on a computation defined in a specified method.
ZGroup
          ZGroup is a node with children.
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.
ZLocator
          ZLocator is used to locate a point on a scene graph object in the coordinate system of that scene graph object.
ZNode
          ZNode is the common superclass of all objects in a Jazz scenegraph.
ZSceneGraphObject
          ZSceneGraphObject is the base class for all objects in the Jazz scenegraph.
ZTransformable
          ZTransformable is an interface that represents an object that has a transform that supports get and set.
ZTransformGroup
          ZTransformGroup is a group node that specifies an arbitrary affine transform.
ZVisualComponent
          ZVisualComponent is the base class for objects that actually get rendered.
ZVisualGroup
          ZVisualGroup is a group node that has a visual components 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
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.
 



Copyright � 2003 by University of Maryland, College Park, MD 20742, USA All rights reserved.