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

Packages that use ZCameraEvent
edu.umd.cs.jazz.event This package supports Jazz event handlers. 
 

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 ZCameraAdapter.viewChanged(ZCameraEvent e)
          Invoked when the camera's view transform changes.
 void ZCameraListener.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.