eu.webtoolkit.jwt
Class WGestureEvent

java.lang.Object
  extended by eu.webtoolkit.jwt.WGestureEvent
All Implemented Interfaces:
WAbstractEvent

public class WGestureEvent
extends java.lang.Object
implements WAbstractEvent

A class providing details for a gesture event.

See Also:
WInteractWidget.gestureStarted(), WInteractWidget.gestureChanged(), WInteractWidget.gestureEnded()

Constructor Summary
WGestureEvent()
          Default constructor.
 
Method Summary
 WAbstractEvent createFromJSEvent(eu.webtoolkit.jwt.JavaScriptEvent jsEvent)
          Internal method.
 double getRotation()
          Returns the number of degrees the user has rotated his/her fingers.
 double getScale()
          Returns the multiplier which the user has pinched or pushed (relative to 1).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WGestureEvent

public WGestureEvent()
Default constructor.

Method Detail

getScale

public double getScale()
Returns the multiplier which the user has pinched or pushed (relative to 1).


getRotation

public double getRotation()
Returns the number of degrees the user has rotated his/her fingers.


createFromJSEvent

public WAbstractEvent createFromJSEvent(eu.webtoolkit.jwt.JavaScriptEvent jsEvent)
Description copied from interface: WAbstractEvent
Internal method.

Specified by:
createFromJSEvent in interface WAbstractEvent