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

D

data - Variable in class edu.umd.cs.jazz.io.ZStreamPreprocessor
 
data - Variable in class edu.umd.cs.jazz.io.ZInternalParser
 
debug - Static variable in class edu.umd.cs.jazz.util.ZDebug
Flag denoting whether debugging in general should be enabled.
debugPick - Static variable in class edu.umd.cs.jazz.util.ZDebug
Flag denoting whether to print debugging info related to picking
debugPrintFrameRate - Static variable in class edu.umd.cs.jazz.util.ZDebug
Flag denoting whether to print debugging info related to the frame rate.
debugPrintUsedMemory - Static variable in class edu.umd.cs.jazz.util.ZDebug
Flag denoting whether to print debugging info related to the memory usage.
debugRegionMgmt - Static variable in class edu.umd.cs.jazz.util.ZDebug
Flag denoting whether there is a display to help debug region management
debugRender - Static variable in class edu.umd.cs.jazz.util.ZDebug
Flag denoting whether to print debugging info related to render operations
debugRepaint - Static variable in class edu.umd.cs.jazz.util.ZDebug
Flag denoting whether to print debugging info related to repaint operations
debugSpatialIndexing - Static variable in class edu.umd.cs.jazz.util.ZDebug
Flag denoting whether to print debugging info related to spatial indexing.
debugTiming - Static variable in class edu.umd.cs.jazz.util.ZDebug
Flag denoting whether to print debugging info related to timing
Declaration(ZInternalParser) - Static method in class edu.umd.cs.jazz.io.ZInternalParser
 
DEFAULT - Static variable in interface edu.umd.cs.jazz.io.ZInternalParserConstants
 
DEFAULT_ABS_PEN_WIDTH - Static variable in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Default absolute pen width.
DEFAULT_BACKGROUND_COLOR - Static variable in class edu.umd.cs.jazz.component.ZText
Default background color for text.
DEFAULT_BACKGROUND_COLOR - Static variable in class edu.umd.cs.jazz.component.ZLabel
Default background color for label.
DEFAULT_CARET_COLOR - Static variable in class edu.umd.cs.jazz.component.ZText
Default caret color for text.
DEFAULT_CELL_HEIGHT - Static variable in class edu.umd.cs.jazz.ZGridLayoutManager
 
DEFAULT_CELL_WIDTH - Static variable in class edu.umd.cs.jazz.ZGridLayoutManager
 
DEFAULT_EDITABLE - Static variable in class edu.umd.cs.jazz.component.ZText
Default specifying if text is editable.
DEFAULT_FILL_PAINT - Static variable in class edu.umd.cs.jazz.ZHandle
 
DEFAULT_FILL_PAINT - Static variable in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Default fill paint.
DEFAULT_FONT - Static variable in class edu.umd.cs.jazz.component.ZText
Default font for text.
DEFAULT_FONT - Static variable in class edu.umd.cs.jazz.component.ZLabel
Default font for text.
DEFAULT_FONT_NAME - Static variable in class edu.umd.cs.jazz.component.ZText
Default font name of text.
DEFAULT_FONT_NAME - Static variable in class edu.umd.cs.jazz.component.ZLabel
Default font name of text.
DEFAULT_FONT_SIZE - Static variable in class edu.umd.cs.jazz.component.ZText
Default font size for text.
DEFAULT_FONT_SIZE - Static variable in class edu.umd.cs.jazz.component.ZLabel
Default font size for text.
DEFAULT_FONT_STYLE - Static variable in class edu.umd.cs.jazz.component.ZText
Default font style for text.
DEFAULT_FONT_STYLE - Static variable in class edu.umd.cs.jazz.component.ZLabel
Default font style for text.
DEFAULT_GREEK_COLOR - Static variable in class edu.umd.cs.jazz.component.ZText
Default color of text rendered as 'greek'.
DEFAULT_GREEK_THRESHOLD - Static variable in class edu.umd.cs.jazz.component.ZText
Below this magnification render text as 'greek'.
DEFAULT_HALO - Static variable in class edu.umd.cs.jazz.ZDrawingSurface
Number of pixels a point can miss an object and still pick it.
DEFAULT_HANDLE_SIZE - Static variable in class edu.umd.cs.jazz.ZHandle
 
