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

C

calculateChildrenLayout(ZGroup) - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Appropriately Lays out the children of the provided node
camera - Variable in class edu.umd.cs.jazz.ZSpatialIndex
Surface this r-tree indexes.
camera - Variable in class edu.umd.cs.jazz.ZConstraintGroup
The camera the constraint is related to
camera - Variable in class edu.umd.cs.jazz.util.ZDefaultScrollDirector
The canvas' camera
CAMERA_FIRST - Static variable in class edu.umd.cs.jazz.event.ZCameraEvent
The first number in the range of ids used for camera events.
CAMERA_LAST - Static variable in class edu.umd.cs.jazz.event.ZCameraEvent
The last number in the range of ids used for camera events.
CAMERA_MAG - Static variable in class edu.umd.cs.jazz.ZFadeGroup
FadeType: Fade on camera magnification.
CAMERA_VIEW_CHANGED - Static variable in class edu.umd.cs.jazz.event.ZCameraEvent
This event indicates that the camera's view transform changed.
cameraToLocal(Dimension2D, ZNode) - Method in class edu.umd.cs.jazz.ZCamera
Transform a dimension in the camera's coordinate system through the camera down the tree to the specified node's local coordinate system.
cameraToLocal(Point2D, ZNode) - Method in class edu.umd.cs.jazz.ZCamera
Transform a point in the camera's coordinate system through the camera down the tree to the specified node's local coordinate system.
cameraToLocal(Rectangle2D, ZNode) - Method in class edu.umd.cs.jazz.ZCamera
Transform a rectangle in the camera's coordinate system through the camera down the tree to the specified node's local coordinate system.
cameraToScreen(Dimension2D, ZCamera) - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Converts the specified dimension from camera coordinates to the coordinate system of the screen, if the camera appears on the current path.
cameraToScreen(Point2D, ZCamera) - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Converts the specified point from camera coordinates to the coordinate system of the screen, if the camera appears on the current path.
cameraToScreen(Rectangle2D, ZCamera) - Method in class edu.umd.cs.jazz.util.ZSceneGraphPath
Converts the specified rectangle from camera coordinates to the coordinate system of the screen, if the camera appears on the current path.
canvas - Variable in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
canvas this event handler attaches to
caretColor - Variable in class edu.umd.cs.jazz.component.ZText
Current caret color.
caretLine - Variable in class edu.umd.cs.jazz.component.ZText
Line number of caret - current line.
caretPos - Variable in class edu.umd.cs.jazz.component.ZText
Character position of caret within the current line.
caretShape - Variable in class edu.umd.cs.jazz.component.ZText
Drawn shape of the caret.
caretX - Variable in class edu.umd.cs.jazz.component.ZText
X coordinate of caret relative to its coordinate frame.
caretY - Variable in class edu.umd.cs.jazz.component.ZText
Y coordinate of caret relative to its coordinate frame.
center(Rectangle2D, int, ZDrawingSurface) - Method in class edu.umd.cs.jazz.ZCamera
Animates the camera view so that the specified bounds (in global coordinates) is centered within the view of the camera.
center(Rectangle2D, Rectangle2D, int, ZDrawingSurface) - Method in class edu.umd.cs.jazz.ZCamera
Animates the camera view so that a given global bounds appear within a specified screen bounds given in camera coordinates.
centerWithAspectChange(Rectangle2D, int, ZDrawingSurface) - Method in class edu.umd.cs.jazz.ZCamera
Animates the camera view so that the camera view will match the given bounds exactly.
centerWithAspectChange(Rectangle2D, Rectangle2D, int, ZDrawingSurface) - Method in class edu.umd.cs.jazz.ZCamera
Animates the given camera view so that a given global bounds appear within a specified screen bounds given in camera coordinates.
CHAR - Static variable in interface edu.umd.cs.jazz.io.ZInternalParserConstants
 
CHARACTER_LITERAL - Static variable in interface edu.umd.cs.jazz.io.ZInternalParserConstants
 
