A B C D E F G H I J K L M N O P Q R S T U V W Z

Z

ZAlpha - class edu.umd.cs.jazz.animation.ZAlpha.
ZAlpha provides a uniform way to generate alpha values (floats that range from 0.0 to 1.0) over time.
ZAlpha() - Constructor for class edu.umd.cs.jazz.animation.ZAlpha
Construct a new ZAlpha using default parameters.
ZAlpha(int, int, long, long, long, long, long, long, long, long) - Constructor for class edu.umd.cs.jazz.animation.ZAlpha
Construct a new ZAlpha with all parameters.
ZAlpha(int, long) - Constructor for class edu.umd.cs.jazz.animation.ZAlpha
Construct a new ZAlpha that will start immediately in ALPHA_INCREASING mode.
ZAlpha(int, long, long, long) - Constructor for class edu.umd.cs.jazz.animation.ZAlpha
Construct a new ZAlpha in ALPHA_INCREASING mode whose alpha values change linearly.
ZAlpha(int, long, long, long, long, long) - Constructor for class edu.umd.cs.jazz.animation.ZAlpha
Construct a new ZAlpha with all parameter needed for ALPHA_INCREASING mode.
ZAnchorGroup - class edu.umd.cs.jazz.ZAnchorGroup.
ZAnchorGroup holds the information for a spatial hyperlink.
ZAnchorGroup() - Constructor for class edu.umd.cs.jazz.ZAnchorGroup
Constructs a new ZAnchorGroup
ZAnchorGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZAnchorGroup
Constructs a new link group node with the specified node as a child of the new group.
ZAnimation - class edu.umd.cs.jazz.animation.ZAnimation.
ZAnimation and its subclasses provide the central programming interface to the animation system.
ZAnimation() - Constructor for class edu.umd.cs.jazz.animation.ZAnimation
Construct a new ZAnimation.
ZAnimation(ZAlpha) - Constructor for class edu.umd.cs.jazz.animation.ZAnimation
Construct a new ZAnimation.
ZAnimationScheduler - class edu.umd.cs.jazz.animation.ZAnimationScheduler.
ZAnimationScheduler schedules the frames of ZAnimations.
ZAnimationScheduler() - Constructor for class edu.umd.cs.jazz.animation.ZAnimationScheduler
Construct a new ZAnimationScheduler.
ZAppearance - interface edu.umd.cs.jazz.component.ZAppearance.
ZAppearance represents a visual attribute of a visual component.
ZArc - class edu.umd.cs.jazz.component.ZArc.
ZArc is a simple ZShape implementation that uses a Arc2D as the underlying shape model.
ZArc() - Constructor for class edu.umd.cs.jazz.component.ZArc
ZArc constructor.
ZArc(Arc2D) - Constructor for class edu.umd.cs.jazz.component.ZArc
ZArc constructor.
ZArc(double, double, double, double, double, double, int) - Constructor for class edu.umd.cs.jazz.component.ZArc
ZArc constructor.
ZAudioAnimation - class edu.umd.cs.jazz.animation.ZAudioAnimation.
ZAudioAnimation is designed to make it easy to synchronize an audio clip with another animation.
ZAudioAnimation(AudioClip) - Constructor for class edu.umd.cs.jazz.animation.ZAudioAnimation
Construct a new ZAudioAnimation.
ZBasicVisualComponent - class edu.umd.cs.jazz.component.ZBasicVisualComponent.
This class is designed to be extended.
ZBasicVisualComponent() - Constructor for class edu.umd.cs.jazz.component.ZBasicVisualComponent
ZBasicVisualComponent constructor comment.
ZBounds - class edu.umd.cs.jazz.util.ZBounds.
ZBounds is simply a Rectangle2D.Double with extra methods that more properly deal with the case when the rectangle is "empty".
ZBounds() - Constructor for class edu.umd.cs.jazz.util.ZBounds
Constructs a new ZBounds object.
ZBounds(double, double, double, double) - Constructor for class edu.umd.cs.jazz.util.ZBounds
Constructs a new ZBounds object with the given dimensions.
ZBounds(Rectangle2D) - Constructor for class edu.umd.cs.jazz.util.ZBounds
Constructs a new ZBounds object with the dimensions of a given Rectangle2D.
ZBounds(ZBounds) - Constructor for class edu.umd.cs.jazz.util.ZBounds
Constructs a new ZBounds object with the dimensions of another ZBounds object.
ZBoundsFindFilter - class edu.umd.cs.jazz.util.ZBoundsFindFilter.
ZBoundsFindFilter is a filter that accepts visual and terminal nodes that overlap the specified bounds in global coordinates.
ZBoundsFindFilter(ZBounds) - Constructor for class edu.umd.cs.jazz.util.ZBoundsFindFilter
Create a new bounds filter.
ZBoundsLocator - class edu.umd.cs.jazz.ZBoundsLocator.
ZBoundsLocator is used to locate a points on the bounds of a scene graph object in the coordinate system of that scene graph object.
ZBoundsLocator(ZSceneGraphObject, int) - Constructor for class edu.umd.cs.jazz.ZBoundsLocator
ZBoundsLocators should be created using the provided static factory methodes.
ZCamera - class edu.umd.cs.jazz.ZCamera.
ZCamera represents a viewport onto a list of nodes.
ZCamera() - Constructor for class edu.umd.cs.jazz.ZCamera
Constructs a new ZCamera.
ZCamera(ZLayerGroup, ZDrawingSurface) - Constructor for class edu.umd.cs.jazz.ZCamera
Constructs a new ZCamera.
ZCameraAdapter - class edu.umd.cs.jazz.event.ZCameraAdapter.
ZCameraAdapater is an abstract adapter class for receiving camera events.
ZCameraAdapter() - Constructor for class edu.umd.cs.jazz.event.ZCameraAdapter
 
ZCameraEvent - class edu.umd.cs.jazz.event.ZCameraEvent.
ZCameraEvent is an event which indicates that a camera has changed.
ZCameraEvent(ZCamera, int, AffineTransform) - Constructor for class edu.umd.cs.jazz.event.ZCameraEvent
Deprecated. as of Jazz 1.1, use createViewChangedEvent() instead.
ZCameraEvent(ZCamera, int, AffineTransform, Object) - Constructor for class edu.umd.cs.jazz.event.ZCameraEvent
 
ZCameraListener - interface edu.umd.cs.jazz.event.ZCameraListener.
ZCameraListener is an interface to support notification when changes occur to a ZCamera.
ZCanvas - class edu.umd.cs.jazz.util.ZCanvas.
ZCanvas is a simple Swing component that can be used to render onto for Jazz.
ZCanvas.ZBasicRepaintManager - class edu.umd.cs.jazz.util.ZCanvas.ZBasicRepaintManager.
This is an internal class used by Jazz to support Swing components in Jazz.
ZCanvas.ZBasicRepaintManager() - Constructor for class edu.umd.cs.jazz.util.ZCanvas.ZBasicRepaintManager
 
