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

G

generateNextViewTransform() - Method in class edu.umd.cs.jazz.event.ZoomEventHandler
Return the next view transform for the current cameras zooming sequence.
generateParseException() - Static method in class edu.umd.cs.jazz.io.ZInternalParser
 
get(int) - Method in class edu.umd.cs.jazz.util.ZPriorityQueue
 
get(int) - Method in class edu.umd.cs.jazz.util.ZListImpl
 
getAbsolutePath(String) - Method in class edu.umd.cs.jazz.component.ZImage
Given a directory path plus some path relative to it, return a direct absolute path.
getAbsPenWidth() - Method in interface edu.umd.cs.jazz.component.ZStroke
Get the absolute width of the pen used to draw the visual component.
getAbsPenWidth() - Method in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Get the absolute width of the pen used to draw the visual component.
getAcceptsMouseClicked() - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Returns true if the filter is accepting mouse clicked events.
getAcceptsMouseDragged() - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Returns true if the filter is accepting mouse dragged events.
getAcceptsMouseEntered() - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Returns true if the filter is accepting mouse entered events.
getAcceptsMouseExited() - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Returns true if the filter is accepting mouse exited events.
getAcceptsMouseMoved() - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Returns true if the filter is accepting mouse moved events.
getAcceptsMousePressed() - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Returns true if the filter is accepting mouse pressed events.
getAcceptsMouseReleased() - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Returns true if the filter is accepting mouse released events.
getAccurateSpacing() - Method in class edu.umd.cs.jazz.util.ZRenderContext
Determine if strings should be rendered with accurate (but slower) character spacing.
getAlpha() - Method in class edu.umd.cs.jazz.ZFadeGroup
Get the alpha value (opacity) for this node.
getAlpha() - Method in class edu.umd.cs.jazz.animation.ZAnimation
Return the alpha object used to determine the animations start and finish time, and to generate any alpha values that it needs when interpolating between values.
getAlphaAtOneDuration() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Return the number of milliseconds that alpha will remain at value 1 after the increasingAlphaDuration has finished, but before the next section starts.
getAlphaAtZeroDuration() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Return the number of milliseconds that alpha will remain at value 0 after the decreasingAlphaDuration has finished, but before the next section starts.
getAncestorLayerFor(ZNode) - Method in class edu.umd.cs.jazz.ZCamera
Return the camera layer associated with this camera that is the ancestor of the supplied node.
getAnchorGroup() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns a ZAnchorGroup to use for a node, inserting one above the edited node if none exists.
getAnimationsToProcessForCurrentFrame() - Method in class edu.umd.cs.jazz.animation.ZAnimationScheduler
Return an iterator for all animations that should be animated for the current frame.
getApproximateUsedMemory() - Static method in class edu.umd.cs.jazz.util.ZDebug
 
getArc() - Method in class edu.umd.cs.jazz.component.ZArc
Return the current arc.
getArcHeight() - Method in class edu.umd.cs.jazz.component.ZRoundedRectangle
Gets the height of the arc that rounds off the corners.
getArcWidth() - Method in class edu.umd.cs.jazz.component.ZRoundedRectangle
Gets the width of the arc that rounds off the corners.
getArrowHead() - Method in class edu.umd.cs.jazz.component.ZPolyline
Get the arrowhead type used by this ZPolyline.
getAudioClip() - Method in class edu.umd.cs.jazz.animation.ZAudioAnimation
Return the audio clip that will be looped when the animation is started, and stopped when the animation is stopped.
getAuxiliaryVisualComponents() - Method in class edu.umd.cs.jazz.ZSelectionGroup
Return the auxiliary visual components associated with this selection group.
getBackgroundColor() - Method in class edu.umd.cs.jazz.component.ZText
Returns the current background color.
getBackgroundColor() - Method in class edu.umd.cs.jazz.component.ZLabel
Returns the current background color.
getBackVisualComponent() - Method in class edu.umd.cs.jazz.ZVisualGroup
Return the back visual component associated with this leaf, or null if none.
getBackVisualComponentBounds() - Method in class edu.umd.cs.jazz.ZVisualGroup
Return a copy of the bounds of this node's back visual component in local coordinates.
getBackVisualComponentGlobalBounds() - Method in class edu.umd.cs.jazz.ZVisualGroup
Return a copy of the bounds of this node's back visual component in global coordinates.
getBeginColumn() - Static method in class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
 
getBeginLine() - Static method in class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
 
getBounds() - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Return a copy of the bounds of the subtree rooted at this node in local coordinates.
getBounds() - Method in class edu.umd.cs.jazz.util.ZBoundsFindFilter
Return the bounds of this filter's search region.
getBoundsReference() - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Return a reference to the bounds of the subtree rooted at this node in local coordinates.
getBoundsReference() - Method in class edu.umd.cs.jazz.util.ZNullList
 
getBoundsReference() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZBoundsListImpl
 
getBoundsReference() - Method in interface edu.umd.cs.jazz.util.ZList.ZBoundsList
 
getBytes(int, int) - Method in class edu.umd.cs.jazz.io.ZStreamPreprocessor
 
getCamera() - Method in class edu.umd.cs.jazz.ZDrawingSurface
Get the camera this surface is associated with.
getCamera() - Method in class edu.umd.cs.jazz.ZConstraintGroup
Get the camera that this node is related to.
getCamera() - Method in class edu.umd.cs.jazz.event.ZCameraEvent
Returns the originator of the event.
getCamera() - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the nearest ZCamera to the picked object.
getCamera() - Method in class edu.umd.cs.jazz.util.ZCanvas
Return the camera associated with the primary surface.
getCamera(int) - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the i'th camera between the root and the terminal object.
getCameraFound() - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Internal method.
getCameraMagnification() - Method in class edu.umd.cs.jazz.util.ZRenderContext
Returns the magnification of the current camera being rendered within.
getCameraNode() - Method in class edu.umd.cs.jazz.ZDrawingSurface
Get the camera node this surface is associated with.
getCameraNode() - Method in class edu.umd.cs.jazz.util.ZCanvas
Return the camera's node associated with the primary surface.
getCameras() - Method in class edu.umd.cs.jazz.ZLayerGroup
Return a copy of the array of cameras looking onto this layer.
getCamerasReference() - Method in class edu.umd.cs.jazz.ZLayerGroup
Internal method to return a reference to the actual cameras looking onto this layer.
getCamerasReference() - Method in class edu.umd.cs.jazz.util.ZNullList
 
getCamerasReference() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZCameraListImpl
 
getCamerasReference() - Method in interface edu.umd.cs.jazz.util.ZList.ZCameraList
 