childAddedNotification(ZNode, boolean) - Method in class edu.umd.cs.jazz.ZGroup
Notifies all listeners that have registered interest for notification on ZGroupEvents that a child has been added to the group, then percolates the event up scenegraph, notifying any listeners on any higher ZGroup nodes.
childRemovedNotification(ZNode, boolean) - Method in class edu.umd.cs.jazz.ZGroup
Notifies all listeners that have registered interest for notification on ZGroupEvents that a child has been removed from the group, then percolates the event up scenegraph, notifying any listeners on any higher ZGroup nodes.
children - Variable in class edu.umd.cs.jazz.ZGroup
The array of children under this group node.
childrenFindable_DEFAULT - Static variable in class edu.umd.cs.jazz.ZGroup
 
childrenFindable(ZNode) - Method in class edu.umd.cs.jazz.util.ZMagBoundsFindFilter
This method determines if the children of the specified node should be searched.
childrenFindable(ZNode) - Method in interface edu.umd.cs.jazz.util.ZFindFilter
This method determines if the children of the specified node should be searched.
childrenFindable(ZNode) - Method in class edu.umd.cs.jazz.util.ZBoundsFindFilter
Determine if the children of the specified node should be searched.
childrenFindable(ZNode, ZBounds) - Method in class edu.umd.cs.jazz.ZSpatialIndexGroup
Returns true if the node intersects the bounds.
childrenPickable_DEFAULT - Static variable in class edu.umd.cs.jazz.ZGroup
 
childrenVolatileBoundsCache - Variable in class edu.umd.cs.jazz.ZGroup
Cached volatility computation for children.
clear() - Method in class edu.umd.cs.jazz.util.ZNullList
 
clear() - Method in class edu.umd.cs.jazz.util.ZListImpl
 
clearAuxiliaryVisualComponents() - Method in class edu.umd.cs.jazz.ZSelectionGroup
Remove all auxiliary visual components from this selection group.
clearHandles() - Method in class edu.umd.cs.jazz.ZHandleGroup
Remove all handles from this handle group.
clearPaintCount() - Static method in class edu.umd.cs.jazz.util.ZDebug
Clears the paint count.
clearVisualComponents() - Method in class edu.umd.cs.jazz.ZVisualLeaf
Remove all visual components from this visual leaf.
clip - Variable in class edu.umd.cs.jazz.ZClipGroup
 
CLIP_GROUP_ORDER - Static variable in class edu.umd.cs.jazz.util.ZSceneGraphEditor
 
clone() - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Return a clone of this object.
clone() - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Clones this scene graph object and all its children and returns the newly cloned sub-tree.
clone() - Method in class edu.umd.cs.jazz.ZPathLayoutManager
Returns a clone of this layout manager.
clone() - Method in interface edu.umd.cs.jazz.ZLayoutManager
Layout manager objects must provide a public clone method
clone() - Method in class edu.umd.cs.jazz.ZGridLayoutManager
Layout manager objects must provide a public clone method
clone() - Method in class edu.umd.cs.jazz.util.ZProperty
Duplicates this property by using the copy constructor.
clone() - Method in class edu.umd.cs.jazz.util.ZListImpl
 
clone() - Method in interface edu.umd.cs.jazz.util.ZList
 
clone() - Method in class edu.umd.cs.jazz.util.ZBounds
Returns a clone of this object.
close() - Method in class edu.umd.cs.jazz.io.ZExtendedInputStream
 
collectiveBoundsReference(ZBounds) - Method in class edu.umd.cs.jazz.util.ZNullList
 
collectiveBoundsReference(ZBounds) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZNodeListImpl
 
collectiveBoundsReference(ZBounds) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZVisualComponentListImpl
 
collectiveBoundsReference(ZBounds) - Method in interface edu.umd.cs.jazz.util.ZList.ZNodeList
 
collectiveBoundsReference(ZBounds) - Method in interface edu.umd.cs.jazz.util.ZList.ZVisualComponentList
 
collectiveCatTransformUntil(ZCamera) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZTransformableListImpl
 
collectiveCatTransformUntil(ZCamera) - Method in interface edu.umd.cs.jazz.util.ZList.ZTransformableList
 
collectiveHasVolatileBounds() - Method in class edu.umd.cs.jazz.util.ZNullList
 
