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

A

ABSOLUTE_SCREEN_SIZE - Static variable in class edu.umd.cs.jazz.ZFadeGroup
FadeType: Fade on absolute screen size in pixels.
absPenWidth - Variable in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Current absolute pen width.
accept(ZMouseEvent) - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Return true if the event should be accepted, false if it should not.
accept(ZNode) - Method in class edu.umd.cs.jazz.util.ZMagBoundsFindFilter
Determine if the specified node is accepted by this filter.
accept(ZNode) - Method in interface edu.umd.cs.jazz.util.ZFindFilter
This method determines if the specified node should be accepted by the filter.
accept(ZNode) - Method in class edu.umd.cs.jazz.util.ZBoundsFindFilter
Determine if the specified node is accepted by this filter.
acceptAllClickCounts() - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Make it so that this event filter accepts all click counts.
acceptAllEventTypes() - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Make the filter accept all event types.
acceptEverything() - Method in class edu.umd.cs.jazz.event.ZMouseFilter
Make the filter accept all events.
actionPerformed(ActionEvent) - Method in class edu.umd.cs.jazz.animation.ZAnimationScheduler
This method is called when the timer fires.
actionPerformed(ActionEvent) - Method in class edu.umd.cs.jazz.util.ZScrollPane.ZScrollAction
 
actionPerformed(ActionEvent) - Method in class edu.umd.cs.jazz.util.ZScrollPane.ZScrollEndAction
 
actionPerformed(ActionEvent) - Method in class edu.umd.cs.jazz.util.ZScrollPane.ZNullAction
 
actionPerformed(ActionEvent) - Method in class edu.umd.cs.jazz.util.ZSceneGraphTreeView
Internal method that overrides java.awt.event.actionPerformed.
active - Variable in class edu.umd.cs.jazz.event.ZSwingEventHandler
True when event handlers are set active.
active - Variable in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
true when event handler is active
activeHandles - Variable in class edu.umd.cs.jazz.event.ZSelectionResizeHandler
active resize handles.
add_escapes(String) - Method in class edu.umd.cs.jazz.io.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add(double, double) - Method in class edu.umd.cs.jazz.component.ZCoordList
Add a point to the end of this coordinate list.
add(double, double) - Method in class edu.umd.cs.jazz.util.ZBounds
Adds a point, specified by the double precision arguments newx and newy, to this ZBounds object.
add(double, double, int) - Method in class edu.umd.cs.jazz.component.ZPolyline
Add a point to the specified part of this coordinate list.
add(double, double, int) - Method in class edu.umd.cs.jazz.component.ZCoordList
Add a point to the specified part of this coordinate list.
add(int, Object) - Method in class edu.umd.cs.jazz.util.ZListImpl
 
add(JMenu, String, char) - Method in class edu.umd.cs.jazz.util.ZSceneGraphTreeView
Internal method: add items a JMenu.
add(Object) - Method in class edu.umd.cs.jazz.util.ZListImpl
 
add(Point2D) - Method in class edu.umd.cs.jazz.component.ZCoordList
Add a point to the end of this coordinate list.
add(Point2D, int) - Method in class edu.umd.cs.jazz.component.ZCoordList
Add a point to the specified part of this coordinate list.
add(Rectangle2D) - Method in class edu.umd.cs.jazz.util.ZBounds
Adds a Rectangle2D object to this ZBounds object.
add(ZBounds) - Method in class edu.umd.cs.jazz.util.ZBounds
Adds a ZBounds object to this ZBounds object.
add(ZNode) - Method in class edu.umd.cs.jazz.ZSpatialIndex
internal method: Add a node to the rtree index.
addAll(Collection) - Method in class edu.umd.cs.jazz.util.ZListImpl
 
addAll(int, Collection) - Method in class edu.umd.cs.jazz.util.ZListImpl
 
