Uses of Class
edu.umd.cs.jazz.event.ZCameraEvent

Packages that use ZCameraEvent
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 ZCameraEvent in edu.umd.cs.jazz.event
 

Methods in edu.umd.cs.jazz.event that return ZCameraEvent
static ZCameraEvent ZCameraEvent.createViewChangedEvent(ZCamera source, java.awt.geom.AffineTransform viewTransform)
          Factory method to create a ZCameraEvent with a CAMERA_VIEW_CHANGED ID.
 

Methods in edu.umd.cs.jazz.event with parameters of type ZCameraEvent
 void ZCameraListener.viewChanged(ZCameraEvent e)
          Invoked when the camera's view transform changes.
 void ZCameraAdapter.viewChanged(ZCameraEvent e)
          Invoked when the camera's view transform changes.
 

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

Methods in edu.umd.cs.jazz.util with parameters of type ZCameraEvent
 void ZDefaultScrollDirector.viewChanged(ZCameraEvent e)
          Invoked when the camera's view transform changes.
 



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