collectiveHasVolatileBounds() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZNodeListImpl
 
collectiveHasVolatileBounds() - Method in class edu.umd.cs.jazz.util.ZListImpl.ZVisualComponentListImpl
 
collectiveHasVolatileBounds() - Method in interface edu.umd.cs.jazz.util.ZList.ZNodeList
 
collectiveHasVolatileBounds() - Method in interface edu.umd.cs.jazz.util.ZList.ZVisualComponentList
 
collectivePick(Rectangle2D, ZSceneGraphPath) - Method in class edu.umd.cs.jazz.util.ZNullList
 
collectivePick(Rectangle2D, ZSceneGraphPath) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZNodeListImpl
 
collectivePick(Rectangle2D, ZSceneGraphPath) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZVisualComponentListImpl
 
collectivePick(Rectangle2D, ZSceneGraphPath) - Method in interface edu.umd.cs.jazz.util.ZList.ZNodeList
 
collectivePick(Rectangle2D, ZSceneGraphPath) - Method in interface edu.umd.cs.jazz.util.ZList.ZVisualComponentList
 
collectiveRender(ZRenderContext, ZBounds) - Method in class edu.umd.cs.jazz.util.ZNullList
 
collectiveRender(ZRenderContext, ZBounds) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZNodeListImpl
 
collectiveRender(ZRenderContext, ZBounds) - Method in interface edu.umd.cs.jazz.util.ZList.ZNodeList
 
collectiveRepaint(ZBounds) - Method in class edu.umd.cs.jazz.util.ZNullList
 
collectiveRepaint(ZBounds) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZNodeListImpl
 
collectiveRepaint(ZBounds) - Method in interface edu.umd.cs.jazz.util.ZList.ZNodeList
 
COLUMN - Static variable in class edu.umd.cs.jazz.ZGridLayoutManager
 
compare(Object, Object) - Method in class edu.umd.cs.jazz.ZSpatialIndex.DrawOrderComp
 
compareTo(Object) - Method in class edu.umd.cs.jazz.animation.ZNextFrameOnElapsedTime
 
compareTo(Object) - Method in class edu.umd.cs.jazz.animation.ZNextFrameOnElapsedFrames
 
compareTo(Object) - Method in class edu.umd.cs.jazz.animation.ZNextFrameCondition
This is used to compare two frame conditions.
component - Variable in class edu.umd.cs.jazz.component.ZSwing
The Swing component that this Visual Component wraps
COMPOSITE_MAG - Static variable in class edu.umd.cs.jazz.ZFadeGroup
FadeType: Fade on composite magnification.
computeArrowHead(int, Point2D, Point2D) - Method in class edu.umd.cs.jazz.component.ZPolyline
Calculate the points used to represent the arrowhead.
computeBounds() - Method in class edu.umd.cs.jazz.ZVisualLeaf
Recomputes and caches the bounds for this node.
computeBounds() - Method in class edu.umd.cs.jazz.ZVisualGroup
Recomputes and caches the bounds for this node.
computeBounds() - Method in class edu.umd.cs.jazz.ZTransformGroup
Recomputes and caches the bounds for this node.
computeBounds() - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Recomputes and caches the bounds for this node.
computeBounds() - Method in class edu.umd.cs.jazz.ZInvisibleGroup
An invisible group always has empty bounds.
computeBounds() - Method in class edu.umd.cs.jazz.ZHandleGroup
Recomputes and caches the bounds for this handle group, including the bounds of the handles that it is managing.
computeBounds() - Method in class edu.umd.cs.jazz.ZHandle
Compute the bounds of this handle using the handles locator to determine the center point of the bounds and the DEFAULT_HANDLE_SIZE to determine the extent.
computeBounds() - Method in class edu.umd.cs.jazz.ZGroup
Recomputes and caches the bounds for this node.
computeBounds() - Method in class edu.umd.cs.jazz.ZClipGroup
 
