Uses of Class
edu.umd.cs.jazz.util.ZCanvas

Packages that use ZCanvas
edu.umd.cs.jazz.component This package contains several visual components that may be useful for Jazz applications. 
edu.umd.cs.jazz.event This package supports Jazz event handlers. 
edu.umd.cs.jazz.util This package defines several utility classes that are likely to be useful for Jazz applications. 
 

Uses of ZCanvas in edu.umd.cs.jazz.component
 

Constructors in edu.umd.cs.jazz.component with parameters of type ZCanvas
ZSwing(ZCanvas zbc, javax.swing.JComponent component)
          Constructs a new visual component wrapper for the Swing component and adds the Swing component to the SwingWrapper component of the ZCanvas
 

Uses of ZCanvas in edu.umd.cs.jazz.event
 

Methods in edu.umd.cs.jazz.event that return ZCanvas
 ZCanvas ZSelectionModifyHandler.getCanvas()
          Returns the canvas to which this selection manager is attached.
 

Constructors in edu.umd.cs.jazz.event with parameters of type ZCanvas
ZSelectionModifyHandler(ZNode node, ZCanvas canvas, ZGroup marqueeLayer)
          Construct a new ZSelectionModifyHandler.
ZSelectionModifyHandler(ZNode node, ZCamera camera, ZCanvas canvas, ZGroup marqueeLayer)
          Construct a new ZSelectionModifyHandler.
ZSwingEventHandler(ZCanvas canvas, ZNode node)
          Constructs a new ZSwingEventHandler for the given canvas, and a node that will recieve the mouse events.
ZSwingEventHandler(ZCanvas canvas)
          Constructs a new ZSwingEventHandler for the given canvas.
ZNavEventHandlerKeyBoard(ZNode node, ZCanvas canvas)
          Constructs a new ZNavEventHandlerKeyBoard.
ZCompositeSelectionHandler(ZNode node, ZCanvas canvas, ZLayerGroup marqueeLayer)
          Creates a composite selection handler with all available selection event handler types enabled.
ZCompositeSelectionHandler(ZNode node, ZCamera camera, ZCanvas canvas, ZLayerGroup marqueeLayer)
          Creates a composite selection handler with all available selection event handler types enabled.
ZCompositeSelectionHandler(ZNode node, ZCanvas canvas, ZLayerGroup marqueeLayer, int flags)
          Creates a composite selection handler with the specified enabled selection event handler types.
ZCompositeSelectionHandler(ZNode node, ZCamera camera, ZCanvas canvas, ZLayerGroup marqueeLayer, int flags)
          Creates a composite selection handler with the specified enabled selection event handler types.
ZSelectionEventHandler(ZNode node, ZCanvas canvas, ZGroup marqueeLayer)
          Deprecated. Constructs a new ZSelectionEventHandler.
ZLinkEventHandler(ZNode node, ZCanvas canvas)
          This method creates a new link event handler.
ZSelectionScaleHandler(ZCanvas canvas)
          Construct a new ZSelectionScaleHandler.
ZSelectionScaleHandler(ZCamera camera, ZCanvas canvas)
          Construct a new ZSelectionScaleHandler.
ZSelectionMoveHandler(ZNode node, ZCanvas canvas)
          Construct a new ZSelectionMoveHandler.
ZSelectionMoveHandler(ZNode node, ZCamera camera, ZCanvas canvas)
          Construct a new ZSelectionMoveHandler.
ZSelectionDeleteHandler(ZNode node, ZCanvas canvas)
          Construct a new ZSelectionDeleteHandler.
ZSelectionDeleteHandler(ZNode node, ZCamera camera, ZCanvas canvas)
          Construct a new ZSelectionDeleteHandler.
 

Uses of ZCanvas in edu.umd.cs.jazz.util
 

Constructors in edu.umd.cs.jazz.util with parameters of type ZCanvas
ZSceneGraphTreeView(ZCanvas aCanvas)
          Create a new scenegraph browser window.
ZCanvas.ZBasicRepaintManager()
           
 



Copyright © 2001 by University of Maryland, College Park, MD 20742, USA All rights reserved.