getCameraTransform() - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the camera transform for this path.
getCameraTransform() - Method in class edu.umd.cs.jazz.util.ZRenderContext
Get the transform the current camera was given before it started rendering itself.
getCameraTransform(ZCamera) - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the camera transform for this camera in this path.
getCanvas() - Method in class edu.umd.cs.jazz.util.ZFrame
Return the canvas used by this frame.
getCaretColor() - Method in class edu.umd.cs.jazz.component.ZText
Returns the current caret color.
getCaretLine() - Method in class edu.umd.cs.jazz.component.ZText
Returns the current line.
getCaretPos() - Method in class edu.umd.cs.jazz.component.ZText
Returns the character position of the caret, within the current line.
getCellHeight() - Method in class edu.umd.cs.jazz.ZGridLayoutManager
Gets the cell height
getCellWidth() - Method in class edu.umd.cs.jazz.ZGridLayoutManager
Gets the cell width
getCenter2D() - Method in class edu.umd.cs.jazz.util.ZBounds
Returns the center point of the bounds.
getChild() - Method in class edu.umd.cs.jazz.event.ZGroupEvent
Returns the ZNode that was affected by the event.
getChild(int) - Method in class edu.umd.cs.jazz.ZGroup
Returns the i'th child of this node.
getChild(Object, int) - Method in class edu.umd.cs.jazz.util.ZSceneGraphTreeModel
Returns the child of parent at index index in the parent's child array.
getChildCount(Object) - Method in class edu.umd.cs.jazz.util.ZSceneGraphTreeModel
Returns the number of children of parent.
getChildren() - Method in class edu.umd.cs.jazz.ZGroup
Return a copy of the array of children of this node.
getChildrenFindable() - Method in class edu.umd.cs.jazz.ZGroup
Determines if this node finds its children.
getChildrenIterator() - Method in class edu.umd.cs.jazz.ZGroup
Return an iterator over the children of this group in the proper order.
getChildrenPickable() - Method in class edu.umd.cs.jazz.ZGroup
Determines if this node picks its children.
getChildrenReference() - Method in class edu.umd.cs.jazz.ZGroup
Returns a reference to the actual children of this node.
getClientProperty(Object) - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Returns the value of the property with the specified key.
getClip() - Method in class edu.umd.cs.jazz.ZClipGroup
ZClipGroup constructor comment.
getClipGroup() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns a ZClipGroup to use for a node, inserting one above the edited node if none exists.
getClosed() - Method in class edu.umd.cs.jazz.ZPathLayoutManager
Determine whether the path is closed.
getColumn() - Static method in class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
Deprecated.  
getComponent() - Method in class edu.umd.cs.jazz.ZDrawingSurface
Get the component that this surface is attached to, or null if none.
getComponent() - Method in class edu.umd.cs.jazz.component.ZSwing
Returns the Swing component that this visual component wraps
getComposite(Composite, double) - Method in class edu.umd.cs.jazz.ZFadeGroup
Internal method to compute and access an alpha Composite given the current rendering composite, and the current metric.
getCompositeMagnification() - Method in class edu.umd.cs.jazz.util.ZRenderContext
Returns the total current magnification that is currently being used for rendering.
getConstrainScaleX() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getConstrainScaleY() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getConstraintType() - Method in class edu.umd.cs.jazz.ZStickyGroup
Determine the type of constraint that this node implements.
getConsumes() - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Returns true if this event filter consumes accepted events.
getCoordListShape() - Method in class edu.umd.cs.jazz.component.ZPolygon
Get the shape defined by the coords.
getCoordListShape() - Method in class edu.umd.cs.jazz.component.ZCoordList
Get the shape defined by the coords.
getCubicCurve() - Method in class edu.umd.cs.jazz.component.ZCubicCurve
Return the current curve.
getCurrentEvent() - Method in class edu.umd.cs.jazz.component.ZMenu
 
getCurrentFilteredMouseEvent() - Method in class edu.umd.cs.jazz.event.ZFilteredEventHandler
Return the current filtered mouse event.
getCurrentFrame() - Method in class edu.umd.cs.jazz.animation.ZAnimationScheduler
Return the current frame this the animation scheduler is or will soon be drawing.
getCurrentHandle() - Method in class edu.umd.cs.jazz.event.ZHandleEventHandler
Return ZHandle that is the target of the current drag sequence.
getCurrentHeadStyle() - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Get the current heading style
getCurrentHighlightedHandle() - Method in class edu.umd.cs.jazz.event.ZHandleEventHandler
Return ZHandle that is currently highlighted.
getCurrentNode() - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Get the current node that is under the cursor.
getCurrentOrientation() - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Get the current orientation.
getCurrentPath() - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Get the path from the ZCanvas down to the visual component currently under the mouse.This may give a different result then getGrabPath() durring a MOUSE_DRAGGED or MOUSE_RELEASED operation.
getCurrentRenderContext() - Method in class edu.umd.cs.jazz.ZRoot
Return current render context.
getCurrentScreenDelta() - Method in class edu.umd.cs.jazz.event.ZDragSequenceEventHandler
Returns the current distance that the mouse has moved between the current and previous filtered mouse events in screen coords.
getCurrentScreenPoint() - Method in class edu.umd.cs.jazz.event.ZDragSequenceEventHandler
Returns the screen point of the current filtered mouse event.
getCurrentSelection() - Method in class edu.umd.cs.jazz.event.ZFilteredEventHandler
Utility method for use by subclasses that operate on the current selection.
getCurrentTime() - Method in class edu.umd.cs.jazz.animation.ZAnimationScheduler
Return the current time for the animation scheduler.
getCurrentXSpacing() - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Get the current x spacing
getCurrentYSpacing() - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Get the current y spacing
getDataStream() - Method in class edu.umd.cs.jazz.io.ZInternalParser
 
getDecorator() - Method in class edu.umd.cs.jazz.util.ZTooManyChildrenException
Get the decorator that the operation to add more than one child to was attempted on.
getDecreasingAlphaDuration() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Return the number of milliseconds that the alpha should take in its decreasing section where it moves from value 1 to 0.
getDecreasingAlphaRampDuration() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Return the number of milliseconds that alpha accelerates at the beginning of its decreasingAlphaDuration and decelerates at the end of its decreasingAlphaDuration.
getDefaultFrameBounds() - Method in class edu.umd.cs.jazz.util.ZFrame
Return the default size for the Frame.
getDestBounds() - Method in class edu.umd.cs.jazz.ZAnchorGroup
Determine the bounds that are the destination of this link.
getDestinationColor() - Method in class edu.umd.cs.jazz.animation.ZColorAnimation
Return the destination color, the color that the animation will end at.
getDestinationStroke() - Method in class edu.umd.cs.jazz.animation.ZStrokeAnimation
Return the destination stroke, the stroke that the animation will end at.
getDestinationTransform() - Method in class edu.umd.cs.jazz.animation.ZTransformAnimation
Return the destination transform matrix , the transform matrix that the animation will end up at.
getDestNode() - Method in class edu.umd.cs.jazz.ZAnchorGroup
Determine the node that is the destination of this link.
getDragStartScreenPoint() - Method in class edu.umd.cs.jazz.event.ZDragSequenceEventHandler
Return the point in screen coords where the drag sequence started.
getDrawingSurface() - Method in class edu.umd.cs.jazz.ZCamera
Get the value of surface.
getDrawingSurface() - Method in class edu.umd.cs.jazz.util.ZRenderContext
Get the drawing surface being rendered onto.
getDrawingSurface() - Method in class edu.umd.cs.jazz.util.ZCanvas
Return the surface.
getEditable() - Method in class edu.umd.cs.jazz.component.ZText
Determines if this text is editable.
getEditGroup(Class) - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Checks to see if an editor of this type already exists, if so it returns that editor if not it creates a new editor, inserts that editor above the edit node, and then returns that new editor.
getElementData() - Method in class edu.umd.cs.jazz.util.ZNullList
 