computeBounds() - Method in class edu.umd.cs.jazz.ZAnchorGroup
Trap computeBounds requests as it indicates that the anchor source has changed, and the visual link needs to be updated.
computeBounds() - Method in class edu.umd.cs.jazz.component.ZText
Notifies this object that it has changed and that it should update its notion of its bounding box.
computeBounds() - Method in class edu.umd.cs.jazz.component.ZSwing
Sets the Swing component's bounds to its preferred bounds unless it already is set to its preferred size.
computeBounds() - Method in class edu.umd.cs.jazz.component.ZShape
Notifies this object that it has changed and that it should update its notion of its bounding box.
computeBounds() - Method in class edu.umd.cs.jazz.component.ZPolyline
Notifies this object that it has changed and that it should update its notion of its bounding box.
computeBounds() - Method in class edu.umd.cs.jazz.component.ZLine
Notifies this object that it has changed and that it should update its notion of its bounding box.
computeBounds() - Method in class edu.umd.cs.jazz.component.ZLabel
Notifies this object that it has changed and that it should update its notion of its bounding box.
computeBounds() - Method in class edu.umd.cs.jazz.component.ZImage
Notifies this object that it has changed and that it should update its notion of its bounding box.
computeBounds() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeHandles
The resize handles don't have logical bounds
computeDimensionTranslation(Point2D, Point2D, Point2D, Point2D, Point2D, ArrayList, boolean) - Static method in class edu.umd.cs.jazz.util.ZLayout
A helper function that computes the length of path in the given dimension.
computeInverseTransform() - Method in class edu.umd.cs.jazz.ZTransformGroup
Internal method to compute the inverse transform based on the transform.
computeInverseViewTransform() - Method in class edu.umd.cs.jazz.ZCamera
Internal method to compute the inverse camera transform based on the camera transform.
computeNodeArea(ZNode) - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Computes the given nodes area - this includes the bounds of its visual component and the stored areas for its immediate children
computeOverlap(Area, Area) - Method in class edu.umd.cs.jazz.ZTreeLayoutManager
Returns the overlap of the two given areas
computeScale(AffineTransform) - Static method in class edu.umd.cs.jazz.ZTransformGroup
Given an AffineTransform, this returns the "scale" of the transform.
computeStickyTransform() - Method in class edu.umd.cs.jazz.ZStickyGroup
Computes the Sticky constraint that defines the child to not move even as the camera view changes.
computeStickyZTransform() - Method in class edu.umd.cs.jazz.ZStickyGroup
Computes the Sticky Z constraint that defines the child to keep a constant magnification even as the camera magnification changes.
computeTransform() - Method in class edu.umd.cs.jazz.ZStickyGroup
Computes the constraint that defines the child to not move even as the camera view changes.
computeTransform() - Method in class edu.umd.cs.jazz.ZConstraintGroup
Computes the constraint that defines the child to not move even as the camera view changes.
computeVolatileBounds() - Method in class edu.umd.cs.jazz.ZVisualLeaf
Compute volatileBoundsCache for visualComponents.
computeVolatileBounds() - Method in class edu.umd.cs.jazz.ZVisualGroup
Compute the volatileBoundsCache, taking into consideration the front and back visual components.
computeVolatileBounds() - Method in class edu.umd.cs.jazz.ZSelectionGroup
Internal method to compute and cache the volatility of a node, to recursively call the parents to compute volatility.
computeVolatileBounds() - Method in class edu.umd.cs.jazz.ZSceneGraphObject
Recomputes and caches the volatile bounds for this node.
computeVolatileBounds() - Method in class edu.umd.cs.jazz.ZGroup
Compute the volatile bounds cache.
concatenate(AffineTransform) - Method in class edu.umd.cs.jazz.ZTransformGroup
Concatenates an AffineTransform at to this node's transform in the standard way.
constraintType_DEFAULT - Static variable in class edu.umd.cs.jazz.ZStickyGroup
 
consume() - Method in class edu.umd.cs.jazz.event.ZNodeEvent
Consume this event.
consume() - Method in class edu.umd.cs.jazz.event.ZGroupEvent
Consume this event.
contains(double, double) - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeHandles
Used by ZSelectionResizeHandler to determine whether or not the mouse is over a resize handle.
contains(Object) - Method in class edu.umd.cs.jazz.util.ZListImpl
 
