|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ZSerializable | |
| 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. |
| 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 |
ZLayoutManagerZLayoutManager represents an object that can layout the children of a node. |
| Classes in edu.umd.cs.jazz that implement ZSerializable | |
class |
ZAnchorGroupZAnchorGroup holds the information for a spatial hyperlink. |
class |
ZCameraZCamera represents a viewport onto a list of nodes. |
class |
ZClipGroupZClipGroup applies a clip to the current ZRenderContext before rendering its children. |
class |
ZConstraintGroupZConstraintGroup is a transform group that changes its transform based on a computation defined in a specified method. |
class |
ZFadeGroupZFadeGroup is a group node that controls transparency and fading of its sub-tree. |
class |
ZGridLayoutManagerA simple grid layout. |
class |
ZGroupZGroup is a node with children. |
class |
ZHandleZHandles are used to modify jazz object using direct manipulation. |
class |
ZHandleGroupZHandleGroup is a group node that manages a collection of ZHandles. |
class |
ZInvisibleGroupZInvisibleGroup is a group node that completely hides its descendents. |
class |
ZLayerGroupZLayerGroup is used exclusively to specify the portion of the scenegraph that a camera can see. |
class |
ZLayoutGroupZLayoutGroup is a visual group that wraps a layout manager that can position the node's children. |
class |
ZLeafZLeaf is a basic leaf node that doesn't have any children. |
class |
ZNameGroupZNameGroup is a group node that names a portion of the scenegraph. |
class |
ZNodeZNode is the common superclass of all objects in a Jazz scenegraph. |
class |
ZPathLayoutManagerZPathLayoutManager positions a set of nodes along a path. |
class |
ZRootZRoot extends ZNode overiding several methods of ZNode to ensure that ZRoot is always in the root position of a Scenegraph. |
class |
ZSceneGraphObjectZSceneGraphObject is the base class for all objects in the Jazz scenegraph. |
class |
ZSelectionGroupZSelectionGroup is a visual group node that provides functionality for specifying selection. |
class |
ZSpatialIndexGroupZSpatialIndexGroup is a group node that supports R-tree indexing for a group of visual components. |
class |
ZStickyGroupZStickyGroup is a constraint group that moves its children inversely to the camera view, so that the children stay visually on the same place on the screen, even as the camera view changes. |
class |
ZTransformGroupZTransformGroup is a group node that specifies an arbitrary affine transform. |
class |
ZTreeLayoutManagerZTreeLayoutManager implements a generic tree layout manager that can layout hierarchical Jazz objects, ie. |
class |
ZVisualComponentZVisualComponent is the base class for objects that actually get rendered. |
class |
ZVisualGroupZVisualGroup is a group node that has a visual components that can be rendered. |
class |
ZVisualLeaf |
| Uses of ZSerializable in edu.umd.cs.jazz.component |
| Classes in edu.umd.cs.jazz.component that implement ZSerializable | |
class |
ZArcZArc is a simple ZShape implementation that uses a Arc2D as the underlying shape model. |
class |
ZBasicVisualComponentThis class is designed to be extended. |
class |
ZCoordListZCoordList is an abstract visual component that stores a sequence of coordinates, and the corresponding general path. |
class |
ZCubicCurveZCubicCurve is a simple ZShape implementation that uses a CubicCurve2D as the underlying shape model. |
class |
ZEllipseZEllipse is a graphic object that represents a hard-cornered or rounded ellipse. |
class |
ZImageZImage is a graphic object that represents a raster image. |
class |
ZLabelZLabel creates a lightweight visual component to support a label containing one line of text. |
class |
ZLineZLine is a simple ZShape implementation that uses a Line2D as the underlying shape model. |
class |
ZPathZPath is a graphic object that represents combination of lines and curves that can be specified GeneralPath. |
class |
ZPolygonZPolygon is a visual component for displaying a polygonal shape. |
class |
ZPolylineZPolyline is a visual component that represents a line with one or more segments. |
class |
ZQuadCurveZQuadCurve is a graphic object that represents a quad curve. |
class |
ZRectangleZRectangle is a graphic object that represents a hard-cornered rectangle. |
class |
ZRoundedRectangleZRoundedRectangle is a graphic object that represents a rounded rectangle. |
class |
ZShapeZShape is an abstract object, meant to be extended by visual components that wrap standard java.awt.Shapes. |
class |
ZSwingZSwing is a Visual Component wrapper used to add Swing Components to a Jazz ZCanvas. |
class |
ZTextZText creates a visual component to support text. |
| Uses of ZSerializable in edu.umd.cs.jazz.event |
| Classes in edu.umd.cs.jazz.event that implement ZSerializable | |
protected class |
ZSelectionResizeHandler.ResizeHandlesInner class used to render resize handles over a single component. |
| Uses of ZSerializable in edu.umd.cs.jazz.util |
| Classes in edu.umd.cs.jazz.util that implement ZSerializable | |
class |
ZPropertyZProperty represents a ZNode client property. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||