android.gesture
Class GestureLibrary
java.lang.Object
android.gesture.GestureLibrary
public abstract class GestureLibrary
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mStore
protected final GestureStore mStore
GestureLibrary
protected GestureLibrary()
save
public abstract boolean save()
load
public abstract boolean load()
isReadOnly
public boolean isReadOnly()
setOrientationStyle
public void setOrientationStyle(int style)
getOrientationStyle
public int getOrientationStyle()
setSequenceType
public void setSequenceType(int type)
getSequenceType
public int getSequenceType()
getGestureEntries
public Set<String> getGestureEntries()
recognize
public ArrayList<Prediction> recognize(Gesture gesture)
addGesture
public void addGesture(String entryName,
Gesture gesture)
removeGesture
public void removeGesture(String entryName,
Gesture gesture)
removeEntry
public void removeEntry(String entryName)
getGestures
public ArrayList<Gesture> getGestures(String entryName)
Copyright © 2008-2012. All Rights Reserved.