ZCanvas() - Constructor for class edu.umd.cs.jazz.util.ZCanvas
The default constructor for a ZCanvas.
ZCanvas(ZRoot, ZLayerGroup) - Constructor for class edu.umd.cs.jazz.util.ZCanvas
A constructor for a ZCanvas that uses an existing scenegraph.
ZClipGroup - class edu.umd.cs.jazz.ZClipGroup.
ZClipGroup applies a clip to the current ZRenderContext before rendering its children.
ZClipGroup() - Constructor for class edu.umd.cs.jazz.ZClipGroup
ZClipGroup constructor comment.
ZClipGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZClipGroup
ZClipGroup constructor comment.
ZColorAnimation - class edu.umd.cs.jazz.animation.ZColorAnimation.
ZColorAnimation animates an object conforming to the ZFillPaint or ZPenPaint interface from a source color to a destination color over time.
ZColorAnimation(Color, Color) - Constructor for class edu.umd.cs.jazz.animation.ZColorAnimation
Construct a new ZColorAnimation.
ZComboBox - class edu.umd.cs.jazz.component.ZComboBox.
A ComboBox for use in Jazz.
ZComboBox() - Constructor for class edu.umd.cs.jazz.component.ZComboBox
Create an empty ZComboBox
ZComboBox(ComboBoxModel) - Constructor for class edu.umd.cs.jazz.component.ZComboBox
Creates a ZComboBox that takes its items from an existing ComboBoxModel.
ZComboBox(Object[]) - Constructor for class edu.umd.cs.jazz.component.ZComboBox
Creates a ZComboBox that contains the elements in the specified array.
ZComboBox(Vector) - Constructor for class edu.umd.cs.jazz.component.ZComboBox
Creates a ZComboBox that contains the elements in the specified Vector.
ZCompositeSelectionHandler - class edu.umd.cs.jazz.event.ZCompositeSelectionHandler.
ZCompositeSelectionHandler is a convenience class that allows applications to use a single event handler to manage the multiple jazz selection event handlers.
ZCompositeSelectionHandler(ZNode, ZCanvas, ZLayerGroup) - Constructor for class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
Creates a composite selection handler with all available selection event handler types enabled.
ZCompositeSelectionHandler(ZNode, ZCanvas, ZLayerGroup, int) - Constructor for class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
Creates a composite selection handler with the specified enabled selection event handler types.
ZConstraintGroup - class edu.umd.cs.jazz.ZConstraintGroup.
ZConstraintGroup is a transform group that changes its transform based on a computation defined in a specified method.
ZConstraintGroup() - Constructor for class edu.umd.cs.jazz.ZConstraintGroup
Constructs a new constraint group.
ZConstraintGroup(ZCamera) - Constructor for class edu.umd.cs.jazz.ZConstraintGroup
Constructs a new constraint group with a specified camera.
ZConstraintGroup(ZCamera, ZNode) - Constructor for class edu.umd.cs.jazz.ZConstraintGroup
Constructs a new constraint group with a specified camera that decorates the specified child.
ZConstraintGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZConstraintGroup
Constructs a new constraint group that decorates the specified child.
ZCoordList - class edu.umd.cs.jazz.component.ZCoordList.
ZCoordList is an abstract visual component that stores a sequence of coordinates, and the corresponding general path.
ZCoordList() - Constructor for class edu.umd.cs.jazz.component.ZCoordList
Constructs a new ZCoordList with no points.
ZCoordList(double[], double[]) - Constructor for class edu.umd.cs.jazz.component.ZCoordList
Constructs a new ZCoordList.
ZCoordList(double, double) - Constructor for class edu.umd.cs.jazz.component.ZCoordList
Constructs a new ZCoordList with a single point.
ZCoordList(double, double, double, double) - Constructor for class edu.umd.cs.jazz.component.ZCoordList
Constructs a new ZCoordList with a two points
ZCoordList(Point2D) - Constructor for class edu.umd.cs.jazz.component.ZCoordList
Constructs a new ZCoordList with a single point.
ZCoordList(Point2D, Point2D) - Constructor for class edu.umd.cs.jazz.component.ZCoordList
Constructs a new ZCoordList with two points.
ZCubicCurve - class edu.umd.cs.jazz.component.ZCubicCurve.
ZCubicCurve is a simple ZShape implementation that uses a CubicCurve2D as the underlying shape model.
ZCubicCurve() - Constructor for class edu.umd.cs.jazz.component.ZCubicCurve
ZArc constructor.
ZCubicCurve(double, double, double, double, double, double, double, double) - Constructor for class edu.umd.cs.jazz.component.ZCubicCurve
ZArc constructor.
ZDanglingReferenceException - exception edu.umd.cs.jazz.util.ZDanglingReferenceException.
Thrown to indicate that a node that was being searched for in the scenegraph was not found.
ZDanglingReferenceException(ZSceneGraphObject) - Constructor for class edu.umd.cs.jazz.util.ZDanglingReferenceException
Constructs a new ZDanglingReferenceException, specifying the object being searched for.
ZDanglingReferenceException(ZSceneGraphObject, String) - Constructor for class edu.umd.cs.jazz.util.ZDanglingReferenceException
Constructs a new ZDanglingReferenceException, specifying the node being searched for, and a text message.
ZDebug - class edu.umd.cs.jazz.util.ZDebug.
ZDebug provides static methods for maintaining/setting/retrieving global debugging state.
ZDebug() - Constructor for class edu.umd.cs.jazz.util.ZDebug
 
ZDefaultScrollDirector - class edu.umd.cs.jazz.util.ZDefaultScrollDirector.
The default implementation of the scroll director that follows the widely accepted model of scrolling - namely the scrollbars control the movement of the window over the document rather than the movement of the document under the window.
ZDefaultScrollDirector() - Constructor for class edu.umd.cs.jazz.util.ZDefaultScrollDirector
The default constructor
ZDimension - class edu.umd.cs.jazz.util.ZDimension.
Implemenation of Dimension2D that uses doubles.
ZDimension() - Constructor for class edu.umd.cs.jazz.util.ZDimension
ZDimension constructor comment.
ZDimension(double, double) - Constructor for class edu.umd.cs.jazz.util.ZDimension
ZDimension constructor comment.
ZDragSequenceEventHandler - class edu.umd.cs.jazz.event.ZDragSequenceEventHandler.
ZDragSequenceEventHandler is designed to support drag sequence interactions normally consisting of filtered mouse pressed, filtered mouse dragged, and filtered mouse released events.
ZDragSequenceEventHandler(ZSceneGraphObject) - Constructor for class edu.umd.cs.jazz.event.ZDragSequenceEventHandler
Constructs a new ZDragSequenceEventHandler.
ZDragSequenceEventHandler(ZSceneGraphObject, ZCanvas) - Constructor for class edu.umd.cs.jazz.event.ZDragSequenceEventHandler
Constructs a new ZDragSequenceEventHandler.
ZDrawingSurface - class edu.umd.cs.jazz.ZDrawingSurface.
ZDrawingSurface represents the thing the camera renders onto.
ZDrawingSurface() - Constructor for class edu.umd.cs.jazz.ZDrawingSurface
Constructs a new Surface.
ZDrawingSurface(ZCamera, ZNode) - Constructor for class edu.umd.cs.jazz.ZDrawingSurface
Constructs a new Surface, containing the given camera and associated camera node.
ZDrawingSurface(ZCamera, ZNode, JComponent) - Constructor for class edu.umd.cs.jazz.ZDrawingSurface
Constructs a new Surface, containing the given camera and associated camera node, along with a JComponent this surface is connected to.
ZEllipse - class edu.umd.cs.jazz.component.ZEllipse.
ZEllipse is a graphic object that represents a hard-cornered or rounded ellipse.
ZEllipse() - Constructor for class edu.umd.cs.jazz.component.ZEllipse
Constructs a new Ellipse, initialized to location (0, 0) and size (0, 0).
ZEllipse(double, double) - Constructor for class edu.umd.cs.jazz.component.ZEllipse
Constructs an Ellipse2D at the specified location, initialized to size (0, 0).
ZEllipse(double, double, double, double) - Constructor for class edu.umd.cs.jazz.component.ZEllipse
Constructs and initializes an Ellipse2D from the specified coordinates.
ZEllipse(Ellipse2D) - Constructor for class edu.umd.cs.jazz.component.ZEllipse
Constructs a new Ellipse based on the geometry of the one passed in.
ZEvent - interface edu.umd.cs.jazz.event.ZEvent.
This interface ensures that the implementing event can dispatch itself without someone else needing to look at the events ID or type.
ZEventHandler - interface edu.umd.cs.jazz.event.ZEventHandler.
ZEventHandler is an interface for defining behaviors in Jazz.
ZExtendedInputStream - class edu.umd.cs.jazz.io.ZExtendedInputStream.
Warning: Serialized and ZSerialized objects of this class will not be compatible with future Jazz releases.
ZExtendedInputStream(InputStream) - Constructor for class edu.umd.cs.jazz.io.ZExtendedInputStream
 
ZFadeGroup - class edu.umd.cs.jazz.ZFadeGroup.
ZFadeGroup is a group node that controls transparency and fading of its sub-tree.
ZFadeGroup() - Constructor for class edu.umd.cs.jazz.ZFadeGroup
Constructs a new empty fade group node.
ZFadeGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZFadeGroup
Constructs a new fade group node with the specified node as a child of the new group.
ZFillColor - interface edu.umd.cs.jazz.component.ZFillColor.
ZFillColor represents the "fill color" attribute of a visual component.
ZFillPaint - interface edu.umd.cs.jazz.component.ZFillPaint.
ZFillPaint represents the "fill paint" attribute of a visual component.
ZFilteredEventHandler - class edu.umd.cs.jazz.event.ZFilteredEventHandler.
ZFilteredEventHandler is an abstract implementation of ZEventHandler.
ZFilteredEventHandler.ZFilteredEventDispatcher - class edu.umd.cs.jazz.event.ZFilteredEventHandler.ZFilteredEventDispatcher.
ZFilteredEventDispatcher is used internally to register with the filtered event sources.
ZFilteredEventHandler.ZFilteredEventDispatcher() - Constructor for class edu.umd.cs.jazz.event.ZFilteredEventHandler.ZFilteredEventDispatcher
 
