Jazz API Documentation

Uses of Interface
edu.umd.cs.jazz.io.ZSerializable

Packages that use ZSerializable
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.io This package supports the Jazz file format. 
edu.umd.cs.jazz.util This package defines several utility classes that are likely to be useful for Jazz applications. 
 

Uses of ZSerializable in edu.umd.cs.jazz
 

Subinterfaces of ZSerializable in edu.umd.cs.jazz
 interface ZLayoutManager
          ZLayoutManager represents an object that can layout the children of a node.
 

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

Methods in edu.umd.cs.jazz that return ZSerializable
 ZSerializable ZNode.writeReplace()
          Node doesn't get written out if save property is false
 

Uses of ZSerializable in edu.umd.cs.jazz.component
 

Classes in edu.umd.cs.jazz.component that implement ZSerializable
 class ZCoordList
          ZCoordList is an abstract visual component that stores a sequence of coordinates, and the corresponding general path.
 class ZImage
          ZImage is a graphic object that represents a raster image
 class ZPolygon
          ZPolygon is a visual component that represents a line with one or more segments.
 class ZPolyline
          ZPolyline is a visual component that represents a line with one or more segments.
 class ZRectangle
          ZRectangle is a graphic object that represents a hard-cornered or rounded rectangle.
 class ZSwing
          ZSwing is a Visual Component wrapper used to add Swing Components to a Jazz ZCanvas
 class ZText
          ZText creates a visual component to support text.
 

Uses of ZSerializable in edu.umd.cs.jazz.io
 

Methods in edu.umd.cs.jazz.io with parameters of type ZSerializable
 void ZObjectOutputStream.writeObject(ZSerializable obj)
           
 void ZObjectOutputStream.addObject(ZSerializable obj)
          Add this ZSerializable object to the list of objects to be written out.
 

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

Classes in edu.umd.cs.jazz.util that implement ZSerializable
 class ZProperty
          ZProperty represents a ZNode client property.
 

Methods in edu.umd.cs.jazz.util that return ZSerializable
 ZSerializable ZProperty.writeReplace()
          Properties get written out if the value is ZSerializable.
 


Jazz API Documentation