default-network
default-network
/
net.gini.android.core.api.models
/
Box
Box
public
class
Box
implements
Parcelable
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Box
Link copied to clipboard
void
Box
(
int pageNumber
,
double left
,
double top
,
double width
,
double height
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
int
describeContents
(
)
Content copied to clipboard
from
Api
Response
Link copied to clipboard
static
Box
fromApiResponse
(
JSONObject
responseData
)
Content copied to clipboard
get
Height
Link copied to clipboard
double
getHeight
(
)
Content copied to clipboard
get
Left
Link copied to clipboard
double
getLeft
(
)
Content copied to clipboard
get
Page
Number
Link copied to clipboard
int
getPageNumber
(
)
Content copied to clipboard
get
Top
Link copied to clipboard
double
getTop
(
)
Content copied to clipboard
get
Width
Link copied to clipboard
double
getWidth
(
)
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
void
writeToParcel
(
Parcel
dest
,
int flags
)
Content copied to clipboard
Properties
CREATOR
Link copied to clipboard
public
final
static
Parcelable.Creator
<
Box
>
CREATOR
Content copied to clipboard