Gini Bank API Library for Android
Gini Bank API Library for Android
/
net.gini.android.core.api.models
/
Box
Box
public
class
Box
implements
Parcelable
The box where an extraction is found. Only available on some extractions.
Constructors
Functions
Properties
Constructors
Box
Link copied to clipboard
public
void
Box
(
int pageNumber
,
double left
,
double top
,
double width
,
double height
)
Functions
describe
Contents
Link copied to clipboard
public
int
describeContents
(
)
from
Api
Response
Link copied to clipboard
public
static
Box
fromApiResponse
(
JSONObject
responseData
)
get
Height
Link copied to clipboard
public
double
getHeight
(
)
get
Left
Link copied to clipboard
public
double
getLeft
(
)
get
Page
Number
Link copied to clipboard
public
int
getPageNumber
(
)
get
Top
Link copied to clipboard
public
double
getTop
(
)
get
Width
Link copied to clipboard
public
double
getWidth
(
)
write
To
Parcel
Link copied to clipboard
public
void
writeToParcel
(
Parcel
dest
,
int flags
)
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
public
final
static
int
CONTENTS_FILE_DESCRIPTOR
CREATOR
Link copied to clipboard
public
final
static
Parcelable.Creator
<
Box
>
CREATOR
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
public
final
static
int
PARCELABLE_WRITE_RETURN_VALUE