contains(Rectangle2D) - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler.ResizeHandles
Used by ZSelectionResizeHandler to determine whether or not the mouse is over a resize handle.
contract() - Method in class edu.umd.cs.jazz.util.ZPriorityQueue
 
coordListShape - Variable in class edu.umd.cs.jazz.component.ZCoordList
The shape representing this coordlist.
createBoundsChangedEvent(ZNode) - Static method in class edu.umd.cs.jazz.event.ZNodeEvent
Factory method to create a ZNodeEvent with a BOUNDS_CHANGED ID.
createEastLocator(ZSceneGraphObject) - Static method in class edu.umd.cs.jazz.ZBoundsLocator
Create and return a new locator on the east side of the aSceneGraphObject parameter.
createEditGroupInstance(Class) - Method in class edu.umd.cs.jazz.util.ZSceneGraphEditor
 
createEditor(ZNode) - Method in interface edu.umd.cs.jazz.util.ZSceneGraphEditorFactory
 
createElementData(int) - Method in class edu.umd.cs.jazz.util.ZNullList
 
createElementData(int) - Method in class edu.umd.cs.jazz.util.ZListImpl
 
createElementData(int) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZNodeListImpl
 
createElementData(int) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZPropertyListImpl
 
createElementData(int) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZCameraListImpl
 
createElementData(int) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZVisualComponentListImpl
 
createElementData(int) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZLayerGroupListImpl
 
createElementData(int) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZBoundsListImpl
 
createElementData(int) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZSceneGraphObjectListImpl
 
createElementData(int) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZObjectListImpl
 
createElementData(int) - Method in class edu.umd.cs.jazz.util.ZListImpl.ZTransformableListImpl
 
createGlobalBoundsChangedEvent(ZNode) - Static method in class edu.umd.cs.jazz.event.ZNodeEvent
Factory method to create a ZNodeEvent with a GLOBAL_BOUNDS_CHANGED ID.
createLayoutManager() - Method in class edu.umd.cs.jazz.util.ZViewport
Subclassers can override this to install a different layout manager (or null) in the constructor.
createLinkComponent() - Method in class edu.umd.cs.jazz.ZAnchorGroup
Internal method to create the visual component that represents the link.
createMouseEvent(int, MouseEvent, ZSceneGraphPath, ZSceneGraphPath) - Static method in class edu.umd.cs.jazz.event.ZMouseEvent
Creates and returns a new ZMouse event from a Java MouseEvent.
createNodeAddedEvent(ZGroup, ZNode, boolean) - Static method in class edu.umd.cs.jazz.event.ZGroupEvent
Factory method to create a ZGroupEvent with a NODE_ADDED ID.
createNodeRemovedEvent(ZGroup, ZNode, boolean) - Static method in class edu.umd.cs.jazz.event.ZGroupEvent
Factory method to create a ZGroupEvent with a NODE_REMOVED ID.
createNorthEastLocator(ZSceneGraphObject) - Static method in class edu.umd.cs.jazz.ZBoundsLocator
Create and return a new locator on the north east side of the aSceneGraphObject parameter.
createNorthLocator(ZSceneGraphObject) - Static method in class edu.umd.cs.jazz.ZBoundsLocator
Create and return a new locator on the north side of the aSceneGraphObject parameter.
createNorthWestLocator(ZSceneGraphObject) - Static method in class edu.umd.cs.jazz.ZBoundsLocator
Create and return a new locator on the north west side of the aSceneGraphObject parameter.
createObjectTable() - Method in class edu.umd.cs.jazz.io.ZInternalParser
 
createOptimizedImage() - Method in class edu.umd.cs.jazz.component.ZImage
Internal method to convert image to a type that Java can render fast.
createRenderContext(Graphics2D, ZBounds, ZDrawingSurface, int) - Method in class edu.umd.cs.jazz.ZCamera
This returns a new instance of a ZRenderContext for this node.
createRenderContext(Graphics2D, ZBounds, ZDrawingSurface, int) - Method in interface edu.umd.cs.jazz.util.ZRenderContextFactory
 
