public class PDFConfig
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<PDFConfig> |
CREATOR |
static java.lang.String |
EXTRA_CONFIG |
| Modifier | Constructor and Description |
|---|---|
|
PDFConfig() |
protected |
PDFConfig(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getFilepath() |
int |
getSwipeorientation() |
void |
setFilepath(java.lang.String filepath) |
void |
setSwipeorientation(int swipeorientation) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final java.lang.String EXTRA_CONFIG
public static final android.os.Parcelable.Creator<PDFConfig> CREATOR
public java.lang.String getFilepath()
public void setFilepath(java.lang.String filepath)
public int getSwipeorientation()
public void setSwipeorientation(int swipeorientation)
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic int describeContents()
describeContents in interface android.os.Parcelable