getElementData() - Method in class edu.umd.cs.jazz.util.ZListImpl
 
getElementData() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZNodeListImpl
 
getElementData() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZPropertyListImpl
 
getElementData() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZCameraListImpl
 
getElementData() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZVisualComponentListImpl
 
getElementData() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZLayerGroupListImpl
 
getElementData() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZBoundsListImpl
 
getElementData() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZSceneGraphObjectListImpl
 
getElementData() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZObjectListImpl
 
getElementData() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZTransformableListImpl
 
getElementData() - Method in interface edu.umd.cs.jazz.util.ZList
 
getEllipse() - Method in class edu.umd.cs.jazz.component.ZEllipse
Return the ellipse.
getEnableNodeEvents() - Method in class edu.umd.cs.jazz.util.ZCanvas
Determine if Jazz node event handlers should be invoked.
getEndColumn() - Static method in class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
 
getEndLine() - Static method in class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
 
getEventHandler() - Method in class edu.umd.cs.jazz.ZHandleGroup
Get the event handler used internally by handle groups to dispatch events to their handles.
getExact() - Method in class edu.umd.cs.jazz.ZPathLayoutManager
Determine if exact spacing was specified.
getExcludeMouseMoveEvents() - Method in class edu.umd.cs.jazz.util.ZCanvas
Returns true if ZMouseEvents of type ZMouseEvent.MOUSE_MOVED, ZMouseEvent.MOUSE_ENTERED, and ZMouseEvent.MOUSE_EXITED are being excluded and not sent to nodes on the canvas.
getFadeGroup() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns a ZFadeGroup to use for a node, inserting one above the edited node if none exists.
getFadeRange() - Method in class edu.umd.cs.jazz.ZFadeGroup
Returns the current fade range of this node.
getFadeType() - Method in class edu.umd.cs.jazz.ZFadeGroup
Determine the type of fading that this node implements.
getFileName() - Method in class edu.umd.cs.jazz.component.ZImage
Return the filename associated with this image object.
getFilePosition() - Method in class edu.umd.cs.jazz.io.ZExtendedInputStream
 
getFillColor() - Method in class edu.umd.cs.jazz.ZCamera
Get the value of fillColor.
getFillColor() - Method in interface edu.umd.cs.jazz.component.ZFillColor
Get the fill color of this visual component.
getFillColor() - Method in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Deprecated. As of Jazz version 1.1, replaced by ZFillPaint.getFillPaint().
getFillPaint() - Method in interface edu.umd.cs.jazz.component.ZFillPaint
Get the fill paint of this visual component.
getFillPaint() - Method in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Get the fill paint of this visual component.
getFillPaintTarget() - Method in class edu.umd.cs.jazz.animation.ZColorAnimation
Return the fill paint target of this color animation.
getFilteredEventDispatcher() - Method in class edu.umd.cs.jazz.event.ZFilteredEventHandler
Return the event dispatcher being used by this filtered event handler.
getFilteredKeyEventSource() - Method in class edu.umd.cs.jazz.event.ZFilteredEventHandler
Return the current source for filtered key events.
getFilteredMouseEventSource() - Method in class edu.umd.cs.jazz.event.ZFilteredEventHandler
Return the current source for mouse events.
getFirstVisualComponent() - Method in class edu.umd.cs.jazz.ZVisualLeaf
Return the first visual component associated with this leaf, or null if there are none.
getFlatness() - Method in class edu.umd.cs.jazz.ZPathLayoutManager
Return the current flatness of the FlatteningPathIterator used to convert the Shape to points.
getFont() - Method in class edu.umd.cs.jazz.component.ZText
Returns the current font.
getFont() - Method in class edu.umd.cs.jazz.component.ZLabel
Returns the current font.
getFrame() - Method in class edu.umd.cs.jazz.component.ZShape
Return the bounds of the internal java.awt.Shape structure.
getFrameDelay() - Method in class edu.umd.cs.jazz.animation.ZAnimationScheduler
Return the delay between each frame that gets animated.
getFramesProcessed() - Method in class edu.umd.cs.jazz.util.ZDebug
Return the number of frames that have been processed since the last time resetFPSTiming was called.
getFrontVisualComponent() - Method in class edu.umd.cs.jazz.ZVisualGroup
Return the front visual component associated with this leaf, or null if none.
getFrontVisualComponentBounds() - Method in class edu.umd.cs.jazz.ZVisualGroup
Return a copy of the bounds of this node's front visual component in local coordinates.
getFrontVisualComponentBounds(ZNode) - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Convenience method to get the bounds of the front visual component of the given node
getFrontVisualComponentGlobalBounds() - Method in class edu.umd.cs.jazz.ZVisualGroup
Return a copy of the bounds of this node's front visual component in global coordinates.
getGlobalBounds() - Method in class edu.umd.cs.jazz.ZNode
Return a copy of the bounds of the subtree rooted at this node in global coordinates.
getGlobalToLocalTransform() - Method in class edu.umd.cs.jazz.ZNode
Return the transform that converts global coordinates at the root node to local coordinates at this node.
getGrabNode() - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Determine the node the event originated at.
getGrabPath() - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Return the path from the ZCanvas down to the currently grabbed object.
getGraphics2D() - Method in class edu.umd.cs.jazz.util.ZRenderContext
Get the graphics used for this render.
getGreekText() - Method in class edu.umd.cs.jazz.util.ZRenderContext
Determine if text should be rendered "greeked"
getGreekThreshold() - Method in class edu.umd.cs.jazz.component.ZText
Returns the current greek threshold.
getGridAxis() - Method in class edu.umd.cs.jazz.ZGridLayoutManager
Gets whether this grid is specified by rows or columns Possible values are: 1 - COLUMN 2 - ROW
getGroup() - Method in class edu.umd.cs.jazz.event.ZGroupEvent
Returns the originator of the event.
getGroupNodeTransform() - Method in class edu.umd.cs.jazz.ZSpatialIndex
Return the localToGlobal transform for the ZSpatialIndexGroup node associated with this index.
getGroups() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Deprecated. as of Jazz 1.1 editorIterator() instead.
getHandle(double, double, double, double) - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeHandles
Render a single resize handle, centered at the given x,y position.
getHandleGroup() - Method in class edu.umd.cs.jazz.ZHandle
Return the handle group that is managing this handle in the scene graph.
getHandleGroup() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns a ZHandleGroup to use for a node, inserting one above the edited node if none exists.
getHandles() - Method in class edu.umd.cs.jazz.ZVisualLeaf
Return the handles associated with this leaf.
getHandles() - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Return the collection of handles associated with this object.
getHandles() - Method in class edu.umd.cs.jazz.ZHandleGroup
Return the collection of handles that this handle group is managing.
getHandles() - Method in class edu.umd.cs.jazz.component.ZRectangle
 