createRenderContext(ZCamera) - Method in class edu.umd.cs.jazz.ZCamera
This returns a new instance of a ZRenderContext for this node.
createRenderContext(ZCamera) - Method in interface edu.umd.cs.jazz.util.ZRenderContextFactory
 
createResizeHandles() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler
render the resize handles on a selected node
createResizeListener() - Method in class edu.umd.cs.jazz.event.ZSelectionResizeHandler
Creates the default resizer which just allows unconstrained scale resizing.
createScrollDirector() - Method in class edu.umd.cs.jazz.util.ZViewport
Subclassers can override this to install a different scroll director in the constructor.
createSelectionComponent() - Method in interface edu.umd.cs.jazz.ZSelectionGroup.SelectionComponentFactory
 
createSelectionDeleteHandler() - Method in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
 
createSelectionModifyHandler() - Method in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
 
createSelectionMoveHandler() - Method in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
 
createSelectionResizeHandler() - Method in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
 
createSelectionScaleHandler() - Method in class edu.umd.cs.jazz.event.ZCompositeSelectionHandler
 
createSouthEastLocator(ZSceneGraphObject) - Static method in class edu.umd.cs.jazz.ZBoundsLocator
Create and return a new locator on the south east side of the aSceneGraphObject parameter.
createSouthLocator(ZSceneGraphObject) - Static method in class edu.umd.cs.jazz.ZBoundsLocator
Create and return a new locator on the south side of the aSceneGraphObject parameter.
createSouthWestLocator(ZSceneGraphObject) - Static method in class edu.umd.cs.jazz.ZBoundsLocator
Create and return a new locator on the south west side of the aSceneGraphObject parameter.
createStandardAlpha(long) - Static method in class edu.umd.cs.jazz.animation.ZAlpha
Return a new ZAlpha that changes from 0 to 1, starting at the time this method is called and lasting for the supplied duration parameter.
createStandardSlowInSlowOutAlpha(long) - Static method in class edu.umd.cs.jazz.animation.ZAlpha
Return a new ZAlpha that changes from 0 to 1, starting at the time this method is called and lasting for the supplied duration parameter.
createThumbnailImage(ZNode, Dimension) - Static method in class edu.umd.cs.jazz.util.ZUtil
Returns a BufferedImage of thumbnailSize with the node rendered into the image.
createTransformChangedEvent(ZTransformGroup, AffineTransform) - Static method in class edu.umd.cs.jazz.event.ZTransformEvent
Factory method to create a ZTransformEvent with a TRANSFORM_CHANGED ID.
createViewChangedEvent(ZCamera, AffineTransform) - Static method in class edu.umd.cs.jazz.event.ZCameraEvent
Factory method to create a ZCameraEvent with a CAMERA_VIEW_CHANGED ID.
createViewport() - Method in class edu.umd.cs.jazz.util.ZScrollPane
Overridden to create the Jazz viewport
createWestLocator(ZSceneGraphObject) - Static method in class edu.umd.cs.jazz.ZBoundsLocator
Create and return a new locator on the west side of the aSceneGraphObject parameter.
cubicCurve - Variable in class edu.umd.cs.jazz.component.ZCubicCurve
The wrapped CubicCurve2D.
curChar - Static variable in class edu.umd.cs.jazz.io.ZInternalParserTokenManager
 
currentEditor - Variable in class edu.umd.cs.jazz.util.ZSceneGraphEditor.ZEditGroupIterator
 
currentHeadStyle - Variable in class edu.umd.cs.jazz.ZTreeLayoutManager
The Current Heading Style.
currentLinkStyle - Variable in class edu.umd.cs.jazz.ZTreeLayoutManager
The Current Link Style.
currentOrientation - Variable in class edu.umd.cs.jazz.ZTreeLayoutManager
The Current Orientation.
currentToken - Variable in class edu.umd.cs.jazz.io.ParseException
This is the last token that has been consumed successfully.
currentXSpacing - Variable in class edu.umd.cs.jazz.ZTreeLayoutManager
The Current X Spacing.
currentYSpacing - Variable in class edu.umd.cs.jazz.ZTreeLayoutManager
The Current Y Spacing.

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.