Uses of Class
edu.umd.cs.piccolo.PInputManager

Packages that use PInputManager
edu.umd.cs.piccolo Piccolo is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.piccolo.event This package supports Piccolo event handlers. 
 

Uses of PInputManager in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo that return PInputManager
 PInputManager PRoot.getDefaultInputManager()
          Get the default input manager to be used when processing input events.
 

Uses of PInputManager in edu.umd.cs.piccolo.event
 

Methods in edu.umd.cs.piccolo.event that return PInputManager
 PInputManager PInputEvent.getInputManager()
          Return the input manager that dispatched this event.
 

Constructors in edu.umd.cs.piccolo.event with parameters of type PInputManager
PInputEvent(PInputManager inputManager, java.awt.event.InputEvent event)
           
 



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