|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
ZCompositeSelectionHandler
is a convenience class that allows
applications to use a single event handler to manage the multiple jazz
selection event handlers.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
ZHandle
s. - 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(ZSceneGraphEditor) -
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(ZSelectionResizeHandler) -
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(ZSpatialIndex) -
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.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |