public abstract class

Gesture

extends Object
java.lang.Object
   ↳ com.neomades.gesture.Gesture
Known Direct Subclasses

Class Overview

Abstract base class of all gestures.

Summary

Public Constructors
Gesture()
Public Methods
GestureState getState()
Gives the state of the current gesture.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Gesture ()

Public Methods

public GestureState getState ()

Gives the state of the current gesture.

Returns
  • the state of the gesture
See Also