Jazz API Documentation

Uses of Package
edu.umd.cs.jazz.event

Packages that use edu.umd.cs.jazz.event
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
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. 
 

Classes in edu.umd.cs.jazz.event used by edu.umd.cs.jazz
ZCameraListener
          ZCameraListener is an interface to support notification when changes occur to a ZCamera.
ZGroupEvent
          ZGroupEvent is an event which indicates that a group node has changed.
ZGroupListener
          ZGroupListener is an interface to support notification when changes occur to a ZGroup.
ZMouseEvent
          ZMouseEvent is an event which indicates that a mouse action occurred in a node.
ZMouseListener
          ZMouseListener is a listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a node.
ZMouseMotionListener
          ZMouseMotionListener is a listener interface for receiving mouse motion events on a node.
ZNodeEvent
          ZNodeEvent is an event which indicates that a node has changed.
ZNodeListener
          ZNodeListener is an interface to support notification when changes occur to a ZNode.
ZTransformListener
          ZTransformListener is an interface to support notification when changes occur to a ZTransformGroup.
 

Classes in edu.umd.cs.jazz.event used by edu.umd.cs.jazz.component
ZMouseEvent
          ZMouseEvent is an event which indicates that a mouse action occurred in a node.
 

Classes in edu.umd.cs.jazz.event used by edu.umd.cs.jazz.event
ZCameraEvent
          ZCameraEvent is an event which indicates that a camera has changed.
ZCameraListener
          ZCameraListener is an interface to support notification when changes occur to a ZCamera.
ZEventHandler
          ZEventHandler is an interface for defining behaviors in Jazz.
ZGroupEvent
          ZGroupEvent is an event which indicates that a group node has changed.
ZGroupListener
          ZGroupListener is an interface to support notification when changes occur to a ZGroup.
ZMouseEvent
          ZMouseEvent is an event which indicates that a mouse action occurred in a node.
ZMouseListener
          ZMouseListener is a listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a node.
ZMouseMotionListener
          ZMouseMotionListener is a listener interface for receiving mouse motion events on a node.
ZNodeEvent
          ZNodeEvent is an event which indicates that a node has changed.
ZNodeListener
          ZNodeListener is an interface to support notification when changes occur to a ZNode.
ZTransformEvent
          ZTransformEvent is an event which indicates that a transform group has changed.
ZTransformListener
          ZTransformListener is an interface to support notification when changes occur to a ZTransformGroup.
 

Classes in edu.umd.cs.jazz.event used by edu.umd.cs.jazz.util
ZEventHandler
          ZEventHandler is an interface for defining behaviors in Jazz.
ZoomEventHandler
          ZoomEventhandler provides event handlers for basic zooming of a Jazz camera with the right button.
ZPanEventHandler
          ZPanEventHandler provides event handlers for basic panning of a Jazz camera with the left mouse.
ZSwingEventHandler
          Event handler to send MousePressed, MouseReleased, MouseMoved, MouseClicked, and MouseDragged events on Swing components within a ZCanvas
 


Jazz API Documentation