|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ZFilteredEventHandler.getFilteredKeyEventSource()
Return the current source for filtered key events. |
| Methods in edu.umd.cs.jazz.event with parameters of type ZCanvas | |
void |
ZFilteredEventHandler.setFilteredKeyEventSource(ZCanvas aFilteredKeyEventSource)
Set the current source for key events. |
| Constructors in edu.umd.cs.jazz.event with parameters of type ZCanvas | |
ZFilteredEventHandler(ZSceneGraphObject aFilteredMouseEventSource,
ZCanvas aFilteredKeyEventSource)
Constructs a new ZFilteredEventHandler. |
|
ZDragSequenceEventHandler(ZSceneGraphObject aFilteredMouseEventSource,
ZCanvas aFilteredKeyEventSouce)
Constructs a new ZDragSequenceEventHandler. |
|
ZSelectionScaleHandler(ZCanvas aFilteredKeyEventSouce)
Constructs a new ZSelectionScaleHandler. |
|
ZSelectionScaleHandler(ZCamera aIgnoredCamera,
ZCanvas aFilteredKeyEventSouce)
Deprecated. As of Jazz version 1.2, use ZSelectionScaleHandler(ZCanvas aFilteredKeyEventSouce) instead. |
|
ZLinkEventHandler(ZNode node,
ZCanvas canvas)
This method creates a new link event handler. |
|
ZNavEventHandlerKeyBoard(ZNode node,
ZCanvas canvas)
Constructs a new ZNavEventHandlerKeyBoard. |
|
ZSelectionMoveHandler(ZSceneGraphObject aFilteredMouseEventSource,
ZCanvas aFilteredKeyEventSouce)
Construct a new ZSelectionMoveHandler. |
|
ZSelectionDeleteHandler(ZCanvas aFilteredKeyEventSouce)
Constructs a new ZSelectionDeleteHandler. |
|
ZSelectionDeleteHandler(ZNode aIgnoredNode,
ZCanvas aFilteredKeyEventSouce)
Deprecated. As of Jazz version 1.2, use ZSelectionDeleteHandler(ZSceneGraphObject aEventSource) instead. |
|
ZSelectionDeleteHandler(ZNode aIgnoredNode,
ZCamera aIgnoredCamera,
ZCanvas aFilteredKeyEventSouce)
Deprecated. As of Jazz version 1.2, use ZSelectionDeleteHandler(ZSceneGraphObject aEventSource) instead. |
|
ZCompositeSelectionHandler(ZNode node,
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. |
|
ZSelectionEventHandler(ZNode node,
ZCanvas canvas,
ZGroup marqueeLayer)
Deprecated. Constructs a new ZSelectionEventHandler. |
|
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. |
|
ZSelectionModifyHandler(ZSceneGraphObject aFilteredMouseEventSource,
ZCanvas aIgnoredCanvas,
ZGroup aMarqueeLayer)
Deprecated. As of Jazz version 1.2, use ZSelectionModifyHandler(ZSceneGraphObject aFilteredMouseEventSource, ZGroup aMarqueeLayer) instead. |
|
| Uses of ZCanvas in edu.umd.cs.jazz.util |
| Fields in edu.umd.cs.jazz.util declared as ZCanvas | |
protected ZCanvas |
ZFrame.fCanvas
The ZCanvas, Jazz's connection to swing. |
protected ZCanvas |
ZDefaultScrollDirector.view
The canvas that this class directs |
| Methods in edu.umd.cs.jazz.util with parameters of type ZCanvas | |
void |
ZScrollDirector.install(ZViewport viewport,
ZCanvas view)
Installs the scroll director |
void |
ZDefaultScrollDirector.install(ZViewport viewPort,
ZCanvas view)
Installs the scroll director and adds the appropriate listeners |
| Constructors in edu.umd.cs.jazz.util with parameters of type ZCanvas | |
ZSceneGraphTreeView(ZCanvas aCanvas)
Create a new scenegraph browser window. |
|
ZCanvas.ZBasicRepaintManager()
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||