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 booleancanEqual(Object other)booleanequals(Object o)intgetPage()0-based page index of where the polygon is located.PolygongetPolygon()Free polygon made up of points.inthashCode()
-
-
-
Constructor Detail
-
FieldLocation
public FieldLocation(Polygon polygon, int page)
-
FieldLocation
public FieldLocation()
-
-