|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| FieldLocation (double left, double top, double width, double height) | |
| FieldLocation (RectF rectF) | |
| String | toString () |
| boolean | isUndefined () |
Public Attributes | |
| final PointDouble | origin |
| final SizeDouble | size |
Static Public Attributes | |
| static final FieldLocation | UNDEFINED = new FieldLocation(0d, 0d, 0d, 0d) |
| FieldLocation | ( | double | left, |
| double | top, | ||
| double | width, | ||
| double | height | ||
| ) |
| FieldLocation | ( | RectF | rectF | ) |
| boolean isUndefined | ( | ) |
| String toString | ( | ) |
| final PointDouble origin |
| final SizeDouble size |
|
static |