getHeight() - Method in class edu.umd.cs.jazz.component.ZShape
Return the height of this ellipse.
getHeight() - Method in class edu.umd.cs.jazz.component.ZPath
Return height of rectangle.
getHeight() - Method in class edu.umd.cs.jazz.component.ZImage
Return height of image.
getHeight() - Method in class edu.umd.cs.jazz.util.ZDimension
Returns the height of this Dimension in double precision.
getHighLightColor() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler
Gets the current highlight color
getHorizontalSpacing() - Method in class edu.umd.cs.jazz.ZGridLayoutManager
Gets the current horizontal spacing
getID() - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Determine the event type.
getImage() - Method in class edu.umd.cs.jazz.component.ZImage
Return the AWT image associated with this image object.
GetImage() - Static method in class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
 
getIncreasingAlphaDuration() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Return the number of milliseconds that the alpha should take in its increasing section where it moves from value 0 to 1.
getIncreasingAlphaRampDuration() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Return the number of milliseconds that alpha accelerates at the beginning of its increasingAlphaDuration and decelerates at the end of its increasingAlphaDuration.
getIndexOfChild(Object, Object) - Method in class edu.umd.cs.jazz.util.ZSceneGraphTreeModel
Returns the index of child in parent.
getInputFPS() - Static method in class edu.umd.cs.jazz.util.ZDebug
Return the frames per second used to process input events and activities.
getInputStream(String[]) - Static method in class edu.umd.cs.jazz.io.ZInternalParser
 
getInstance() - Static method in class edu.umd.cs.jazz.util.ZObjectReferenceTable
Implements singleton for this class.
getInteractingRenderQuality() - Method in class edu.umd.cs.jazz.ZDrawingSurface
Determine the render quality that is used during interaction and animation.
getInteractionCamera() - Method in class edu.umd.cs.jazz.event.ZFilteredEventHandler
Return the camera that should be used for camera interactions for the current event.
getInverseTransform() - Method in class edu.umd.cs.jazz.ZTransformGroup
Returns the inverse of the transform associated with this node.
getInverseViewTransform() - Method in class edu.umd.cs.jazz.ZCamera
Returns a copy of the inverse view transform associated with this camera.
getInverseViewTransformReference() - Method in class edu.umd.cs.jazz.ZCamera
Returns a reference to the inverse view transform associated with this camera.
getInvertChildren() - Method in class edu.umd.cs.jazz.ZPathLayoutManager
Gets whether this layout manager inverts its children before laying them out.
getInvertChildren() - Method in class edu.umd.cs.jazz.ZGridLayoutManager
Gets whether this layout manager inverts its children before laying them out.
getInvisibleGroup() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns a ZInvisibleGroup to use for a node, inserting one above the edited node if none exists.
getJazzObject(Object) - Method in class edu.umd.cs.jazz.util.ZSceneGraphTreeModel
Returns the object as a jazz ZSceneGraphObject.
getJazzOffset() - Method in class edu.umd.cs.jazz.component.ZMenu
 
getKey() - Method in class edu.umd.cs.jazz.util.ZProperty
Determine the key of this property.
getLastMarqueeSelection() - Method in class edu.umd.cs.jazz.event.ZSelectionModifyHandler
Get the collection of nodes that were in the last marquee selection.
getLayer() - Method in class edu.umd.cs.jazz.util.ZCanvas
Return the "layer".
getLayers() - Method in class edu.umd.cs.jazz.ZCamera
Returns a copy of the list of layers that this camera looks onto.
getLayersReference() - Method in class edu.umd.cs.jazz.ZCamera
Returns a reference to the actual layers array of this camera.
getLayersReference() - Method in class edu.umd.cs.jazz.util.ZNullList
 
getLayersReference() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZLayerGroupListImpl
 
getLayersReference() - Method in interface edu.umd.cs.jazz.util.ZList.ZLayerGroupList
 
getLayoutChild() - Method in class edu.umd.cs.jazz.ZLayoutGroup
Returns the current layout child for this node.
getLayoutGroup() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns a ZLayoutGroup to use for a node, inserting one above the edited node if none exists.
getLayoutManager() - Method in class edu.umd.cs.jazz.ZLayoutGroup
Returns the current layout manager for this node.
getLayoutStartPoint() - Method in class edu.umd.cs.jazz.ZGridLayoutManager
Gets the layout start point
getLine() - Method in class edu.umd.cs.jazz.component.ZLine
Return the line.
getLine() - Static method in class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
Deprecated.  
getLinkStyle() - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Get the value of linkStyle.
getListenerList() - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Return this objects current event listener list.
getListenerType() - Method in class edu.umd.cs.jazz.event.ZTransformEvent
Returns the ZTransformLister class.
getListenerType() - Method in class edu.umd.cs.jazz.event.ZNodeEvent
Returns the ZNodeLister class.
getListenerType() - Method in class edu.umd.cs.jazz.event.ZMouseMotionEvent
Returns the ZMouseMotionLister class.
getListenerType() - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Returns the ZMouseLister class.
getListenerType() - Method in class edu.umd.cs.jazz.event.ZGroupEvent
Returns the ZGroupLister class.
getListenerType() - Method in interface edu.umd.cs.jazz.event.ZEvent
Get the listener type for this event.
getListenerType() - Method in class edu.umd.cs.jazz.event.ZCameraEvent
Returns the ZCameraLister class.
getLocalPoint() - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Returns the x,y position of the event in the local coordinate system of the node the event occurred on.
getLocalToGlobalTransform() - Method in class edu.umd.cs.jazz.ZTransformGroup
Return the transform that converts local coordinates at this node to global coordinates at the root node.
getLocalToGlobalTransform() - Method in class edu.umd.cs.jazz.ZNode
Return the transform that converts local coordinates at this node to global coordinates at the root node.
getLocalX() - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Returns the horizontal x position of the event in the local coordinate system of the node the event occurred on.
getLocalY() - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Returns the vertical y position of the event in the local coordinate system of the node the event occurred on.
getLocator() - Method in class edu.umd.cs.jazz.ZHandle
Return the locator that the handle uses to locate itself when it computes its bounds.
getLoopCount() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Returns the number of times this alpha should run over its full range.
getMagnification() - Method in class edu.umd.cs.jazz.ZCamera
Returns the current magnification of this camera.
getMarqueeLayer() - Method in class edu.umd.cs.jazz.event.ZSelectionModifyHandler
Get the layer that the marquee upon which the marquee should be drawn.
getMarqueeLayer() - Method in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
 
getMarqueeLeaf() - Method in class edu.umd.cs.jazz.event.ZSelectionModifyHandler
Return the leaf from which the marquee visual component should hang.
getMarqueeVisualComponent() - Method in class edu.umd.cs.jazz.event.ZSelectionModifyHandler
Return the visual component used to draw the marquee.
getMatchingProperty(Object) - Method in class edu.umd.cs.jazz.util.ZNullList
 
getMatchingProperty(Object) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZPropertyListImpl
 
getMatchingProperty(Object) - Method in interface edu.umd.cs.jazz.util.ZList.ZPropertyList
 