addAuxiliaryVisualComponent(ZVisualComponent) - Method in class edu.umd.cs.jazz.ZSelectionGroup
Adds an auxiliary visual component to this selection group
addCameraListener(ZCameraListener) - Method in class edu.umd.cs.jazz.ZCamera
Adds the specified camera listener to receive camera events from this camera
addChar(char) - Method in class edu.umd.cs.jazz.component.ZText
Adds a character before the caret position.
addChild(ZNode) - Method in class edu.umd.cs.jazz.ZGroup
Add a node to be a new child of this group node.
addChildImpl(ZNode, boolean) - Method in class edu.umd.cs.jazz.ZGroup
The implementation of the addChild method
addChildren(Collection) - Method in class edu.umd.cs.jazz.ZGroup
Adds a collection of nodes to be new children of this group node.
addChildren(Collection, boolean) - Method in class edu.umd.cs.jazz.ZGroup
Adds a collection of nodes to be new children of this group node.
addClientProperty(ZProperty) - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Internal method to add the specified property.
addDirtyRegion(JComponent, int, int, int, int) - Method in class edu.umd.cs.jazz.util.ZCanvas.ZBasicRepaintManager
This is the method "repaint" now calls in the Swing components.
addEnterChar() - Method in class edu.umd.cs.jazz.component.ZText
Creates a new line of text, splitting the current line at the caret position.
addEscapes(String) - Static method in class edu.umd.cs.jazz.io.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addGroupListener(ZGroupListener) - Static method in class edu.umd.cs.jazz.ZSelectionManager
Add a ZGroupListener, registered for group selection events on all cameras
addGroupListener(ZGroupListener) - Method in class edu.umd.cs.jazz.ZGroup
Adds the specified group listener to receive group events from this node.
addGroupListener(ZGroupListener) - Method in class edu.umd.cs.jazz.event.ZSelectionDeleteHandler
Add a ZGroupListener, registered for nodeRemoved events.
addGroupListener(ZGroupListener, ZCamera) - Static method in class edu.umd.cs.jazz.ZSelectionManager
Add a ZGroupListener, registered for group selection events on the given camera
addHandle(ZHandle) - Method in class edu.umd.cs.jazz.ZHandleGroup
Add a new handle to this group.
addInvalidComponent(JComponent) - Method in class edu.umd.cs.jazz.util.ZCanvas.ZBasicRepaintManager
This is the method "revalidate" calls in the Swing components.
addLayer(ZLayerGroup) - Method in class edu.umd.cs.jazz.ZCamera
Add a portion of the scenegraph that what this camera sees.
addListener(ZTransformGroup) - Method in class edu.umd.cs.jazz.ZSpatialIndexGroup
Add a BOUNDS_CHANGED node listener to a transformGroup node, if it does not already have one.
addListenersToWindow() - Method in class edu.umd.cs.jazz.util.ZFrame
Add two listeners to the Window.
addMouseListener(ZMouseListener) - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Adds the specified mouse listener to receive mouse events from this object
addMouseMotionListener(ZMouseMotionListener) - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Adds the specified mouse motion listener to receive mouse motion events from this object
addNode(ZNode) - Method in class edu.umd.cs.jazz.ZSpatialIndex
Add a node to the rtree index.
addNodeListener(ZNodeListener) - Method in class edu.umd.cs.jazz.ZNode
Adds the specified node listener to receive node events from this node.
addObject(ZSceneGraphObject, ZSceneGraphObject) - Method in class edu.umd.cs.jazz.util.ZObjectReferenceTable
Adds an original/cloned object pair to the table.
addObject(ZSerializable) - Method in class edu.umd.cs.jazz.io.ZObjectOutputStream
Add this ZSerializable object to the list of objects to be written out.
addParent(ZNode) - Method in class edu.umd.cs.jazz.ZVisualComponent
Method to add a node to be a new parent of this component.
addResizeListener(ZSelectionResizeHandler.ResizeListener) - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler
Add a ResizeListener, registered for nodeResized events.
addTransformListener(ZTransformListener) - Method in class edu.umd.cs.jazz.ZTransformGroup
Adds the specified transform listener to receive transform events from this node
addTreeModelListener(TreeModelListener) - Method in class edu.umd.cs.jazz.util.ZSceneGraphTreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addVisualComponent(ZVisualComponent) - Method in class edu.umd.cs.jazz.ZVisualLeaf
Add a new visual component to this leaf node.
addVisualComponents(Collection) - Method in class edu.umd.cs.jazz.ZVisualLeaf
Add a collection of new visual components to this leaf node.
adjustBeginLineColumn(int, int) - Static method in class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
Method to adjust line and column numbers for the start of a token.
adjustForHSB(boolean, Rectangle, Rectangle, Insets) - Method in class edu.umd.cs.jazz.util.ZScrollPaneLayout
Copied FROM javax.swing.ScrollPaneLayout.adjustForHSB This method is called from ScrollPaneLayout.layoutContainer and is private in ScrollPaneLayout so it was copied here
adjustForVSB(boolean, Rectangle, Rectangle, Insets, boolean) - Method in class edu.umd.cs.jazz.util.ZScrollPaneLayout
Copied FROM javax.swing.ScrollPaneLayout.adjustForVSB This method is called from ScrollPaneLayout.layoutContainer and is private in ScrollPaneLayout so it was copied here
ALL_AVAILABLE - Static variable in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
Flag used to indicate all available selection behaviors
ALL_MODIFIERS_MASK - Static variable in class edu.umd.cs.jazz.event.ZMouseFilter
A mask containing all modifiers.
ALPHA_DECREASING - Static variable in class edu.umd.cs.jazz.animation.ZAlpha
 
alpha_DEFAULT - Static variable in class edu.umd.cs.jazz.ZFadeGroup
 
ALPHA_INCREASING - Static variable in class edu.umd.cs.jazz.animation.ZAlpha
 
ALPHA_INCREASING_AND_DECREASING - Static variable in class edu.umd.cs.jazz.animation.ZAlpha
 
ANCHOR_GROUP_ORDER - Static variable in class edu.umd.cs.jazz.util.ZSceneGraphEditor
 
