Uses of Interface
edu.umd.cs.jazz.event.ZCameraListener

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

Methods in edu.umd.cs.jazz with parameters of type ZCameraListener
 void ZCamera.addCameraListener(ZCameraListener l)
          Adds the specified camera listener to receive camera events from this camera
 void ZCamera.removeCameraListener(ZCameraListener l)
          Removes the specified camera listener so that it no longer receives camera events from this camera.
 

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

Classes in edu.umd.cs.jazz.event that implement ZCameraListener
 class ZCameraAdapter
          ZCameraAdapater is an abstract adapter class for receiving camera events.
 

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

Classes in edu.umd.cs.jazz.util that implement ZCameraListener
 class ZDefaultScrollDirector
          The default implementation of the scroll director that follows the widely accepted model of scrolling - namely the scrollbars control the movement of the window over the document rather than the movement of the document under the window.
 



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