ZFilteredEventHandler(ZSceneGraphObject) - Constructor for class edu.umd.cs.jazz.event.ZFilteredEventHandler
Constructs a new ZFilteredEventHandler.
ZFilteredEventHandler(ZSceneGraphObject, ZCanvas) - Constructor for class edu.umd.cs.jazz.event.ZFilteredEventHandler
Constructs a new ZFilteredEventHandler.
ZFindFilter - interface edu.umd.cs.jazz.util.ZFindFilter.
ZFindFilter provides a general interface that is used to determine if a specified node should be accepted.
ZFrame - class edu.umd.cs.jazz.util.ZFrame.
ZFrame is meant to be subclassed by Jazz applications that just need a ZCanvas in a JFrame.
ZFrame() - Constructor for class edu.umd.cs.jazz.util.ZFrame
Construct a new ZFrame.
ZGridLayoutManager - class edu.umd.cs.jazz.ZGridLayoutManager.
A simple grid layout.
ZGridLayoutManager() - Constructor for class edu.umd.cs.jazz.ZGridLayoutManager
The default no arg constructor
ZGridLayoutManager(int, int) - Constructor for class edu.umd.cs.jazz.ZGridLayoutManager
The default constructor
ZGridLayoutManager(int, int, double, double) - Constructor for class edu.umd.cs.jazz.ZGridLayoutManager
Constructor that allows cell dimensions to be specified
ZGridLayoutManager(int, int, double, double, double, double) - Constructor for class edu.umd.cs.jazz.ZGridLayoutManager
Constructor that allows cell dimensions to be specified
ZGridLayoutManager(int, int, double, double, double, double, double, double) - Constructor for class edu.umd.cs.jazz.ZGridLayoutManager
Constructor that allows cell dimensions to be specified
ZGroup - class edu.umd.cs.jazz.ZGroup.
ZGroup is a node with children.
ZGroup() - Constructor for class edu.umd.cs.jazz.ZGroup
Constructs an empty ZGroup.
ZGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZGroup
Constructs a new group node with the specified node as a child of the new group.
ZGroupAdapter - class edu.umd.cs.jazz.event.ZGroupAdapter.
ZGroupAdapater is an abstract adapter class for receiving group events.
ZGroupAdapter() - Constructor for class edu.umd.cs.jazz.event.ZGroupAdapter
 
ZGroupEvent - class edu.umd.cs.jazz.event.ZGroupEvent.
ZGroupEvent is an event which indicates that a group node has changed.
ZGroupEvent(ZGroup, int, ZNode, boolean) - Constructor for class edu.umd.cs.jazz.event.ZGroupEvent
Deprecated. as of Jazz 1.1, use createNodeAddedEvent() or createNodeRemovedEvent() instead.
ZGroupEvent(ZGroup, int, ZNode, boolean, Object) - Constructor for class edu.umd.cs.jazz.event.ZGroupEvent
 
ZGroupListener - interface edu.umd.cs.jazz.event.ZGroupListener.
ZGroupListener is an interface to support notification when changes occur to a ZGroup.
ZHandle - class edu.umd.cs.jazz.ZHandle.
ZHandles are used to modify jazz object using direct manipulation.
ZHandle(ZLocator) - Constructor for class edu.umd.cs.jazz.ZHandle
Create a new handle that will use the aLocator parameter to locate itself.
ZHandleEventHandler - class edu.umd.cs.jazz.event.ZHandleEventHandler.
ZHandleEventHandler is normaly used by ZHandleGroups to turn mouse events into calls to ZHandles handleStartDrag, handleDragged, and handleEndDrag methods.
ZHandleEventHandler(ZSceneGraphObject) - Constructor for class edu.umd.cs.jazz.event.ZHandleEventHandler
Constructs a new ZHandleEventHandler.
ZHandleGroup - class edu.umd.cs.jazz.ZHandleGroup.
ZHandleGroup is a group node that manages a collection of ZHandles.
ZHandleGroup() - Constructor for class edu.umd.cs.jazz.ZHandleGroup
Constructs an empty ZHandleGroup.
ZHandleGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZHandleGroup
Constructs a new handle group node with the specified node as a child of the new group.
ZImage - class edu.umd.cs.jazz.component.ZImage.
ZImage is a graphic object that represents a raster image.
ZImage() - Constructor for class edu.umd.cs.jazz.component.ZImage
Constructs a new ZImage.
ZImage(byte[]) - Constructor for class edu.umd.cs.jazz.component.ZImage
Constructs a new ZImage from a byte array.
ZImage(Image) - Constructor for class edu.umd.cs.jazz.component.ZImage
Constructs a new ZImage from an Image.
ZImage(String) - Constructor for class edu.umd.cs.jazz.component.ZImage
Constructs a new ZImage from a file.
ZImage(URL) - Constructor for class edu.umd.cs.jazz.component.ZImage
Constructs a new ZImage from a URL.
ZInternalParser - class edu.umd.cs.jazz.io.ZInternalParser.
 
ZInternalParser(InputStream) - Constructor for class edu.umd.cs.jazz.io.ZInternalParser
 
ZInternalParser(Reader) - Constructor for class edu.umd.cs.jazz.io.ZInternalParser
 
ZInternalParser(ZInternalParserTokenManager) - Constructor for class edu.umd.cs.jazz.io.ZInternalParser
 
ZInternalParserConstants - interface edu.umd.cs.jazz.io.ZInternalParserConstants.
 
ZInternalParserTokenManager - class edu.umd.cs.jazz.io.ZInternalParserTokenManager.
 
ZInternalParserTokenManager(ASCII_UCodeESC_CharStream) - Constructor for class edu.umd.cs.jazz.io.ZInternalParserTokenManager
 
ZInternalParserTokenManager(ASCII_UCodeESC_CharStream, int) - Constructor for class edu.umd.cs.jazz.io.ZInternalParserTokenManager
 
ZInvisibleGroup - class edu.umd.cs.jazz.ZInvisibleGroup.
ZInvisibleGroup is a group node that completely hides its descendents.
ZInvisibleGroup() - Constructor for class edu.umd.cs.jazz.ZInvisibleGroup
Constructs a new empty invisible group node.
ZInvisibleGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZInvisibleGroup
Constructs a new invisible group node with the specified node as a child of the new group.
ZLabel - class edu.umd.cs.jazz.component.ZLabel.
ZLabel creates a lightweight visual component to support a label containing one line of text.
ZLabel() - Constructor for class edu.umd.cs.jazz.component.ZLabel
Default constructor for ZLabel.
ZLabel(String) - Constructor for class edu.umd.cs.jazz.component.ZLabel
ZLabel constructor with initial text.
ZLabel(String, Font) - Constructor for class edu.umd.cs.jazz.component.ZLabel
ZLabel constructor with initial text and font.
ZLayerGroup - class edu.umd.cs.jazz.ZLayerGroup.
ZLayerGroup is used exclusively to specify the portion of the scenegraph that a camera can see.
ZLayerGroup() - Constructor for class edu.umd.cs.jazz.ZLayerGroup
Constructs a new ZLayerGroup.
ZLayerGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZLayerGroup
Constructs a new layer group node with the specified node as a child of the new group.
ZLayout - class edu.umd.cs.jazz.util.ZLayout.
ZLayout is a utility class that provides general-purpose layout mechanisms to position nodes.
ZLayout() - Constructor for class edu.umd.cs.jazz.util.ZLayout
 
ZLayoutGroup - class edu.umd.cs.jazz.ZLayoutGroup.
ZLayoutGroup is a visual group that wraps a layout manager that can position the node's children.
ZLayoutGroup() - Constructor for class edu.umd.cs.jazz.ZLayoutGroup
Constructs a new empty layout group node.
ZLayoutGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZLayoutGroup
Constructs a new layout group node with the specified node as a child of the new group.
ZLayoutGroup(ZNode, ZGroup) - Constructor for class edu.umd.cs.jazz.ZLayoutGroup
Constructs a new layout group node with the specified node as a child of the new group.
ZLayoutManager - interface edu.umd.cs.jazz.ZLayoutManager.
ZLayoutManager represents an object that can layout the children of a node.
ZLeaf - class edu.umd.cs.jazz.ZLeaf.
ZLeaf is a basic leaf node that doesn't have any children.
ZLeaf() - Constructor for class edu.umd.cs.jazz.ZLeaf
Constructs a new empty leaf node.
ZLerp - interface edu.umd.cs.jazz.util.ZLerp.
ZLerp is an interface for specifying how to interpolate a double over an interval.
ZLine - class edu.umd.cs.jazz.component.ZLine.
ZLine is a simple ZShape implementation that uses a Line2D as the underlying shape model.
ZLine() - Constructor for class edu.umd.cs.jazz.component.ZLine
ZLine constructor.
ZLine(double, double, double, double) - Constructor for class edu.umd.cs.jazz.component.ZLine
ZLine constructor.
ZLine(Line2D) - Constructor for class edu.umd.cs.jazz.component.ZLine
ZLine constructor.
ZLine(Point2D, Point2D) - Constructor for class edu.umd.cs.jazz.component.ZLine
ZLine constructor.
ZLinkEventHandler - class edu.umd.cs.jazz.event.ZLinkEventHandler.
ZLinkEventHandler is a simple event handler for interactively creating hyperlinks.
ZLinkEventHandler(ZNode, ZCanvas) - Constructor for class edu.umd.cs.jazz.event.ZLinkEventHandler
This method creates a new link event handler.
ZList - interface edu.umd.cs.jazz.util.ZList.
Collections of objects in the Jazz framework are usual contained in ZLists, as implemented by ZListImpl.
ZList.ZBoundsList - interface edu.umd.cs.jazz.util.ZList.ZBoundsList.
 
