Package com.mindee.parsing.v2.field
Class FieldLocation
- java.lang.Object
-
- com.mindee.parsing.v2.field.FieldLocation
-
public class FieldLocation extends Object
Location data for a field.
-
-
Constructor Summary
Constructors Constructor Description FieldLocation()
FieldLocation(Polygon polygon, int page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getPage()
0-based page index of where the polygon is located.Polygon
getPolygon()
Free polygon made up of points.int
hashCode()
-
-
-
Constructor Detail
-
FieldLocation
public FieldLocation(Polygon polygon, int page)
-
FieldLocation
public FieldLocation()
-
-