GiniCaptureBox

public class GiniCaptureBox implements Parcelable

Contains a bounding box for a Gini API extraction. The bounding box describes the page and the position where the extraction originates.

Constructors

GiniCaptureBox
Link copied to clipboard
void GiniCaptureBox(int pageNumber, double left, double top, double width, double height)
Create a new bounding box for an extraction.

Functions

describeContents
Link copied to clipboard
int describeContents()
getHeight
Link copied to clipboard
double getHeight()
vertical dimension of the box
getLeft
Link copied to clipboard
double getLeft()
distance from the left edge of the page
getPageNumber
Link copied to clipboard
int getPageNumber()
page on which the box can be found, starting with 1
getTop
Link copied to clipboard
double getTop()
distance from the top edge of the page
getWidth
Link copied to clipboard
double getWidth()
horizontal dimension of the box
toString
Link copied to clipboard
String toString()
writeToParcel
Link copied to clipboard
void writeToParcel(Parcel dest, int flags)

Properties

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