ZList.ZCameraList - interface edu.umd.cs.jazz.util.ZList.ZCameraList.
 
ZList.ZLayerGroupList - interface edu.umd.cs.jazz.util.ZList.ZLayerGroupList.
 
ZList.ZNodeList - interface edu.umd.cs.jazz.util.ZList.ZNodeList.
 
ZList.ZPropertyList - interface edu.umd.cs.jazz.util.ZList.ZPropertyList.
 
ZList.ZSceneGraphObjectList - interface edu.umd.cs.jazz.util.ZList.ZSceneGraphObjectList.
 
ZList.ZTransformableList - interface edu.umd.cs.jazz.util.ZList.ZTransformableList.
 
ZList.ZVisualComponentList - interface edu.umd.cs.jazz.util.ZList.ZVisualComponentList.
 
ZListImpl - class edu.umd.cs.jazz.util.ZListImpl.
ZListImpl Implementation of ZList.
ZListImpl.ZBoundsListImpl - class edu.umd.cs.jazz.util.ZListImpl.ZBoundsListImpl.
 
ZListImpl.ZBoundsListImpl(int) - Constructor for class edu.umd.cs.jazz.util.ZListImpl.ZBoundsListImpl
 
ZListImpl.ZCameraListImpl - class edu.umd.cs.jazz.util.ZListImpl.ZCameraListImpl.
 
ZListImpl.ZCameraListImpl(int) - Constructor for class edu.umd.cs.jazz.util.ZListImpl.ZCameraListImpl
 
ZListImpl.ZLayerGroupListImpl - class edu.umd.cs.jazz.util.ZListImpl.ZLayerGroupListImpl.
 
ZListImpl.ZLayerGroupListImpl(int) - Constructor for class edu.umd.cs.jazz.util.ZListImpl.ZLayerGroupListImpl
 
ZListImpl.ZNodeListImpl - class edu.umd.cs.jazz.util.ZListImpl.ZNodeListImpl.
For each type of array that we had we should have a subclass that suplies its own element data of that type.
ZListImpl.ZNodeListImpl(int) - Constructor for class edu.umd.cs.jazz.util.ZListImpl.ZNodeListImpl
 
ZListImpl.ZObjectListImpl - class edu.umd.cs.jazz.util.ZListImpl.ZObjectListImpl.
 
ZListImpl.ZObjectListImpl(int) - Constructor for class edu.umd.cs.jazz.util.ZListImpl.ZObjectListImpl
 
ZListImpl.ZPropertyListImpl - class edu.umd.cs.jazz.util.ZListImpl.ZPropertyListImpl.
 
ZListImpl.ZPropertyListImpl(int) - Constructor for class edu.umd.cs.jazz.util.ZListImpl.ZPropertyListImpl
 
ZListImpl.ZSceneGraphObjectListImpl - class edu.umd.cs.jazz.util.ZListImpl.ZSceneGraphObjectListImpl.
 
ZListImpl.ZSceneGraphObjectListImpl(int) - Constructor for class edu.umd.cs.jazz.util.ZListImpl.ZSceneGraphObjectListImpl
 
ZListImpl.ZTransformableListImpl - class edu.umd.cs.jazz.util.ZListImpl.ZTransformableListImpl.
 
ZListImpl.ZTransformableListImpl(int) - Constructor for class edu.umd.cs.jazz.util.ZListImpl.ZTransformableListImpl
 
ZListImpl.ZVisualComponentListImpl - class edu.umd.cs.jazz.util.ZListImpl.ZVisualComponentListImpl.
 
ZListImpl.ZVisualComponentListImpl(int) - Constructor for class edu.umd.cs.jazz.util.ZListImpl.ZVisualComponentListImpl
 
ZListImpl() - Constructor for class edu.umd.cs.jazz.util.ZListImpl
 
ZListImpl(int) - Constructor for class edu.umd.cs.jazz.util.ZListImpl
 
ZLoadable - interface edu.umd.cs.jazz.util.ZLoadable.
ZLoadable is an interface that defines objects that can be dynamically loaded into Jazz, and be made aware of the basic scenegraph structure so that it can add itself to the application and do something useful.
ZLocator - class edu.umd.cs.jazz.ZLocator.
ZLocator is used to locate a point on a scene graph object in the coordinate system of that scene graph object.
ZLocator(ZSceneGraphObject) - Constructor for class edu.umd.cs.jazz.ZLocator
Create a new ZLocator that will locate points on aSceneGraphObject.
ZMagBoundsFindFilter - class edu.umd.cs.jazz.util.ZMagBoundsFindFilter.
ZMagBoundsFindFilter is a filter that accepts "terminal" nodes that overlap the specified bounds in global coordinates, but only if the object is within its visible magnification range.
ZMagBoundsFindFilter(ZBounds, double) - Constructor for class edu.umd.cs.jazz.util.ZMagBoundsFindFilter
Create a new magnification bounds filter.
ZMenu - class edu.umd.cs.jazz.component.ZMenu.
A Menu for use in Jazz.
ZMenu() - Constructor for class edu.umd.cs.jazz.component.ZMenu
Creates an empty ZMenu
ZMenu(String) - Constructor for class edu.umd.cs.jazz.component.ZMenu
Creates a new menu with the supplied text
ZMenu(String, boolean) - Constructor for class edu.umd.cs.jazz.component.ZMenu
Creates a new menu with the supplied test and specified as tear-off menu or not.
ZMouseAdapter - class edu.umd.cs.jazz.event.ZMouseAdapter.
ZMouseAdapter is an abstract adapter class for receiving mouse events.
ZMouseAdapter() - Constructor for class edu.umd.cs.jazz.event.ZMouseAdapter
 
ZMouseEvent - class edu.umd.cs.jazz.event.ZMouseEvent.
ZMouseEvent is an event which indicates that a mouse action occurred in a node.
ZMouseEvent(int, MouseEvent, ZSceneGraphPath, ZSceneGraphPath) - Constructor for class edu.umd.cs.jazz.event.ZMouseEvent
Deprecated. as of Jazz 1.1, use createMouseEvent() instead.
ZMouseEvent(int, MouseEvent, ZSceneGraphPath, ZSceneGraphPath, Object) - Constructor for class edu.umd.cs.jazz.event.ZMouseEvent
 
ZMouseEvent(int, ZNode, MouseEvent, ZSceneGraphPath) - Constructor for class edu.umd.cs.jazz.event.ZMouseEvent
Deprecated. as of Jazz 1.1, use createMouseEvent() instead.
ZMouseFilter - class edu.umd.cs.jazz.event.ZMouseFilter.
ZMouseFilter is used by ZFilteredEventHandler to filter (accept or reject) mouse events.
ZMouseFilter() - Constructor for class edu.umd.cs.jazz.event.ZMouseFilter
Constructs a new ZMouseFilter that accepts all events.
ZMouseFilter(int) - Constructor for class edu.umd.cs.jazz.event.ZMouseFilter
Constructs a new ZMouseFilter that accepts only events that have all the modifiers that are specified in the AND mask parameter.
ZMouseFilter(int, int) - Constructor for class edu.umd.cs.jazz.event.ZMouseFilter
Constructs a new ZMouseFilter that accepts only events that have all the modifiers that are specified in the AND mask parameter, and none of the modifiers specified in the NOT mask parameter.
ZMouseListener - interface edu.umd.cs.jazz.event.ZMouseListener.
ZMouseListener is a listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a node.
ZMouseMotionAdapter - class edu.umd.cs.jazz.event.ZMouseMotionAdapter.
ZMouseMotionAdapter is an abstract adapter class for receiving mouse motion events.
ZMouseMotionAdapter() - Constructor for class edu.umd.cs.jazz.event.ZMouseMotionAdapter
 
ZMouseMotionEvent - class edu.umd.cs.jazz.event.ZMouseMotionEvent.
ZMouseMotionEvent is an event which indicates that a mouse motion action occurred in a node.
ZMouseMotionEvent(int, MouseEvent, ZSceneGraphPath, ZSceneGraphPath) - Constructor for class edu.umd.cs.jazz.event.ZMouseMotionEvent
Constructs a new ZMouse event from a Java MouseEvent.
ZMouseMotionListener - interface edu.umd.cs.jazz.event.ZMouseMotionListener.
ZMouseMotionListener is a listener interface for receiving mouse motion events on a node.
ZNameGroup - class edu.umd.cs.jazz.ZNameGroup.
ZNameGroup is a group node that names a portion of the scenegraph.
ZNameGroup() - Constructor for class edu.umd.cs.jazz.ZNameGroup
Constructs a new empty name group node.
ZNameGroup(String) - Constructor for class edu.umd.cs.jazz.ZNameGroup
Constructs a new name group node with the given name.
ZNameGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZNameGroup
Constructs a new name group node with the specified node as a child of the new group.
ZNameGroup(ZNode, String) - Constructor for class edu.umd.cs.jazz.ZNameGroup
Constructs a new name group node with the specified node as a child of the new group, and with the specified name.
ZNavEventHandlerKeyBoard - class edu.umd.cs.jazz.event.ZNavEventHandlerKeyBoard.
ZNavEventHandlerKeyBoard provides event handlers for basic zooming and panning of a Jazz camera with the keyboard.
ZNavEventHandlerKeyBoard(ZNode, ZCanvas) - Constructor for class edu.umd.cs.jazz.event.ZNavEventHandlerKeyBoard
Constructs a new ZNavEventHandlerKeyBoard.
ZNextFrameCondition - class edu.umd.cs.jazz.animation.ZNextFrameCondition.
ZNextFrameCondition is used by ZAnimations to communicate to the ZAnimationScheduler when they want their next frame to be animated.
ZNextFrameCondition(ZAlpha) - Constructor for class edu.umd.cs.jazz.animation.ZNextFrameCondition
Create a new ZNextFrameCondition.
ZNextFrameOnElapsedFrames - class edu.umd.cs.jazz.animation.ZNextFrameOnElapsedFrames.
ZNextFrameOnElapsedFrames allows an animation to schedule its animation rate by frame count instead of by time.
ZNextFrameOnElapsedFrames(ZAlpha, long) - Constructor for class edu.umd.cs.jazz.animation.ZNextFrameOnElapsedFrames
 
ZNextFrameOnElapsedTime - class edu.umd.cs.jazz.animation.ZNextFrameOnElapsedTime.
ZNextFrameOnElapsedTime allows an animation to schedule its frame rate based on time.
ZNextFrameOnElapsedTime(ZAlpha, long) - Constructor for class edu.umd.cs.jazz.animation.ZNextFrameOnElapsedTime
 
ZNode - class edu.umd.cs.jazz.ZNode.
ZNode is the common superclass of all objects in a Jazz scenegraph.
ZNode() - Constructor for class edu.umd.cs.jazz.ZNode
Constructs a new ZNode.
ZNodeAdapter - class edu.umd.cs.jazz.event.ZNodeAdapter.
ZNodeAdapater is an abstract adapter class for receiving node events.
ZNodeAdapter() - Constructor for class edu.umd.cs.jazz.event.ZNodeAdapter
 
ZNodeEvent - class edu.umd.cs.jazz.event.ZNodeEvent.
ZNodeEvent is an event which indicates that a node has changed.
ZNodeEvent(ZNode, int) - Constructor for class edu.umd.cs.jazz.event.ZNodeEvent
Deprecated. as of Jazz 1.1, use createBoundsChangedEvent() or createGlobalBoundsChanged() instead.
ZNodeEvent(ZNode, int, Object) - Constructor for class edu.umd.cs.jazz.event.ZNodeEvent
 
ZNodeListener - interface edu.umd.cs.jazz.event.ZNodeListener.
ZNodeListener is an interface to support notification when changes occur to a ZNode.
ZNodeNotFoundException - exception edu.umd.cs.jazz.util.ZNodeNotFoundException.
ZNodeNotFoundException is an exception that is thrown to indicate that a node that was being searched for in the scenegraph was not found.
ZNodeNotFoundException() - Constructor for class edu.umd.cs.jazz.util.ZNodeNotFoundException
Constructs a new ZNodeNotFoundException.
ZNodeNotFoundException(String) - Constructor for class edu.umd.cs.jazz.util.ZNodeNotFoundException
Constructs a new ZNodeNotFoundException with the given message.
ZNoninvertibleTransformException - exception edu.umd.cs.jazz.util.ZNoninvertibleTransformException.
Thrown to indicate that a AffineTransform could not be inverted.
ZNoninvertibleTransformException(NoninvertibleTransformException) - Constructor for class edu.umd.cs.jazz.util.ZNoninvertibleTransformException
ZNoninvertibleTransformException constructor comment.
ZNullList - class edu.umd.cs.jazz.util.ZNullList.
This class provides a stand in for ZLists that have no elements.
ZNullList() - Constructor for class edu.umd.cs.jazz.util.ZNullList
 
ZObjectOutputStream - class edu.umd.cs.jazz.io.ZObjectOutputStream.
ZObjectOutputStream writes Jazz objects that are ZSerializable.
ZObjectOutputStream(OutputStream) - Constructor for class edu.umd.cs.jazz.io.ZObjectOutputStream
 
ZObjectReferenceTable - class edu.umd.cs.jazz.util.ZObjectReferenceTable.
ZObjectReferenceTable helps to manage the references between objects within the scenegraph when a portion of the scenegraph is duplicated with clone().
ZObjectReferenceTable() - Constructor for class edu.umd.cs.jazz.util.ZObjectReferenceTable
Constructor for new empty table.
zoomEventHandler - Variable in class edu.umd.cs.jazz.util.ZCanvas
The event handler that supports zooming.
ZoomEventHandler - class edu.umd.cs.jazz.event.ZoomEventHandler.
ZoomEventhandler provides event handlers for basic zooming of a Jazz camera with the right button.
ZoomEventHandler(ZSceneGraphObject) - Constructor for class edu.umd.cs.jazz.event.ZoomEventHandler
Constructs a new ZoomEventHandler.
zoomOneStep() - Method in class edu.umd.cs.jazz.event.ZoomEventHandler
Do one zooming step, sleep a short amount, and schedule the next zooming step.
zoomTo(ZMouseEvent) - Method in class edu.umd.cs.jazz.event.ZoomToEventHandler
Zoom the interaction camera to the node picked by the current mouse event.
ZoomToEventHandler - class edu.umd.cs.jazz.event.ZoomToEventHandler.
ZoomToEventhandler provides the ability to zoom the interaction camera to a target node on the drawing surface.
ZoomToEventHandler(ZSceneGraphObject) - Constructor for class edu.umd.cs.jazz.event.ZoomToEventHandler
Constructs a new ZoomToEventHandler.
ZoomToEventHandler(ZSceneGraphObject, ZNode) - Constructor for class edu.umd.cs.jazz.event.ZoomToEventHandler
Constructs a new ZoomToEventHandler.
zoomToScaleWith(ZCamera, ZNode) - Method in class edu.umd.cs.jazz.event.ZoomToEventHandler
Zoom the specified camera so that the specified node appears in the center of the camera view at the scale specified by setZoomToScale.
zoomToScreenWith(ZCamera, ZNode) - Method in class edu.umd.cs.jazz.event.ZoomToEventHandler
Zoom the specified camera so that the specified node fills the center of the camera view minus the specified spacing set in setZoomToScreen.
ZPanEventHandler - class edu.umd.cs.jazz.event.ZPanEventHandler.
ZPanEventHandler provides event handlers for basic panning of a Jazz camera with the left mouse.
ZPanEventHandler(ZSceneGraphObject) - Constructor for class edu.umd.cs.jazz.event.ZPanEventHandler
Constructs a new ZPanEventHandler.
ZPanEventHandler(ZSceneGraphObject, ZCamera) - Constructor for class edu.umd.cs.jazz.event.ZPanEventHandler
Deprecated. As of Jazz version 1.2, use ZPanEventHandler(ZSceneGraphObject aEventSource) instead.
ZParser - class edu.umd.cs.jazz.io.ZParser.
ZParser is the top-level api to the Jazz io code.
ZParser() - Constructor for class edu.umd.cs.jazz.io.ZParser
 
