Package 

Enum GestureType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum GestureType
    
                        

    Gestures and gesture actions can both have a type. For a gesture to be able to be mapped to a certain GestureAction, both of them might be of the same type.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ONE_SHOT

      Defines gestures or gesture actions that consist of a single operation.Gesture example: a tap.Gesture action example: taking a picture.

      CONTINUOUS

      Defines gestures or gesture actions that consist of a continuous operation.Gesture example: pinching.Gesture action example: controlling zoom.

    • Method Summary

      Modifier and Type Method Description
      static Array<GestureType> values()
      static GestureType valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait