Box

public class Box implements Parcelable

Constructors

Box
Link copied to clipboard
void Box(int pageNumber, double left, double top, double width, double height)

Functions

describeContents
Link copied to clipboard
int describeContents()
fromApiResponse
Link copied to clipboard
static Box fromApiResponse(JSONObject responseData)
getHeight
Link copied to clipboard
double getHeight()
getLeft
Link copied to clipboard
double getLeft()
getPageNumber
Link copied to clipboard
int getPageNumber()
getTop
Link copied to clipboard
double getTop()
getWidth
Link copied to clipboard
double getWidth()
writeToParcel
Link copied to clipboard
void writeToParcel(Parcel dest, int flags)

Properties

CREATOR
Link copied to clipboard
public final static Parcelable.Creator<BoxCREATOR