android.gesture
Class GestureStore
java.lang.Object
android.gesture.GestureStore
public class GestureStore
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEQUENCE_INVARIANT
public static final int SEQUENCE_INVARIANT
- See Also:
- Constant Field Values
SEQUENCE_SENSITIVE
public static final int SEQUENCE_SENSITIVE
- See Also:
- Constant Field Values
ORIENTATION_INVARIANT
public static final int ORIENTATION_INVARIANT
- See Also:
- Constant Field Values
ORIENTATION_SENSITIVE
public static final int ORIENTATION_SENSITIVE
- See Also:
- Constant Field Values
GestureStore
public GestureStore()
setOrientationStyle
public void setOrientationStyle(int style)
getOrientationStyle
public int getOrientationStyle()
setSequenceType
public void setSequenceType(int type)
getSequenceType
public int getSequenceType()
getGestureEntries
public java.util.Set<java.lang.String> getGestureEntries()
recognize
public java.util.ArrayList<Prediction> recognize(Gesture gesture)
addGesture
public void addGesture(java.lang.String entryName,
Gesture gesture)
removeGesture
public void removeGesture(java.lang.String entryName,
Gesture gesture)
removeEntry
public void removeEntry(java.lang.String entryName)
getGestures
public java.util.ArrayList<Gesture> getGestures(java.lang.String entryName)
hasChanged
public boolean hasChanged()
save
public void save(java.io.OutputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
save
public void save(java.io.OutputStream stream,
boolean closeStream)
throws java.io.IOException
- Throws:
java.io.IOException
load
public void load(java.io.InputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
load
public void load(java.io.InputStream stream,
boolean closeStream)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2008-2010. All Rights Reserved.