package android.gesture;
public class GestureStroke
{
public GestureStroke(java.util.ArrayList<android.gesture.GesturePoint> points) { throw new RuntimeException("Stub!"); }
public java.lang.Object clone() { throw new RuntimeException("Stub!"); }
public android.graphics.Path getPath() { throw new RuntimeException("Stub!"); }
public android.graphics.Path toPath(float width, float height, int numSample) { throw new RuntimeException("Stub!"); }
public void clearPath() { throw new RuntimeException("Stub!"); }
public android.gesture.OrientedBoundingBox computeOrientedBoundingBox() { throw new RuntimeException("Stub!"); }
public final android.graphics.RectF boundingBox;
public final float length;
public final float[] points = null;
}
|