Class WGestureEvent

java.lang.Object
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

    Constructors
    Constructor Description
    WGestureEvent()
    Default constructor.
  • Method Summary

    Modifier and Type Method Description
    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 Details

    • WGestureEvent

      public WGestureEvent()
      Default constructor.
  • Method Details

    • 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