Package com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch

Interface Summary
HasAllPinchHandlers A convenience interface that includes all pinch handlers.
HasPinchCancelHandlers The interface for allowing pinch cancel event registration.
HasPinchChangeHandlers The interface for allowing pinch change event registration.
HasPinchEndHandlers The interface for allowing pinch end event registration.
HasPinchStartHandlers The interface for allowing pinch start event registration.
PinchCancelHandler Handler interface for PinchCancelEvents.
PinchChangeHandler Handler interface for PinchChangeEvents.
PinchEndHandler Handler interface for PinchEndEvents.
PinchStartHandler Handler interface for PinchStartEvents.
 

Class Summary
HandlesAllPinchEvents Receiver used to handle all pinch events.
PinchCancelEvent Represents a pinch cancel event.
PinchChangeEvent Represents a pinch change event.
PinchEndEvent Represents a pinch end event.
PinchRecognizer Recognizes and fires pinch events.
PinchStartEvent Represents a pinch start event.