getMatrix(double[]) - Method in class edu.umd.cs.jazz.ZTransformGroup
Retrieves the 6 specifiable values in the affine transformation, and places them into an array of double precisions values.
getMatrix(double[]) - Method in interface edu.umd.cs.jazz.ZTransformable
Retrieves the 6 specifiable values of the affine transformation, and places them into an array of double precisions values.
getMatrix(double[]) - Method in class edu.umd.cs.jazz.ZCamera
Returns the view transform matrix.
getMaxChildren() - Method in class edu.umd.cs.jazz.ZSpatialIndex
Get the maximum number of children per node.
getMaxMag() - Method in class edu.umd.cs.jazz.ZFadeGroup
Get the maximum magnification for this node, as defined by the fade type.
getMaxMagnification() - Method in class edu.umd.cs.jazz.event.ZoomEventHandler
Return the max magnification that the zooming action is bound by.
getMessage() - Method in class edu.umd.cs.jazz.io.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class edu.umd.cs.jazz.io.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMinChildren() - Method in class edu.umd.cs.jazz.ZSpatialIndex
Get the minimum number of children per node.
getMinDragStartDistance() - Method in class edu.umd.cs.jazz.event.ZDragSequenceEventHandler
Return the distance in screen coords that the mouse needs to move before a drag sequence will be started.
getMinMag() - Method in class edu.umd.cs.jazz.ZFadeGroup
Get the minimumn magnification for this node, as defined by the fade type.
getMinMagnification() - Method in class edu.umd.cs.jazz.event.ZoomEventHandler
Return the min magnification that the zooming action is bound by.
getMode() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Return the mode that this alpha is using to generate its values.
getMouseEvent() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getMouseFilter() - Method in class edu.umd.cs.jazz.event.ZSelectionMoveHandler
Moving works with BUTTON1 by default.
getMouseFilter() - Method in class edu.umd.cs.jazz.event.ZSelectionModifyHandler
Modifying the selection works with BUTTON1 by default.
getMouseFilter() - Method in class edu.umd.cs.jazz.event.ZPanEventHandler
Return the event filter.
getMouseFilter() - Method in class edu.umd.cs.jazz.event.ZoomToEventHandler
Return the event filter.
getMouseFilter() - Method in class edu.umd.cs.jazz.event.ZoomEventHandler
Return the current event filter.
getMouseFilter() - Method in class edu.umd.cs.jazz.event.ZHandleEventHandler
ZHandles are dragged with BUTTON1 by default.
getMouseFilter() - Method in class edu.umd.cs.jazz.event.ZFilteredEventHandler
Returns the filter currently in effect for this event handler.
getMousePressedScreenPoint() - Method in class edu.umd.cs.jazz.event.ZDragSequenceEventHandler
Return the point in screen coords where the mouse was pressed.
getName() - Method in class edu.umd.cs.jazz.ZNameGroup
Get the name associated with this name group node.
getNameGroup() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns a ZNameGroup to use for a node, inserting one above the edited node if none exists.
getNameGroup(String) - Static method in class edu.umd.cs.jazz.ZNameGroup
Returns the ZNameGroup node associated with the specified name.
getNewMarqueeSelection(ZBounds) - Method in class edu.umd.cs.jazz.event.ZSelectionModifyHandler
Return the collection of nodes that intersect aBounds from the interaction cameras perspective.
getNewObjectReference(ZSceneGraphObject) - Method in class edu.umd.cs.jazz.util.ZObjectReferenceTable
This method is called to test if a node that is referenced by the object has been duplicated in the new cloned sub-graph.
getNextToken() - Static method in class edu.umd.cs.jazz.io.ZInternalParserTokenManager
 
getNextToken() - Static method in class edu.umd.cs.jazz.io.ZInternalParser
 
getNode() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getNode() - Method in class edu.umd.cs.jazz.event.ZNodeEvent
Returns the node whose bounds has changed.
getNode() - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Determine the node the event originated at.
getNode() - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the nearest ZNode to the picked object.
getNode() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns the node being edited.
getNodeArea(ZNode) - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Gets the stored area for the given node
getNodesReference() - Method in class edu.umd.cs.jazz.util.ZNullList
 
getNodesReference() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZNodeListImpl
 
getNodesReference() - Method in interface edu.umd.cs.jazz.util.ZList.ZNodeList
 
getNodesSearched() - Method in class edu.umd.cs.jazz.ZSpatialIndex
Get number of nodes searched for most recent query.
getNodeToSelect(ZMouseEvent) - Method in class edu.umd.cs.jazz.event.ZSelectionModifyHandler
Return the node that should be selected for the given event, null if no node should be selected.
getNodeToZoomTo(ZMouseEvent) - Method in class edu.umd.cs.jazz.event.ZoomToEventHandler
Return the node that should be zoomed to for the given event.
getNodeUnderMouse(ZMouseEvent) - Method in class edu.umd.cs.jazz.event.ZLinkEventHandler
This method returns the current pickable node that is under the mouse cursor even in the case when the mouse is being dragged.
getNoFlipConstrainScaleX() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getNoFlipConstrainScaleY() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getNoFlipScaleX() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getNoFlipScaleY() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getNormal() - Method in class edu.umd.cs.jazz.ZLocator
Return the normal of the location.
getNumberPoints() - Method in class edu.umd.cs.jazz.component.ZCoordList
Get the number of points in this coordinate list.
getNumCameras() - Method in class edu.umd.cs.jazz.ZLayerGroup
Return the number of cameras of this group node.
getNumCameras() - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the number of internal cameras between the root and the terminal object.
getNumCells() - Method in class edu.umd.cs.jazz.ZGridLayoutManager
Gets the number of cells on the grid axis
getNumChildren() - Method in class edu.umd.cs.jazz.ZGroup
Return the number of children of this group node.
getNumLayers() - Method in class edu.umd.cs.jazz.ZCamera
Returns the number of layers of this camera.
getNumParents() - Method in class edu.umd.cs.jazz.ZVisualComponent
Return the number of parents of this visual component.
getNumParents() - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the number of internal ZSceneGraphObjects between the root and the terminal object.
getNumVisualComponents() - Method in class edu.umd.cs.jazz.ZVisualLeaf
Return the number of visual components of this visual leaf.
getObject() - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the terminal object in the path.
getObject(String) - Method in class edu.umd.cs.jazz.io.ZInternalParser
 
getObjectTable() - Method in class edu.umd.cs.jazz.io.ZInternalParser
 
