Class FieldLocation


  • public class FieldLocation
    extends Object
    Location data for a field.
    • Constructor Detail

      • FieldLocation

        public FieldLocation​(Polygon polygon,
                             int page)
      • FieldLocation

        public FieldLocation()
    • Method Detail

      • getPolygon

        public Polygon getPolygon()
        Free polygon made up of points.
      • getPage

        public int getPage()
        Page ID.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object