DEFAULT_HIGHLIGHT_FILL_PAINT - Static variable in class edu.umd.cs.jazz.ZHandle
 
DEFAULT_HIGHLIGHT_PEN_PAINT - Static variable in class edu.umd.cs.jazz.ZHandle
 
DEFAULT_HORIZONTAL_SPACING - Static variable in class edu.umd.cs.jazz.ZGridLayoutManager
 
DEFAULT_MIN_PAN_START_DISTANCE - Static variable in class edu.umd.cs.jazz.event.ZPanEventHandler
The default distance that the mouse needs to be dragged for a panning action to start.
DEFAULT_PEN_COLOR - Static variable in class edu.umd.cs.jazz.component.ZText
Default color for text.
DEFAULT_PEN_COLOR - Static variable in class edu.umd.cs.jazz.component.ZLabel
Default color for text.
DEFAULT_PEN_PAINT - Static variable in class edu.umd.cs.jazz.ZHandle
 
DEFAULT_PEN_PAINT - Static variable in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Default pen paint.
DEFAULT_PEN_WIDTH - Static variable in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Default pen width.
DEFAULT_RECT_STROKE - Static variable in class edu.umd.cs.jazz.component.ZRectangle
Default stroke for rectangles.
DEFAULT_SPACING - Static variable in class edu.umd.cs.jazz.ZTreeLayoutManager
The Default Spacing.
DEFAULT_START_POINT - Static variable in class edu.umd.cs.jazz.ZGridLayoutManager
 
DEFAULT_STROKE - Static variable in class edu.umd.cs.jazz.ZHandle
 
DEFAULT_STROKE - Static variable in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Default stroke.
DEFAULT_TEXT - Static variable in class edu.umd.cs.jazz.component.ZText
Default text when new text area is created.
DEFAULT_TEXT - Static variable in class edu.umd.cs.jazz.component.ZLabel
Default text when new text area is created.
DEFAULT_VERTICAL_SPACING - Static variable in class edu.umd.cs.jazz.ZGridLayoutManager
 
defaultFont - Variable in class edu.umd.cs.jazz.component.ZSwing
The default font
defaultStroke - Variable in class edu.umd.cs.jazz.component.ZSwing
The default stroke
DELETE - Static variable in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
Flag used to indicate selection deletion
deleteChar() - Method in class edu.umd.cs.jazz.component.ZText
Deletes the character after the caret position.
deleteCharBeforeCaret() - Method in class edu.umd.cs.jazz.component.ZText
Deletes the character before the caret position.
deleteSelection() - Method in class edu.umd.cs.jazz.event.ZSelectionDeleteHandler
Delete the current selection and fire ZGroupEvent.NODE_REMOVED events to each registered group listener.
deleteToEndOfLine() - Method in class edu.umd.cs.jazz.component.ZText
Deletes from the caret position to the end of line.
DIGIT - Static variable in interface edu.umd.cs.jazz.io.ZInternalParserConstants
 
direction - Variable in class edu.umd.cs.jazz.util.ZScrollPane.ZScrollAction
1 indicates scroll down, -1 up.
disable_tracing() - Static method in class edu.umd.cs.jazz.io.ZInternalParser
 
disableKeyActions - Variable in class edu.umd.cs.jazz.util.ZScrollPane
 
