Uses of Class
edu.umd.cs.piccolo.event.PZoomEventHandler

Packages that use PZoomEventHandler
edu.umd.cs.piccolo Piccolo is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.piccolox.swt   
 

Uses of PZoomEventHandler in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo that return PZoomEventHandler
 PZoomEventHandler PCanvas.getZoomEventHandler()
          Get the zoom event handler associated with this canvas.
 

Methods in edu.umd.cs.piccolo with parameters of type PZoomEventHandler
 void PCanvas.setZoomEventHandler(PZoomEventHandler handler)
          Set the zoom event handler associated with this canvas.
 

Uses of PZoomEventHandler in edu.umd.cs.piccolox.swt
 

Methods in edu.umd.cs.piccolox.swt that return PZoomEventHandler
 PZoomEventHandler PSWTCanvas.getZoomEventHandler()
          Get the zoom event handler associated with this canvas.
 



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