ZPath - class edu.umd.cs.jazz.component.ZPath.
ZPath is a graphic object that represents combination of lines and curves that can be specified GeneralPath.
ZPath() - Constructor for class edu.umd.cs.jazz.component.ZPath
Constructs a new Path
ZPath(GeneralPath) - Constructor for class edu.umd.cs.jazz.component.ZPath
Constructs a new Path
ZPathLayoutManager - class edu.umd.cs.jazz.ZPathLayoutManager.
ZPathLayoutManager positions a set of nodes along a path.
ZPathLayoutManager() - Constructor for class edu.umd.cs.jazz.ZPathLayoutManager
Default Constructor - uses default values unless specifically set
ZPathLayoutManager(Shape) - Constructor for class edu.umd.cs.jazz.ZPathLayoutManager
Constructor that accepts a shape
ZPenColor - interface edu.umd.cs.jazz.component.ZPenColor.
ZPenColor represents the "pen color" attribute of a visual component.
ZPenPaint - interface edu.umd.cs.jazz.component.ZPenPaint.
ZPenPaint represents the "pen paint" attribute of a visual component.
ZPolygon - class edu.umd.cs.jazz.component.ZPolygon.
ZPolygon is a visual component for displaying a polygonal shape.
ZPolygon() - Constructor for class edu.umd.cs.jazz.component.ZPolygon
Constructs a new ZPolygon with no points.
ZPolygon(double[], double[]) - Constructor for class edu.umd.cs.jazz.component.ZPolygon
Constructs a new ZPolygon from an array of points.
ZPolygon(double, double) - Constructor for class edu.umd.cs.jazz.component.ZPolygon
Constructs a new ZPolygon with a single point.
ZPolygon(double, double, double, double) - Constructor for class edu.umd.cs.jazz.component.ZPolygon
Constructs a new ZPolygon with a two points
ZPolygon(Point2D) - Constructor for class edu.umd.cs.jazz.component.ZPolygon
Constructs a new ZPolygon with a single point.
ZPolygon(Point2D, Point2D) - Constructor for class edu.umd.cs.jazz.component.ZPolygon
Constructs a new ZPolygon with two points.
ZPolygon(ZPolyline) - Constructor for class edu.umd.cs.jazz.component.ZPolygon
Constructs a new ZPolygon with no points.
ZPolyline - class edu.umd.cs.jazz.component.ZPolyline.
ZPolyline is a visual component that represents a line with one or more segments.
ZPolyline() - Constructor for class edu.umd.cs.jazz.component.ZPolyline
Constructs a new ZPolyline with no points.
ZPolyline(double[], double[]) - Constructor for class edu.umd.cs.jazz.component.ZPolyline
Constructs a new ZPolyline from an array of points.
ZPolyline(double, double) - Constructor for class edu.umd.cs.jazz.component.ZPolyline
Constructs a new ZPolyline with a single point.
ZPolyline(double, double, double, double) - Constructor for class edu.umd.cs.jazz.component.ZPolyline
Constructs a new ZPolyline with a two points
ZPolyline(Point2D) - Constructor for class edu.umd.cs.jazz.component.ZPolyline
Constructs a new ZPolyline with no points.
ZPolyline(Point2D, Point2D) - Constructor for class edu.umd.cs.jazz.component.ZPolyline
Constructs a new ZPolyline with two points.
ZPriorityQueue - class edu.umd.cs.jazz.util.ZPriorityQueue.
ZPriorityQueue is a heap based PriorityQueue that stores objects of type java.lang.Comparable.
ZPriorityQueue() - Constructor for class edu.umd.cs.jazz.util.ZPriorityQueue
Construct a new priority queue, ordering by maximum value.
ZPriorityQueue(int) - Constructor for class edu.umd.cs.jazz.util.ZPriorityQueue
Construct a new priority queue.
ZProperty - class edu.umd.cs.jazz.util.ZProperty.
ZProperty represents a ZNode client property.
ZProperty() - Constructor for class edu.umd.cs.jazz.util.ZProperty
Create an empty ZProperty.
ZProperty(Object, Object) - Constructor for class edu.umd.cs.jazz.util.ZProperty
Create a ZProperty with the specified (key, value) pair
ZQuadCurve - class edu.umd.cs.jazz.component.ZQuadCurve.
ZQuadCurve is a graphic object that represents a quad curve.
ZQuadCurve() - Constructor for class edu.umd.cs.jazz.component.ZQuadCurve
ZArc constructor.
ZQuadCurve(double, double, double, double, double, double) - Constructor for class edu.umd.cs.jazz.component.ZQuadCurve
ZArc constructor.
ZRectangle - class edu.umd.cs.jazz.component.ZRectangle.
ZRectangle is a graphic object that represents a hard-cornered rectangle.
ZRectangle() - Constructor for class edu.umd.cs.jazz.component.ZRectangle
Constructs a new Rectangle.
ZRectangle(double, double) - Constructor for class edu.umd.cs.jazz.component.ZRectangle
Constructs a new Rectangle at the specified location, with dimensions of zero.
ZRectangle(double, double, double, double) - Constructor for class edu.umd.cs.jazz.component.ZRectangle
Constructs a new Rectangle at the specified location, with the given dimensions.
ZRectangle(Rectangle2D) - Constructor for class edu.umd.cs.jazz.component.ZRectangle
Constructs a new Rectangle based on the geometry of the one passed in.
ZRenderContext - class edu.umd.cs.jazz.util.ZRenderContext.
ZRenderContext stores information relevant to the current render as it occurs.
ZRenderContext(Graphics2D, ZBounds, ZDrawingSurface, int) - Constructor for class edu.umd.cs.jazz.util.ZRenderContext
Constructs a new ZRenderContext.
ZRenderContext(ZCamera) - Constructor for class edu.umd.cs.jazz.util.ZRenderContext
Constructs a simple ZRenderContext.
ZRenderContextFactory - interface edu.umd.cs.jazz.util.ZRenderContextFactory.
 
ZRoot - class edu.umd.cs.jazz.ZRoot.
ZRoot extends ZNode overiding several methods of ZNode to ensure that ZRoot is always in the root position of a Scenegraph.
ZRoot() - Constructor for class edu.umd.cs.jazz.ZRoot
 
ZRoundedRectangle - class edu.umd.cs.jazz.component.ZRoundedRectangle.
ZRoundedRectangle is a graphic object that represents a rounded rectangle.
ZRoundedRectangle() - Constructor for class edu.umd.cs.jazz.component.ZRoundedRectangle
ZRoundedRectangle constructor.
ZRoundedRectangle(double, double, double, double, double, double) - Constructor for class edu.umd.cs.jazz.component.ZRoundedRectangle
ZRoundedRectangle constructor.
ZRoundedRectangle(RoundRectangle2D) - Constructor for class edu.umd.cs.jazz.component.ZRoundedRectangle
ZRoundedRectangle constructor.
ZSceneGraphEditor - class edu.umd.cs.jazz.util.ZSceneGraphEditor.
ZSceneGraphEditor provides a convenience mechanism used to locate and create instances of the following types of group nodes:
ZSceneGraphEditor.ZEditGroupIterator - class edu.umd.cs.jazz.util.ZSceneGraphEditor.ZEditGroupIterator.
 
ZSceneGraphEditor.ZEditGroupIterator() - Constructor for class edu.umd.cs.jazz.util.ZSceneGraphEditor.ZEditGroupIterator
 
ZSceneGraphEditor(ZNode) - Constructor for class edu.umd.cs.jazz.util.ZSceneGraphEditor
Create a new editor for aNode.
ZSceneGraphEditorFactory - interface edu.umd.cs.jazz.util.ZSceneGraphEditorFactory.
 
ZSceneGraphObject - class edu.umd.cs.jazz.ZSceneGraphObject.
ZSceneGraphObject is the base class for all objects in the Jazz scenegraph.
ZSceneGraphObject() - Constructor for class edu.umd.cs.jazz.ZSceneGraphObject
Constructs an empty scenegraph object.
ZSceneGraphPath - class edu.umd.cs.jazz.util.ZSceneGraphPath.
ZSceneGraphPath represents a unique path in a scene graph from a top-level camera to a terminal node.
ZSceneGraphPath() - Constructor for class edu.umd.cs.jazz.util.ZSceneGraphPath
Constructs a new ZSceneGraphPath.
ZSceneGraphPropertyPanel - class edu.umd.cs.jazz.util.ZSceneGraphPropertyPanel.
ZSceneGraphPropertyPanel displays a list of properties for a number of Java Bean objects, and allows the user to edit the properties.
ZSceneGraphPropertyPanel() - Constructor for class edu.umd.cs.jazz.util.ZSceneGraphPropertyPanel
Create a new sceneGraph property panel.
ZSceneGraphTreeModel - class edu.umd.cs.jazz.util.ZSceneGraphTreeModel.
ZSceneGraphTreeModel implements a TreeModel used by ZSceneGraphTreeView to implement a jazz sceneGraph browser.
ZSceneGraphTreeModel(ZRoot) - Constructor for class edu.umd.cs.jazz.util.ZSceneGraphTreeModel
 
ZSceneGraphTreeView - class edu.umd.cs.jazz.util.ZSceneGraphTreeView.
ZSceneGraphTreeView displays a tree structure representing the Jazz scene graph that is useful for debugging.
ZSceneGraphTreeView(ZCanvas) - Constructor for class edu.umd.cs.jazz.util.ZSceneGraphTreeView
Create a new scenegraph browser window.
ZScrollDirector - interface edu.umd.cs.jazz.util.ZScrollDirector.
The interface an application can implement to control scrolling in a ZScrollPane->ZViewport->ZCanvas component hierarchy.
ZScrollPane - class edu.umd.cs.jazz.util.ZScrollPane.
A simple extension to a standard scroll pane that uses the jazz version of the viewport by default.
ZScrollPane.ZNullAction - class edu.umd.cs.jazz.util.ZScrollPane.ZNullAction.
An action to do nothing - put into an action map to keep it from looking to its parent
ZScrollPane.ZNullAction() - Constructor for class edu.umd.cs.jazz.util.ZScrollPane.ZNullAction
 
