Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public abstract class

GestureLibrary

extends Object
java.lang.Object
   ↳ android.gesture.GestureLibrary

Summary

Fields
protected final GestureStore mStore
Protected Constructors
GestureLibrary ()
Public Methods
void addGesture ( String entryName, Gesture gesture)
Set < String > getGestureEntries ()
ArrayList < Gesture > getGestures ( String entryName)
int getOrientationStyle ()
int getSequenceType ()
boolean isReadOnly ()
abstract boolean load ()
ArrayList < Prediction > recognize ( Gesture gesture)
void removeEntry ( String entryName)
void removeGesture ( String entryName, Gesture gesture)
abstract boolean save ()
void setOrientationStyle (int style)
void setSequenceType (int type)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected final GestureStore mStore

Added in API level 4

Protected Constructors

protected GestureLibrary ()

Added in API level 4

Public Methods

public void addGesture ( String entryName, Gesture gesture)

Added in API level 4

public Set < String > getGestureEntries ()

Added in API level 4

public ArrayList < Gesture > getGestures ( String entryName)

Added in API level 4

public int getOrientationStyle ()

Added in API level 4

public int getSequenceType ()

Added in API level 4

public boolean isReadOnly ()

Added in API level 4

public abstract boolean load ()

Added in API level 4

public ArrayList < Prediction > recognize ( Gesture gesture)

Added in API level 4

public void removeEntry ( String entryName)

Added in API level 4

public void removeGesture ( String entryName, Gesture gesture)

Added in API level 4

public abstract boolean save ()

Added in API level 4

public void setOrientationStyle (int style)

Added in API level 4

public void setSequenceType (int type)

Added in API level 4