public static class SignatureView.LinePathPoint
extends android.graphics.Point
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<SignatureView.LinePathPoint> |
CREATOR |
static int |
TYPE_LINE_POINT |
static int |
TYPE_LINE_START |
Constructor and Description |
---|
LinePathPoint() |
LinePathPoint(int x,
int y,
int type) |
LinePathPoint(SignatureView.LinePathPoint src) |
Modifier and Type | Method and Description |
---|---|
boolean |
isStartPoint() |
void |
readFromParcel(android.os.Parcel in) |
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final int TYPE_LINE_START
public static final int TYPE_LINE_POINT
public static final android.os.Parcelable.Creator<SignatureView.LinePathPoint> CREATOR
public LinePathPoint()
public LinePathPoint(int x, int y, int type)
public LinePathPoint(SignatureView.LinePathPoint src)
public boolean isStartPoint()
public void writeToParcel(android.os.Parcel out, int flags)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class android.graphics.Point
public void readFromParcel(android.os.Parcel in)
readFromParcel
in class android.graphics.Point