ZScrollPane.ZScrollAction - class edu.umd.cs.jazz.util.ZScrollPane.ZScrollAction.
Action to scroll left/right/up/down.
ZScrollPane.ZScrollAction(String, int, int, boolean) - Constructor for class edu.umd.cs.jazz.util.ZScrollPane.ZScrollAction
 
ZScrollPane.ZScrollEndAction - class edu.umd.cs.jazz.util.ZScrollPane.ZScrollEndAction.
Action to scroll to last visible location.
ZScrollPane.ZScrollEndAction(String) - Constructor for class edu.umd.cs.jazz.util.ZScrollPane.ZScrollEndAction
 
ZScrollPane() - Constructor for class edu.umd.cs.jazz.util.ZScrollPane
Pass on the constructor info to the super
ZScrollPane(Component) - Constructor for class edu.umd.cs.jazz.util.ZScrollPane
Pass on the constructor info to the super
ZScrollPane(Component, int, int) - Constructor for class edu.umd.cs.jazz.util.ZScrollPane
Pass on the constructor info to the super
ZScrollPane(int, int) - Constructor for class edu.umd.cs.jazz.util.ZScrollPane
Pass on the constructor info to the super
ZScrollPaneLayout - class edu.umd.cs.jazz.util.ZScrollPaneLayout.
A subclass of ScrollPaneLayout that looks at the Viewport for sizing information rather than View.
ZScrollPaneLayout.UIResource - class edu.umd.cs.jazz.util.ZScrollPaneLayout.UIResource.
The UI resource version of ZScrollPaneLayout.
ZScrollPaneLayout.UIResource() - Constructor for class edu.umd.cs.jazz.util.ZScrollPaneLayout.UIResource
 
ZScrollPaneLayout() - Constructor for class edu.umd.cs.jazz.util.ZScrollPaneLayout
 
ZSelectionDeleteHandler - class edu.umd.cs.jazz.event.ZSelectionDeleteHandler.
ZSelectionDeleteHandler is a selection handler for use with a ZSelectionManager.
ZSelectionDeleteHandler(ZCanvas) - Constructor for class edu.umd.cs.jazz.event.ZSelectionDeleteHandler
Constructs a new ZSelectionDeleteHandler.
ZSelectionDeleteHandler(ZNode, ZCamera, ZCanvas) - Constructor for class edu.umd.cs.jazz.event.ZSelectionDeleteHandler
Deprecated. As of Jazz version 1.2, use ZSelectionDeleteHandler(ZSceneGraphObject aEventSource) instead.
ZSelectionDeleteHandler(ZNode, ZCanvas) - Constructor for class edu.umd.cs.jazz.event.ZSelectionDeleteHandler
Deprecated. As of Jazz version 1.2, use ZSelectionDeleteHandler(ZSceneGraphObject aEventSource) instead.
ZSelectionEventHandler - class edu.umd.cs.jazz.event.ZSelectionEventHandler.
Deprecated. This class has been replaced by ZSelectionDeleteHandler, ZSelectionModifyHandler, ZSelectionMoveHandler, and ZSelectionScaleHandler
ZSelectionEventHandler(ZNode, ZCanvas, ZGroup) - Constructor for class edu.umd.cs.jazz.event.ZSelectionEventHandler
Deprecated. Constructs a new ZSelectionEventHandler.
ZSelectionGroup - class edu.umd.cs.jazz.ZSelectionGroup.
ZSelectionGroup is a visual group node that provides functionality for specifying selection.
ZSelectionGroup.SelectionComponentFactory - interface edu.umd.cs.jazz.ZSelectionGroup.SelectionComponentFactory.
 
ZSelectionGroup() - Constructor for class edu.umd.cs.jazz.ZSelectionGroup
Constructs a new ZSelectionGroup.
ZSelectionGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZSelectionGroup
Constructs a new select group node with the specified node as a child of the new group.
ZSelectionManager - class edu.umd.cs.jazz.ZSelectionManager.
ZSelectionManager allows for registration of ZGroupListener instances with addGroupListener().
ZSelectionModifyHandler - class edu.umd.cs.jazz.event.ZSelectionModifyHandler.
ZSelectionModifyHandler is a ZEventHandler that allows items to be selected with the mouse, and maintains the current selection.
ZSelectionModifyHandler(ZSceneGraphObject, ZCanvas, ZGroup) - Constructor for class edu.umd.cs.jazz.event.ZSelectionModifyHandler
Deprecated. As of Jazz version 1.2, use ZSelectionModifyHandler(ZSceneGraphObject aFilteredMouseEventSource, ZGroup aMarqueeLayer) instead.
ZSelectionModifyHandler(ZSceneGraphObject, ZGroup) - Constructor for class edu.umd.cs.jazz.event.ZSelectionModifyHandler
Construct a new ZSelectionModifyHandler.
ZSelectionMoveHandler - class edu.umd.cs.jazz.event.ZSelectionMoveHandler.
ZSelectionMoveHandler is a selection handler for use with ZSelectionManager and ZSelectionMoveHandler It allows the user to translate the current selection in two ways: Any item in the current selection may be dragged with the mouse.
ZSelectionMoveHandler(ZSceneGraphObject, ZCanvas) - Constructor for class edu.umd.cs.jazz.event.ZSelectionMoveHandler
Construct a new ZSelectionMoveHandler.
ZSelectionResizeHandler - class edu.umd.cs.jazz.event.ZSelectionResizeHandler.
ZSelectionResizeHandler is a selection handler for use with ZSelectionManager.
ZSelectionResizeHandler.ResizeEvent - class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent.
An event to signal that a node has been resized by this event handler.
ZSelectionResizeHandler.ResizeEvent(ZNode, ZMouseEvent, double, double, double, double, double, double, double, double, double, double) - Constructor for class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
ZSelectionResizeHandler.ResizeHandles - class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeHandles.
Inner class used to render resize handles over a single component.
ZSelectionResizeHandler.ResizeHandles() - Constructor for class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeHandles
Default constructor
ZSelectionResizeHandler.ResizeListener - interface edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeListener.
Interface that a class must implement to handle the resizing of the selected nodes for a given ZSelectionResizeHandler.
ZSelectionResizeHandler(ZNode) - Constructor for class edu.umd.cs.jazz.event.ZSelectionResizeHandler
Construct a new ZSelectionResizeHandler which will be active across all cameras
ZSelectionResizeHandler(ZNode, ZCamera) - Constructor for class edu.umd.cs.jazz.event.ZSelectionResizeHandler
Construct a new ZSelectionResizeHandler.
ZSelectionScaleHandler - class edu.umd.cs.jazz.event.ZSelectionScaleHandler.
ZSelectionScaleHandler is a selection handler for use with a ZSelectionManager.
ZSelectionScaleHandler(ZCamera, ZCanvas) - Constructor for class edu.umd.cs.jazz.event.ZSelectionScaleHandler
Deprecated. As of Jazz version 1.2, use ZSelectionScaleHandler(ZCanvas aFilteredKeyEventSouce) instead.
ZSelectionScaleHandler(ZCanvas) - Constructor for class edu.umd.cs.jazz.event.ZSelectionScaleHandler
Constructs a new ZSelectionScaleHandler.
ZSerializable - interface edu.umd.cs.jazz.io.ZSerializable.
ZSerializable indicates that a class can be read/written with ZObjectOutputStream
ZShape - class edu.umd.cs.jazz.component.ZShape.
ZShape is an abstract object, meant to be extended by visual components that wrap standard java.awt.Shapes.
ZShape() - Constructor for class edu.umd.cs.jazz.component.ZShape
Constructs a new visual component based on a java.awt.Shape
ZSpatialIndex - class edu.umd.cs.jazz.ZSpatialIndex.
ZSpatialIndex is a jazz utility class, supporting ZSpatialIndexGroup.
ZSpatialIndex.DrawOrderComp - class edu.umd.cs.jazz.ZSpatialIndex.DrawOrderComp.
 
ZSpatialIndex.DrawOrderComp() - Constructor for class edu.umd.cs.jazz.ZSpatialIndex.DrawOrderComp
 