angleBetweenPoints(double, double, double, double, double, double) - Static method in class edu.umd.cs.jazz.util.ZUtil
Returns the angle in radians between point a and point b from point pt, that is the angle between a-pt-b.
angleBetweenPoints(Point2D, Point2D, Point2D) - Static method in class edu.umd.cs.jazz.util.ZUtil
Returns the angle in radians between point a and point b from point pt, that is the angle between a-pt-b.
ANIMATE_METHODS_USE_ANIMATION_FRAMEWORK - Static variable in class edu.umd.cs.jazz.ZTransformGroup
Jazz animation framework was added after ZTransformGroups animate methods were coded.
animate(AffineTransform, int, ZDrawingSurface) - Method in class edu.umd.cs.jazz.ZCamera
Set the transform of this camera to the specified transform, and animate the change from its current transformation over the specified number of milliseconds using a slow-in slow-out animation.
animate(ZTransformable[], AffineTransform[], int, ZDrawingSurface) - Static method in class edu.umd.cs.jazz.ZTransformGroup
Set the transforms of the specified array of nodes to the specified array of transforms, and animate the change over the specified number of milliseconds using a slow-in slow-out animation.
animate(ZTransformable[], AffineTransform[], int, ZDrawingSurface, ZLerp) - Static method in class edu.umd.cs.jazz.ZTransformGroup
Set the transforms of the specified array of nodes to the specified array of transforms, and animate the change over the specified number of milliseconds using a slow-in slow-out animation.
animate(ZTransformable, AffineTransform, int, ZDrawingSurface) - Static method in class edu.umd.cs.jazz.ZTransformGroup
Set the transform of the specified node to the specified transform, and animate the change from its current transformation over the specified number of milliseconds using a slow-in slow-out animation.
animate(ZTransformable, AffineTransform, int, ZDrawingSurface, ZLerp) - Static method in class edu.umd.cs.jazz.ZTransformGroup
Set the transform of the specified node to the specified transform, and animate the change from its current transformation over the specified number of milliseconds using a slow-in slow-out animation.
animateFrameForTime(long) - Method in class edu.umd.cs.jazz.animation.ZTransformAnimation
Animate one frame of this animation for the given time.
animateFrameForTime(long) - Method in class edu.umd.cs.jazz.animation.ZStrokeAnimation
Animate one frame of this animation for the given time.
animateFrameForTime(long) - Method in class edu.umd.cs.jazz.animation.ZColorAnimation
Animate one frame of this animation for the given time.
animateFrameForTime(long) - Method in class edu.umd.cs.jazz.animation.ZAnimation
Animate one frame of this animation at the specified time, and schedule a new frame to be animated if the alpha object that is scheduling this animation has not yet finished.
animationRateByElapsedFrames(long) - Method in class edu.umd.cs.jazz.animation.ZAnimation
This method makes the animation schedule its frames by elapsed frames.
animationRateByElapsedTime(long) - Method in class edu.umd.cs.jazz.animation.ZAnimation
This method makes the animation schedule its frames by elapsed time.
animationRateByNextFrame() - Method in class edu.umd.cs.jazz.animation.ZAnimation
Make it so that that this animation will be animated on every frame that the ZAnimationScheduler runs.
animationStarted() - Method in class edu.umd.cs.jazz.animation.ZAudioAnimation
Start looping the audio clip.
animationStarted() - Method in class edu.umd.cs.jazz.animation.ZAnimation
Template method that is called when the first frame of the animation is animated after play has been called.
animationStopped() - Method in class edu.umd.cs.jazz.animation.ZAudioAnimation
Stop looping the audio clip.
animationStopped() - Method in class edu.umd.cs.jazz.animation.ZAnimation
Template method that is called when the animation is temporarily stopped with the stop method or when the animation finishes.
APPDATA - Static variable in interface edu.umd.cs.jazz.io.ZInternalParserConstants
 
arc - Variable in class edu.umd.cs.jazz.component.ZArc
The wrapped Arc2D.
areaManager - Variable in class edu.umd.cs.jazz.ZTreeLayoutManager
A hashtable to store the areas for nodes using this manager.
Array(ZInternalParser) - Static method in class edu.umd.cs.jazz.io.ZInternalParser
 
ARROW_BOTH - Static variable in class edu.umd.cs.jazz.component.ZPolyline
 
ARROW_CLOSED - Static variable in class edu.umd.cs.jazz.component.ZPolyline
 
ARROW_FIRST - Static variable in class edu.umd.cs.jazz.component.ZPolyline
 
ARROW_LAST - Static variable in class edu.umd.cs.jazz.component.ZPolyline
 
ARROW_NONE - Static variable in class edu.umd.cs.jazz.component.ZPolyline
 
ARROW_OPEN - Static variable in class edu.umd.cs.jazz.component.ZPolyline
 
ASCII_UCodeESC_CharStream - class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
ASCII_UCodeESC_CharStream(InputStream, int, int) - Constructor for class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(InputStream, int, int, int) - Constructor for class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(Reader, int, int) - Constructor for class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(Reader, int, int, int) - Constructor for class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
 
available() - Method in class edu.umd.cs.jazz.io.ZExtendedInputStream
 

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.