Jazz API Documentation

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.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
 

Constructors in edu.umd.cs.jazz.event with parameters of type ZCanvas
ZNavEventHandlerKeyBoard.ZNavEventHandlerKeyBoard(ZNode node, ZCanvas canvas)
          Constructs a new ZNavEventHandlerKeyBoard.
ZLinkEventHandler.ZLinkEventHandler(ZNode node, ZCanvas canvas)
          Create a new link event handler.
ZSelectionEventHandler.ZSelectionEventHandler(ZNode node, ZCanvas canvas, ZGroup marqueeLayer)
          Constructs a new ZSelectionEventHandler.
ZSwingEventHandler.ZSwingEventHandler(ZCanvas canvas, ZNode node)
          Constructs a new ZSwingEventHandler for the given canvas, and a node that will recieve the mouse events.
ZSwingEventHandler.ZSwingEventHandler(ZCanvas canvas)
          Constructs a new ZSwingEventHandler for the given canvas.
 

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

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


Jazz API Documentation