to top
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

? Examples
void addGesture( String entryName, Gesture gesture)

? Examples
Set< String> getGestureEntries()

? Examples
ArrayList< Gesture> getGestures( String entryName)

? Examples
int getOrientationStyle()

? Examples
int getSequenceType()

? Examples
boolean isReadOnly()

? Examples
abstract boolean load()

? Examples
ArrayList< Prediction> recognize( Gesture gesture)

? Examples
void removeEntry( String entryName)

? Examples
void removeGesture( String entryName, Gesture gesture)

? Examples
abstract boolean save()

? Examples
void setOrientationStyle(int style)

? Examples
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

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.