getOrderFor(Class) - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns the order where aType of editor group should be inserted above the edit node.
getOriginalException() - Method in class edu.umd.cs.jazz.util.ZNoninvertibleTransformException
Returns the original ZNoninvertibleTransformException that caused Jazz to throw this exception.
getOriginalObject() - Method in class edu.umd.cs.jazz.util.ZDanglingReferenceException
Returns the original object being searched for.
getOrigTransform() - Method in class edu.umd.cs.jazz.event.ZTransformEvent
For transform change events, this returns the value of the transform before the transform was changed.
getOrigViewTransform() - Method in class edu.umd.cs.jazz.event.ZCameraEvent
For view change events, this returns the value of the view transform before the view transform was changed.
getOutputFPS() - Static method in class edu.umd.cs.jazz.util.ZDebug
Return the frames per seconds used to paint graphics to the screen.
getPaintCount() - Static method in class edu.umd.cs.jazz.util.ZDebug
Returns the number of nodes that painted themselves during the last render.
getPanEventHandler() - Method in class edu.umd.cs.jazz.util.ZCanvas
Return the pan event handler.
getParent() - Method in class edu.umd.cs.jazz.ZNode
Get the node's parent.
getParent(int) - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the i'th scene graph object between the root and the terminal object.
getParents() - Method in class edu.umd.cs.jazz.ZVisualComponent
Return a copy of the array of parents of this node.
getParentsReference() - Method in class edu.umd.cs.jazz.ZVisualComponent
Returns a reference to the parents of this component.
getPath() - Method in class edu.umd.cs.jazz.component.ZPath
Return the path.
getPath() - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Determine the path the event took from the ZCanvas down to the visual component.
getPenColor() - Method in class edu.umd.cs.jazz.ZSelectionGroup
Get the pen color that is used to render the selection.
getPenColor() - Method in class edu.umd.cs.jazz.component.ZText
Returns the current pen color.
getPenColor() - Method in interface edu.umd.cs.jazz.component.ZPenColor
Get the pen color of this visual component.
getPenColor() - Method in class edu.umd.cs.jazz.component.ZLabel
Returns the current pen color.
getPenColor() - Method in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Deprecated. As of Jazz version 1.1, replaced by ZPenPaint.getPenPaint().
getPenPaint() - Method in class edu.umd.cs.jazz.component.ZText
Returns the current pen paint.
getPenPaint() - Method in interface edu.umd.cs.jazz.component.ZPenPaint
Get the pen paint of this visual component.
getPenPaint() - Method in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Get the pen paint of this visual component.
getPenPaintTarget() - Method in class edu.umd.cs.jazz.animation.ZColorAnimation
Return the pen paint target of this color animation.
getPenWidth() - Method in interface edu.umd.cs.jazz.component.ZStroke
Get the width of the pen used to draw the visual component.
getPenWidth() - Method in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Get the width of the pen used to draw the visual component.
getPenWidthForCurrentContext() - Method in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Get the width of the pen used to draw the visual component while taking the current render context into consideration.
getPhaseDelayDuration() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Return the number of milliseconds after trigger time to wait before starting this alpha.
getPoint(Point2D) - Method in class edu.umd.cs.jazz.ZLocator
Get the located point.
getPreviousScreenPoint() - Method in class edu.umd.cs.jazz.event.ZDragSequenceEventHandler
Returns the screen location of the previous filtered mouse event.
getPropertiesReference() - Method in class edu.umd.cs.jazz.util.ZNullList
 
getPropertiesReference() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZPropertyListImpl
 
getPropertiesReference() - Method in interface edu.umd.cs.jazz.util.ZList.ZPropertyList
 
getQuadCurve() - Method in class edu.umd.cs.jazz.component.ZQuadCurve
Return the current curve.
getRect() - Method in class edu.umd.cs.jazz.component.ZRectangle
Return the rectangle.
getRect() - Method in class edu.umd.cs.jazz.component.ZPath
Return rectangle.
getRelativePath(String, String) - Method in class edu.umd.cs.jazz.component.ZImage
Returns the directory path of a file name, relative to another absolute path basePath.
getRenderingCamera() - Method in class edu.umd.cs.jazz.util.ZRenderContext
Get the current camera being rendered within.
getRenderQuality() - Method in class edu.umd.cs.jazz.ZDrawingSurface
Determine the render quality that is used when not interacting or animating.
getResizedMarqueeBounds(ZMouseEvent, Dimension2D) - Method in class edu.umd.cs.jazz.event.ZSelectionModifyHandler
Resize the marquee by aScreenDelta and return the resulting bounds.
getRoot() - Method in class edu.umd.cs.jazz.ZVisualComponent
Returns the root of the scene graph that this component is in.
getRoot() - Method in class edu.umd.cs.jazz.ZNode
Traverse the tree, find the root node, and return it.
getRoot() - Method in class edu.umd.cs.jazz.ZCamera
Returns the root of the scene graph that this camera is looking at.
getRoot() - Method in class edu.umd.cs.jazz.util.ZSceneGraphTreeModel
Returns the root of the tree.
getRoot() - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the root node for this path.
getRoot() - Method in class edu.umd.cs.jazz.util.ZCanvas
Return the root of the scenegraph.
getRotation() - Method in class edu.umd.cs.jazz.ZTransformGroup
Returns the current rotation of this node
getRounedRect() - Method in class edu.umd.cs.jazz.component.ZRoundedRectangle
Return the current shape.
getScale() - Method in class edu.umd.cs.jazz.ZTransformGroup
Returns the current scale of this transform.
getScale() - Method in class edu.umd.cs.jazz.ZCamera
Returns the current scale of this transform.
getScaleFactor() - Method in class edu.umd.cs.jazz.event.ZSelectionScaleHandler
Get the scale factor for incremental scales.
getScaleX() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getScaleY() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getSceneGraphObject() - Method in class edu.umd.cs.jazz.ZLocator
Return the scene graph object that the locator is locating points on.
getSceneGraphObjectsReference() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZSceneGraphObjectListImpl
 
getSceneGraphObjectsReference() - Method in interface edu.umd.cs.jazz.util.ZList.ZSceneGraphObjectList
 
getScreenImage(int) - Method in class edu.umd.cs.jazz.util.ZCanvas
Generate a copy of the view in the current camera scaled so that the aspect ratio of the screen is maintained, and the larger dimension is scaled to match the specified parameter.
getScreenImage(int, int) - Method in class edu.umd.cs.jazz.util.ZCanvas
Generate a copy of the current camera scaled to the specified dimensions.
getScrollDirector() - Method in class edu.umd.cs.jazz.util.ZViewport
 
