public abstract class GestureLibrary extends Object
Modifier and Type | Field and Description |
---|---|
protected GestureStore |
mStore |
Modifier | Constructor and Description |
---|---|
protected |
GestureLibrary() |
Modifier and Type | Method and Description |
---|---|
void |
addGesture(String entryName,
Gesture gesture) |
Set<String> |
getGestureEntries() |
ArrayList<Gesture> |
getGestures(String entryName) |
android.gesture.Learner |
getLearner() |
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) |
protected final GestureStore mStore
public abstract boolean save()
public abstract boolean load()
public boolean isReadOnly()
public android.gesture.Learner getLearner()
public void setOrientationStyle(int style)
public int getOrientationStyle()
public void setSequenceType(int type)
public int getSequenceType()
public ArrayList<Prediction> recognize(Gesture gesture)
public void removeEntry(String entryName)