disableKeyActions() - Method in class edu.umd.cs.jazz.util.ZScrollPane
Disables key actions on this ZScrollPane
dispatchTo(Object) - Method in class edu.umd.cs.jazz.event.ZTransformEvent
Calls appropriate method on the listener based on this events ID.
dispatchTo(Object) - Method in class edu.umd.cs.jazz.event.ZNodeEvent
Calls appropriate method on the listener based on this events ID.
dispatchTo(Object) - Method in class edu.umd.cs.jazz.event.ZMouseMotionEvent
Calls appropriate method on the listener based on this events ID.
dispatchTo(Object) - Method in class edu.umd.cs.jazz.event.ZMouseEvent
Calls appropriate method on the listener based on this events ID.
dispatchTo(Object) - Method in class edu.umd.cs.jazz.event.ZGroupEvent
Calls appropriate method on the listener based on this events ID.
dispatchTo(Object) - Method in interface edu.umd.cs.jazz.event.ZEvent
This method should dispatch this event to the listener using this events ID code to determine what method in the listener to call.
dispatchTo(Object) - Method in class edu.umd.cs.jazz.event.ZCameraEvent
Calls appropriate method on the listener based on this events ID.
displayTree(String) - Method in class edu.umd.cs.jazz.ZSpatialIndexGroup
Displays the spatial index tree, for debugging.
displayTree(String) - Method in class edu.umd.cs.jazz.ZSpatialIndex
For debugging, print a depiction of the RTree index tree.
distribute(ZNode[], ArrayList) - Static method in class edu.umd.cs.jazz.util.ZLayout
Distributes a set of nodes (those being ZNodes) along the path specified by coordinates.
distribute(ZNode[], ArrayList, boolean, boolean) - Static method in class edu.umd.cs.jazz.util.ZLayout
Distributes a set of nodes (those being ZNodes) along the (optionally closed) path specified by coordinates.
distribute(ZNode[], ArrayList, double, boolean) - Static method in class edu.umd.cs.jazz.util.ZLayout
Distributes a set of nodes (those being ZNodes) along the (optionally closed) path specified by coordinates.
distribute(ZNode[], ArrayList, double, double, boolean, boolean) - Static method in class edu.umd.cs.jazz.util.ZLayout
Distributes the given nodes (those being ZNodes) along the (optionally closed) path specified by coordinates.
doLayout() - Method in class edu.umd.cs.jazz.ZLayoutGroup
Causes the children of the specified layout node to be laid out.
doLayout(ZGroup) - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Method from the ZLayoutManager interface Called to layout the layout group
doLayout(ZGroup) - Method in class edu.umd.cs.jazz.ZPathLayoutManager
Apply this manager's layout algorithm to the specified node's children.
doLayout(ZGroup) - Method in interface edu.umd.cs.jazz.ZLayoutManager
Apply this manager's layout algorithm to the specified node's children.
doLayout(ZGroup) - Method in class edu.umd.cs.jazz.ZGridLayoutManager
Apply this manager's layout algorithm to the specified node's children.
doLayout(ZGroup, int) - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Apply this manager's layout algorithm to the specified node's children, and animate the changes over time.
doLayout(ZGroup, int) - Method in class edu.umd.cs.jazz.ZPathLayoutManager
Apply this manager's layout algorithm to the specified node's children, and animate the changes over time.
doLayout(ZGroup, int) - Method in interface edu.umd.cs.jazz.ZLayoutManager
Apply this manager's layout algorithm to the specified node's children, and animate the changes over time.
doLayout(ZGroup, int) - Method in class edu.umd.cs.jazz.ZGridLayoutManager
Apply this manager's layout algorithm to the specified node's children, and animate the changes over time.
doLayoutInternal(ZNode) - Method in class edu.umd.cs.jazz.ZLayoutGroup
Internal method to recursively search children to look for layout nodes, and apply the layout if found.
Done() - Static method in class edu.umd.cs.jazz.io.ASCII_UCodeESC_CharStream
 
dos - Variable in class edu.umd.cs.jazz.io.ZObjectOutputStream
 
DOUBLE - Static variable in interface edu.umd.cs.jazz.io.ZInternalParserConstants
 
DOUBLE_FLOATING_POINT_LITERAL - Static variable in interface edu.umd.cs.jazz.io.ZInternalParserConstants
 