getSelectedNodes(ZCamera) - Static method in class edu.umd.cs.jazz.ZSelectionManager
Return a list of the selected nodes in the portion of the scenegraph visible from the specified camera.
getSelectedNodes(ZCamera) - Static method in class edu.umd.cs.jazz.ZSelectionGroup
Deprecated. as of Jazz 1.1, replaced by ZSelectionManager.getSelectedNodes(ZCamera)
getSelectedNodes(ZNode) - Static method in class edu.umd.cs.jazz.ZSelectionManager
Return a list of the selected nodes in the subtree rooted at the specified node (including the root if it is selected).
getSelectedNodes(ZNode) - Static method in class edu.umd.cs.jazz.ZSelectionGroup
Deprecated. as of Jazz 1.1, replaced by ZSelectionManager.getSelectedNodes(ZNode)
getSelectedObjects() - Method in class edu.umd.cs.jazz.util.ZSceneGraphTreeView
Internal method: Get selected items from Tree.
getSelectionDeleteHandler() - Method in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
This method returns the current selection delete handler if ZCompositeSelectionHandler.DELETE is enabled.
getSelectionGroup() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns a ZSelectionGroup to use for a node, inserting one above the edited node if none exists.
getSelectionModifyHandler() - Method in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
This method returns the current selection modify handler if ZCompositeSelectionHandler.MODIFY is enabled.
getSelectionMoveHandler() - Method in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
This method returns the current selection move handler if ZCompositeSelectionHandler.MOVE is enabled.
getSelectionResizeHandler() - Method in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
This method returns the current selection resize handler if ZCompositeSelectionHandler.RESIZE is enabled.
getSelectionScaleHandler() - Method in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
This method returns the current selection scale handler if ZCompositeSelectionHandler.SCALE is enabled.
getShallowBounds() - Method in class edu.umd.cs.jazz.ZVisualGroup
Return the bounds of this ZGroup without taking the groups children into consideration.
getShallowBounds() - Method in class edu.umd.cs.jazz.ZGroup
Return the bounds of this ZGroup without taking the groups children into consideration.
getShape() - Method in class edu.umd.cs.jazz.ZPathLayoutManager
Get the shape currently in use by this object.
getShape() - Method in class edu.umd.cs.jazz.component.ZShape
Return the current shape.
getShape() - Method in class edu.umd.cs.jazz.component.ZRoundedRectangle
Return the current shape.
getShape() - Method in class edu.umd.cs.jazz.component.ZRectangle
Return the shape.
getShape() - Method in class edu.umd.cs.jazz.component.ZQuadCurve
Return the current shape.
getShape() - Method in class edu.umd.cs.jazz.component.ZPath
Return the shape.
getShape() - Method in class edu.umd.cs.jazz.component.ZLine
Return the current shape.
getShape() - Method in class edu.umd.cs.jazz.component.ZEllipse
Return the shape.
getShape() - Method in class edu.umd.cs.jazz.component.ZCubicCurve
Return the current shape.
getShape() - Method in class edu.umd.cs.jazz.component.ZCoordList
Return the current shape.
getShape() - Method in class edu.umd.cs.jazz.component.ZArc
Return the current shape.
getShouldHaveScrollPane() - Method in class edu.umd.cs.jazz.util.ZFrame
Return true if the ZCanvas should be wrapped in a ZScrollPane.
getSourceColor() - Method in class edu.umd.cs.jazz.animation.ZColorAnimation
Return the source color, the color that the animation will start at.
getSourceStroke() - Method in class edu.umd.cs.jazz.animation.ZStrokeAnimation
Return the source stroke, the stroke that the animation will start at.
getSourceTransform() - Method in class edu.umd.cs.jazz.animation.ZTransformAnimation
Return the source transform matrix, the transform matrix that the animation will start at.
getSpace() - Method in class edu.umd.cs.jazz.ZPathLayoutManager
The current spacing used by the layout algorithm during its first iteration.
getSpatialIndexGroup() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns a ZSpatialIndexGroup to use for a node, inserting one above the edited node if none exists.
getStatus() - Method in class edu.umd.cs.jazz.ZSpatialIndex
Return true if indexing is on, otherwise false.
getStickyGroup() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns a ZStickyGroup to use for a node, inserting one above the edited node if none exists.
getStickyPoint() - Method in class edu.umd.cs.jazz.ZStickyGroup
Returns a Dimension specifying a point on the sticky object that remains fixed as the scene is zoomed (for StickyZ only).
getStopTime() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Returns the stop time for the alpha in milliseconds since midnight, January 1, 1970 UTC.
getStroke() - Method in interface edu.umd.cs.jazz.component.ZStroke
Get the stroke used to draw the visual component.
getStroke() - Method in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Get the stroke used to draw the visual component.
getStrokeTarget() - Method in class edu.umd.cs.jazz.animation.ZStrokeAnimation
Return the target of this stroke animation.
getStrokeTransformForAbsPenWidth(double) - Method in class edu.umd.cs.jazz.component.ZShape
This method returns a transform used for the implementation of abs pen width.
GetSuffix(int) - Static method in class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
 
getSwingEventHandler() - Method in class edu.umd.cs.jazz.util.ZCanvas
Returns the event handler that supports events for Swing Visual Components.
getSwingWrapper() - Method in class edu.umd.cs.jazz.util.ZCanvas
Returns the component to which Swing components are added to function properly in Jazz.
getText() - Method in class edu.umd.cs.jazz.component.ZText
Return the text within this text component.
getText() - Method in class edu.umd.cs.jazz.component.ZLabel
Return the text within this label component.
getTimer() - Method in class edu.umd.cs.jazz.animation.ZAnimationScheduler
Return the animation schedulers timer.
getToken(int) - Static method in class edu.umd.cs.jazz.io.ZInternalParser
 
getTolerance() - Method in class edu.umd.cs.jazz.ZPathLayoutManager
Get the tolerance allowed if exact spacing is specified.
getTop() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
If ZSceneGraphEditor has inserted groups above a node, this returns the topmost of those groups (the group nearest the root of the scene graph).
getTopCamera() - Method in class edu.umd.cs.jazz.event.ZFilteredEventHandler
Return the to camera for the current event.
getTopCamera() - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the top-level camera in the path.
getTopCameraNode() - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the node associated with the top-level camera in the path.
getTotalFPS() - Static method in class edu.umd.cs.jazz.util.ZDebug
Return how many frames are processed and painted per second.
getTransform() - Method in class edu.umd.cs.jazz.ZTransformGroup
Returns a copy of the transform that that this node specifies.
getTransform() - Method in class edu.umd.cs.jazz.event.ZTransformEvent
Returns the originator of the event.
getTransform() - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Returns the transform for this path.
getTransformablesReference() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZTransformableListImpl
 
getTransformablesReference() - Method in interface edu.umd.cs.jazz.util.ZList.ZTransformableList
 
getTransformGroup() - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
Returns a ZTransformGroup to use for a node, inserting one above the edited node if none exists.
getTransformReference() - Method in class edu.umd.cs.jazz.ZTransformGroup
Returns a reference to the transform that that this node specifies.
getTransformTarget() - Method in class edu.umd.cs.jazz.animation.ZTransformAnimation
Return the target of this transform animation.
getTranslateX() - Method in class edu.umd.cs.jazz.ZTransformGroup
Returns the current X translation of this node
getTranslateX() - Method in class edu.umd.cs.jazz.ZCamera
Returns the current X translation of this object
getTranslateX() - Method in class edu.umd.cs.jazz.component.ZText
Get the X offset translation.
getTranslateX() - Method in class edu.umd.cs.jazz.component.ZLabel
Get the X offset translation.
getTranslateX() - Method in class edu.umd.cs.jazz.component.ZImage
Get the X offset translation.
getTranslateY() - Method in class edu.umd.cs.jazz.ZTransformGroup
Returns the current Y translation of this node
getTranslateY() - Method in class edu.umd.cs.jazz.ZCamera
Returns the current Y translation of this object
getTranslateY() - Method in class edu.umd.cs.jazz.component.ZText
Get the Y offset translation.
getTranslateY() - Method in class edu.umd.cs.jazz.component.ZLabel
Get the Y offset translation.
getTranslateY() - Method in class edu.umd.cs.jazz.component.ZImage
Get the Y offset translation.
getTranslation() - Method in class edu.umd.cs.jazz.ZTransformGroup
Returns the current translation of this node
getTranslation() - Method in class edu.umd.cs.jazz.ZCamera
Returns the current translation of this object
getTranslation() - Method in class edu.umd.cs.jazz.component.ZText
Get the text translation offset.
getTranslation() - Method in class edu.umd.cs.jazz.component.ZLabel
Get the text translation offset.
getTranslation() - Method in class edu.umd.cs.jazz.component.ZImage
Get the image translation offset.
getTriggerTime() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Returns the trigger time for the alpha in milliseconds since midnight, January 1, 1970 UTC.
getTrueLocationOnScreen() - Method in class edu.umd.cs.jazz.component.ZMenu
 
