Android 2.3 Gingerbread

Package android.gesture

Provides classes to create, recognize, load and save gestures.

See:
          Description

Interface Summary
GestureConstants  
GestureOverlayView.OnGestureListener  
GestureOverlayView.OnGesturePerformedListener  
GestureOverlayView.OnGesturingListener  
 

Class Summary
Gesture A gesture is a hand-drawn shape on a touch screen.
GestureLibraries  
GestureLibrary  
GestureOverlayView A transparent overlay for gesture input that can be placed on top of other widgets or contain other widgets.
GesturePoint A timed point of a gesture stroke.
GestureStore GestureLibrary maintains gesture examples and makes predictions on a new gesture
GestureStroke A gesture stroke started on a touch down and ended on a touch up.
GestureUtils Utility functions for gesture processing & analysis, including methods for: feature extraction (e.g., samplers and those for calculating bounding boxes and gesture path lengths); geometric transformation (e.g., translation, rotation and scaling); gesture similarity comparison (e.g., calculating Euclidean or Cosine distances between two gestures).
Instance An instance represents a sample if the label is available or a query if the label is null.
InstanceLearner An implementation of an instance-based learner
Learner The abstract class of a gesture learner
OrientedBoundingBox An oriented bounding box
Prediction  
 

Package android.gesture Description

Provides classes to create, recognize, load and save gestures.


Android 2.3 Gingerbread