drag(ZMouseEvent) - Method in class edu.umd.cs.jazz.event.ZDragSequenceEventHandler
This method is called during a drag sequence.
dragInScreenCoords(ZMouseEvent, Dimension2D) - Method in class edu.umd.cs.jazz.event.ZSelectionMoveHandler
Drag all the selected visible in the interaction current camera by the given screen delta.
dragInScreenCoords(ZMouseEvent, Dimension2D) - Method in class edu.umd.cs.jazz.event.ZSelectionModifyHandler
Forward the message to modifyMarqueeSelection.
dragInScreenCoords(ZMouseEvent, Dimension2D) - Method in class edu.umd.cs.jazz.event.ZPanEventHandler
When the dragging action occurs invoke pan.
dragInScreenCoords(ZMouseEvent, Dimension2D) - Method in class edu.umd.cs.jazz.event.ZHandleEventHandler
Drag the current handle..
dragInScreenCoords(ZMouseEvent, Dimension2D) - Method in class edu.umd.cs.jazz.event.ZDragSequenceEventHandler
This method is called by drag during at a drag sequence.
dragPt - Variable in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeHandles
location of most recent drag, in global coordinates
dragSelectionBy(Dimension2D) - Method in class edu.umd.cs.jazz.event.ZSelectionMoveHandler
Drag selection implementation used for both key and mouse drags.
drawOrder - Variable in class edu.umd.cs.jazz.ZSpatialIndex
List of r-tree nodes in draw-order order.
dump() - Method in class edu.umd.cs.jazz.ZTransformGroup
Generate a string that represents this object for debugging.
dump() - Method in class edu.umd.cs.jazz.ZStickyGroup
Generate a string that represents this object for debugging.
dump() - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Generate a string that represents this object for debugging.
dump() - Method in class edu.umd.cs.jazz.ZGroup
Generate a string that represents this object for debugging.
dump() - Method in class edu.umd.cs.jazz.ZDrawingSurface
Generate a string that represents this object for debugging.
dump() - Method in class edu.umd.cs.jazz.ZCamera
Generate a string that represents this object for debugging.
dump() - Method in class edu.umd.cs.jazz.ZAnchorGroup
Generate a string that represents this object for debugging.
dump() - Method in class edu.umd.cs.jazz.component.ZImage
Generate a string that represents this object for debugging.
dump(ZNode) - Static method in class edu.umd.cs.jazz.util.ZDebug
Debugging function to dump the scenegraph rooted at the specified node to stdout.
dump(ZSceneGraphObject, int, boolean) - Static method in class edu.umd.cs.jazz.util.ZDebug
Internal method for dump(ZNode node).
dumpElement(String, String, String) - Static method in class edu.umd.cs.jazz.util.ZDebug
Print the element for the scenegraph dump.
dumpString(ZSceneGraphObject, boolean) - Static method in class edu.umd.cs.jazz.util.ZDebug
Debugging function to dump the scenegraph rooted at the specified node to a String.
duplicateObject() - Method in class edu.umd.cs.jazz.ZVisualLeaf
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.ZVisualGroup
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.ZVisualComponent
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.ZTransformGroup
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Creates a copy of this scene graph object and all its children.
duplicateObject() - Method in class edu.umd.cs.jazz.ZNode
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.ZLayoutGroup
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.ZLayerGroup
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.ZGroup
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.ZClipGroup
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.ZCamera
Clones this object.
duplicateObject() - Method in class edu.umd.cs.jazz.ZAnchorGroup
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZText
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZRoundedRectangle
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZRectangle
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZQuadCurve
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZPolyline
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZPath
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZLine
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZLabel
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZImage
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZEllipse
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZCubicCurve
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZCoordList
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZBasicVisualComponent
Returns a clone of this object.
duplicateObject() - Method in class edu.umd.cs.jazz.component.ZArc
Returns a clone of this object.

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.