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

Packages that use PInputEventFilter
edu.umd.cs.piccolo.event This package supports Piccolo event handlers. 
 

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

Methods in edu.umd.cs.piccolo.event that return PInputEventFilter
 PInputEventFilter PBasicInputEventHandler.getEventFilter()
          Returns the event filter responsible for filtering incoming events.
 

Methods in edu.umd.cs.piccolo.event with parameters of type PInputEventFilter
 void PBasicInputEventHandler.setEventFilter(PInputEventFilter newEventFilter)
          Changes this event handler's filter to the one provided.
 



Copyright © 1995-2011 Piccolo2D. All Rights Reserved.