ZSpatialIndex() - Constructor for class edu.umd.cs.jazz.ZSpatialIndex
Constructs a new ZSpatialIndex.
ZSpatialIndex(ZCamera) - Constructor for class edu.umd.cs.jazz.ZSpatialIndex
Constructs a new ZSpatialIndex with the given camera.
ZSpatialIndexGroup - class edu.umd.cs.jazz.ZSpatialIndexGroup.
ZSpatialIndexGroup is a group node that supports R-tree indexing for a group of visual components.
ZSpatialIndexGroup() - Constructor for class edu.umd.cs.jazz.ZSpatialIndexGroup
Constructs a new ZSpatialIndexGroup node.
ZSpatialIndexGroup(ZCamera) - Constructor for class edu.umd.cs.jazz.ZSpatialIndexGroup
Constructs a new ZSpatialIndexGroup node using a given camera.
ZSpatialIndexGroup(ZNode, ZCamera) - Constructor for class edu.umd.cs.jazz.ZSpatialIndexGroup
Constructs a new ZSpatialIndex group node with the specified node as a child of the new group.
ZStickyGroup - class edu.umd.cs.jazz.ZStickyGroup.
ZStickyGroup 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.
ZStickyGroup() - Constructor for class edu.umd.cs.jazz.ZStickyGroup
Constructs a new sticky group.
ZStickyGroup(ZCamera) - Constructor for class edu.umd.cs.jazz.ZStickyGroup
Constructs a new sticky group with a specified camera.
ZStickyGroup(ZCamera, ZNode) - Constructor for class edu.umd.cs.jazz.ZStickyGroup
Constructs a new sticky group with a specified camera that decorates the specified child.
ZStickyGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZStickyGroup
Constructs a new sticky group that decorates the specified child.
ZStreamPreprocessor - class edu.umd.cs.jazz.io.ZStreamPreprocessor.
ZStreamPreprocessor preprocesses the java io stream to manage embedded binary data.
ZStreamPreprocessor(ZExtendedInputStream) - Constructor for class edu.umd.cs.jazz.io.ZStreamPreprocessor
 
ZStroke - interface edu.umd.cs.jazz.component.ZStroke.
ZStroke represents the "stroke" attribute of a visual component.
ZStrokeAnimation - class edu.umd.cs.jazz.animation.ZStrokeAnimation.
ZStrokeAnimation animates an object conforming to the ZStroke interface from a source stroke to a destination stroke over time.
ZStrokeAnimation(BasicStroke, BasicStroke) - Constructor for class edu.umd.cs.jazz.animation.ZStrokeAnimation
Construct a new ZStrokeAnimation.
ZSwing - class edu.umd.cs.jazz.component.ZSwing.
ZSwing is a Visual Component wrapper used to add Swing Components to a Jazz ZCanvas.
ZSwing(ZCanvas, JComponent) - Constructor for class edu.umd.cs.jazz.component.ZSwing
Constructs a new visual component wrapper for the Swing component and adds the Swing component to the SwingWrapper component of the ZCanvas
ZSwingEventHandler - class edu.umd.cs.jazz.event.ZSwingEventHandler.
Event handler to send MousePressed, MouseReleased, MouseMoved, MouseClicked, and MouseDragged events on Swing components within a ZCanvas
ZSwingEventHandler(ZCanvas) - Constructor for class edu.umd.cs.jazz.event.ZSwingEventHandler
Constructs a new ZSwingEventHandler for the given canvas.
ZSwingEventHandler(ZCanvas, ZNode) - Constructor for class edu.umd.cs.jazz.event.ZSwingEventHandler
Constructs a new ZSwingEventHandler for the given canvas, and a node that will recieve the mouse events.
ZText - class edu.umd.cs.jazz.component.ZText.
ZText creates a visual component to support text.
ZText() - Constructor for class edu.umd.cs.jazz.component.ZText
Default constructor for ZText.
ZText(String) - Constructor for class edu.umd.cs.jazz.component.ZText
ZText constructor with initial text.
ZText(String, Font) - Constructor for class edu.umd.cs.jazz.component.ZText
ZText constructor with initial text and font.
ZTooManyChildrenException - exception edu.umd.cs.jazz.util.ZTooManyChildrenException.
ZTooManyChildrenException is an exception that is thrown to indicate that an operation was attempted that would have resulted in a decorator node having more than one child.
ZTooManyChildrenException(ZGroup) - Constructor for class edu.umd.cs.jazz.util.ZTooManyChildrenException
Construct a ZTooManyChildrenException object.
ZTooManyChildrenException(ZGroup, String) - Constructor for class edu.umd.cs.jazz.util.ZTooManyChildrenException
Construct a ZTooManyChildrenException object.
ZTransformable - interface edu.umd.cs.jazz.ZTransformable.
ZTransformable is an interface that represents an object that has a transform that supports get and set.
ZTransformAdapter - class edu.umd.cs.jazz.event.ZTransformAdapter.
ZTransformAdapater is an abstract adapter class for receiving transform events.
ZTransformAdapter() - Constructor for class edu.umd.cs.jazz.event.ZTransformAdapter
 
ZTransformAnimation - class edu.umd.cs.jazz.animation.ZTransformAnimation.
ZTransformAnimation animates an object conforming to the ZTransformable interface from a source transform to a destination transform over time.
ZTransformAnimation(AffineTransform, AffineTransform) - Constructor for class edu.umd.cs.jazz.animation.ZTransformAnimation
Construct a new ZTransformAnimation.
ZTransformAnimation(double[], double[]) - Constructor for class edu.umd.cs.jazz.animation.ZTransformAnimation
Construct a new ZTransformAnimation.
ZTransformEvent - class edu.umd.cs.jazz.event.ZTransformEvent.
ZTransformEvent is an event which indicates that a transform group has changed.
ZTransformEvent(ZTransformGroup, int, AffineTransform) - Constructor for class edu.umd.cs.jazz.event.ZTransformEvent
Deprecated. as of Jazz 1.1, use createTransfomrChangedEvent() instead.
ZTransformEvent(ZTransformGroup, int, AffineTransform, Object) - Constructor for class edu.umd.cs.jazz.event.ZTransformEvent
 
ZTransformGroup - class edu.umd.cs.jazz.ZTransformGroup.
ZTransformGroup is a group node that specifies an arbitrary affine transform.
ZTransformGroup() - Constructor for class edu.umd.cs.jazz.ZTransformGroup
Constructs an empty ZTransformGroup.
ZTransformGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZTransformGroup
Constructs a new transform group node with the specified node as a child of the new group.
ZTransformListener - interface edu.umd.cs.jazz.event.ZTransformListener.
ZTransformListener is an interface to support notification when changes occur to a ZTransformGroup.
ZTreeLayoutManager - class edu.umd.cs.jazz.ZTreeLayoutManager.
ZTreeLayoutManager implements a generic tree layout manager that can layout hierarchical Jazz objects, ie.
ZTreeLayoutManager() - Constructor for class edu.umd.cs.jazz.ZTreeLayoutManager
The default constructor - uses all default values
ZTreeLayoutManager(int, int, boolean, int) - Constructor for class edu.umd.cs.jazz.ZTreeLayoutManager
Fully qualified constructor
ZUtil - class edu.umd.cs.jazz.util.ZUtil.
ZUtil provides some generic, useful routines.
ZUtil() - Constructor for class edu.umd.cs.jazz.util.ZUtil
 
ZViewport - class edu.umd.cs.jazz.util.ZViewport.
A subclass of JViewport that talks to the scroll director to negotiate the view positions and sizes.
ZViewport.ZViewportLayout - class edu.umd.cs.jazz.util.ZViewport.ZViewportLayout.
A simple layout manager to give the ZCanvas the same size as the Viewport
ZViewport.ZViewportLayout() - Constructor for class edu.umd.cs.jazz.util.ZViewport.ZViewportLayout
 
ZViewport() - Constructor for class edu.umd.cs.jazz.util.ZViewport
Pass constructor info to super
ZVisualComponent - class edu.umd.cs.jazz.ZVisualComponent.
ZVisualComponent is the base class for objects that actually get rendered.
ZVisualComponent() - Constructor for class edu.umd.cs.jazz.ZVisualComponent
Default constructor for visual component.
ZVisualGroup - class edu.umd.cs.jazz.ZVisualGroup.
ZVisualGroup is a group node that has a visual components that can be rendered.
ZVisualGroup() - Constructor for class edu.umd.cs.jazz.ZVisualGroup
Constructs a new empty visual group node.
ZVisualGroup(ZNode) - Constructor for class edu.umd.cs.jazz.ZVisualGroup
Constructs a new visual group node with the specified node as a child of the new group.
ZVisualGroup(ZNode, ZVisualComponent, ZVisualComponent) - Constructor for class edu.umd.cs.jazz.ZVisualGroup
Constructs a new ZVisualGroup with the specified visual components, and specified node as a child of the new group.
ZVisualGroup(ZVisualComponent, ZVisualComponent) - Constructor for class edu.umd.cs.jazz.ZVisualGroup
Constructs a new ZVisualGroup with the specified visual components.
ZVisualLeaf - class edu.umd.cs.jazz.ZVisualLeaf.
 
ZVisualLeaf() - Constructor for class edu.umd.cs.jazz.ZVisualLeaf
Constructs a new empty visual leaf node.
ZVisualLeaf(ZVisualComponent) - Constructor for class edu.umd.cs.jazz.ZVisualLeaf
Constructs a new visual leaf node with the specified visual component.

A B C D E F G H I J K L M N O P Q R S T U V W Z
Copyright � 2003 by University of Maryland, College Park, MD 20742, USA All rights reserved.