FileDocCategorySizeDatePackage
Gesture.javaAPI DocAndroid 5.1 API1741Sat Mar 14 14:09:38 GMT 2015android.gesture

Gesture

public class Gesture extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public Gesture()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddStroke(android.gesture.GestureStroke stroke)

 throw new RuntimeException("Stub!"); 
public java.lang.Objectclone()

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public android.graphics.RectFgetBoundingBox()

 throw new RuntimeException("Stub!"); 
public longgetID()

 throw new RuntimeException("Stub!"); 
public floatgetLength()

 throw new RuntimeException("Stub!"); 
public java.util.ArrayListgetStrokes()

 throw new RuntimeException("Stub!"); 
public intgetStrokesCount()

 throw new RuntimeException("Stub!"); 
public android.graphics.BitmaptoBitmap(int width, int height, int edge, int numSample, int color)

 throw new RuntimeException("Stub!"); 
public android.graphics.BitmaptoBitmap(int width, int height, int inset, int color)

 throw new RuntimeException("Stub!"); 
public android.graphics.PathtoPath(int width, int height, int edge, int numSample)

 throw new RuntimeException("Stub!"); 
public android.graphics.PathtoPath(android.graphics.Path path, int width, int height, int edge, int numSample)

 throw new RuntimeException("Stub!"); 
public android.graphics.PathtoPath()

 throw new RuntimeException("Stub!"); 
public android.graphics.PathtoPath(android.graphics.Path path)

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel out, int flags)

 throw new RuntimeException("Stub!");