getTruePopupMenuOrigin() - Method in class edu.umd.cs.jazz.component.ZMenu
Get the true origin for the PopupMenu, ie.
getUrl() - Method in class edu.umd.cs.jazz.component.ZImage
Return the URL associated with this image object.
getUseFractionalMetrics() - Method in class edu.umd.cs.jazz.ZDrawingSurface
Get whether fraction metrics will be used
getValue() - Method in class edu.umd.cs.jazz.util.ZProperty
Determine the value of this property.
getVerticalSpacing() - Method in class edu.umd.cs.jazz.ZGridLayoutManager
Gets the current vertical spacing
getViewBounds() - Method in class edu.umd.cs.jazz.ZCamera
Returns the bounds that this Camera sees in global scene coordinates.
getViewPosition() - Method in class edu.umd.cs.jazz.util.ZViewport
Gets the view position from the scroll director based on the current extent size
getViewPosition(Rectangle2D) - Method in interface edu.umd.cs.jazz.util.ZScrollDirector
Get the View position given the specified camera bounds
getViewPosition(Rectangle2D) - Method in class edu.umd.cs.jazz.util.ZDefaultScrollDirector
Get the View position given the specified camera bounds
getViewSize() - Method in class edu.umd.cs.jazz.util.ZViewport
Gets the view size from the scroll director based on the current extent size
getViewSize(Rectangle2D) - Method in class edu.umd.cs.jazz.util.ZViewport
Gets the view size from the scroll director based on the specified extent size
getViewSize(Rectangle2D) - Method in interface edu.umd.cs.jazz.util.ZScrollDirector
Get the size of the view based on the specified camera bounds
getViewSize(Rectangle2D) - Method in class edu.umd.cs.jazz.util.ZDefaultScrollDirector
Get the size of the view based on the specified camera bounds
getViewTransform() - Method in class edu.umd.cs.jazz.ZCamera
Returns a copy of the view transform that specifes where in space this camera looks.
getVisibleBounds() - Method in class edu.umd.cs.jazz.util.ZRenderContext
Get the visible bounds of the current render in the local coordinate system.
getVisualComponent(int) - Method in class edu.umd.cs.jazz.ZVisualLeaf
Returns the i'th visual component of this node.
getVisualComponentBounds() - Method in class edu.umd.cs.jazz.ZVisualLeaf
Return a copy of the bounds of this node's visual components in local coordinates.
getVisualComponentGlobalBounds() - Method in class edu.umd.cs.jazz.ZVisualLeaf
Return a copy of the bounds of this node's visual components in global coordinates.
getVisualComponents() - Method in class edu.umd.cs.jazz.ZVisualLeaf
Return the visual components associated with this visual leaf.
getVisualComponentsReference() - Method in class edu.umd.cs.jazz.util.ZNullList
 
getVisualComponentsReference() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZVisualComponentListImpl
 
getVisualComponentsReference() - Method in interface edu.umd.cs.jazz.util.ZList.ZVisualComponentList
 
getVolatileBounds() - Method in class edu.umd.cs.jazz.ZVisualLeaf
Determines if this node is volatile.
getVolatileBounds() - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Determines if this node is volatile.
getVolatileBounds() - Method in class edu.umd.cs.jazz.ZGroup
Determine if this ZGroup is volatile.
getWaveLength() - Method in class edu.umd.cs.jazz.animation.ZAlpha
Return the amount of time in milliseconds that on iteration over the values of this alpha takes.
getWidth() - Method in class edu.umd.cs.jazz.component.ZShape
Return the width of this ellipse.
getWidth() - Method in class edu.umd.cs.jazz.component.ZPath
Return width of rectangle.
getWidth() - Method in class edu.umd.cs.jazz.component.ZImage
Return width of image.
getWidth() - Method in class edu.umd.cs.jazz.util.ZDimension
Returns the width of this Dimension in double precision.
getWriteEmbeddedImage() - Method in class edu.umd.cs.jazz.component.ZImage
Determine if this image gets saved by writing the binary image into the file.
getX() - Method in class edu.umd.cs.jazz.ZLocator
Return the x coord of the located point.
getX() - Method in class edu.umd.cs.jazz.ZBoundsLocator
Return the x coord of the located point.
getX() - Method in class edu.umd.cs.jazz.component.ZShape
Returns the x coordinate of the upper left corner of the framing rectangle in double precision.
getX() - Method in class edu.umd.cs.jazz.component.ZPath
Return x-coord of rectangle.
getX() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getX(int) - Method in class edu.umd.cs.jazz.component.ZCoordList
Return the X-coord of the vertex located in the specified index.
getXCoords() - Method in class edu.umd.cs.jazz.component.ZCoordList
Get an array of the X coordinates of the points in this coordinate list.
getY() - Method in class edu.umd.cs.jazz.ZLocator
Return the y coord of the located point.
getY() - Method in class edu.umd.cs.jazz.ZBoundsLocator
Return the y coord of the located point.
getY() - Method in class edu.umd.cs.jazz.component.ZShape
Returns the Y coordinate of the upper left corner of the framing rectangle in double precision.
getY() - Method in class edu.umd.cs.jazz.component.ZPath
Return y-coord of rectangle.
getY() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeEvent
 
getY(int) - Method in class edu.umd.cs.jazz.component.ZCoordList
Return the Y-coord of the vertex located in the specified index.
getYCoords() - Method in class edu.umd.cs.jazz.component.ZCoordList
Get an array of the Y coordinates of the points in this coordinate list.
getZoomEventHandler() - Method in class edu.umd.cs.jazz.util.ZCanvas
Return the zoom event handler.
getZoomTime() - Method in class edu.umd.cs.jazz.event.ZoomToEventHandler
Return the amount of time that the zoom action should take.
GLOBAL_BOUNDS_CHANGED - Static variable in class edu.umd.cs.jazz.event.ZNodeEvent
This event indicates that a node's global bounds changed.
globalBoundsChanged(ZNodeEvent) - Method in interface edu.umd.cs.jazz.event.ZNodeListener
Invoked when a node has its global bounds changed.
globalBoundsChanged(ZNodeEvent) - Method in class edu.umd.cs.jazz.event.ZNodeAdapter
Invoked when a node's global bounds have changed
globalBoundsChanged(ZNodeEvent) - Method in class edu.umd.cs.jazz.util.ZDefaultScrollDirector
Invoked when a node has its global bounds changed.
globalToLocal(Dimension2D) - Method in class edu.umd.cs.jazz.ZNode
Transform the specified dimension (in global coordinates) to local coordinates in this node's coordinate system.
globalToLocal(Point2D) - Method in class edu.umd.cs.jazz.ZNode
Transform the specified point (in global coordinates) to local coordinates in this node's coordinate system.
globalToLocal(Rectangle2D) - Method in class edu.umd.cs.jazz.ZNode
Transform the specified rectangle (in global coordinates) to local coordinates in this node's coordinate system.
greekColor - Variable in class edu.umd.cs.jazz.component.ZText
Color for greek text.
greekThreshold - Variable in class edu.umd.cs.jazz.component.ZText
Below this magnification text is rendered as greek.
GROUP_FIRST - Static variable in class edu.umd.cs.jazz.event.ZGroupEvent
The first number in the range of ids used for group events.
GROUP_LAST - Static variable in class edu.umd.cs.jazz.event.ZGroupEvent
The last number in the range of ids used for group events.

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.