Class FieldLocation


  • public class FieldLocation
    extends Object
    Parameters specifying options related to seal field location coordinates required for FieldOptions.
    • Constructor Detail

      • FieldLocation

        public FieldLocation​(int left,
                             int top,
                             int right,
                             int bottom)
        Constructs a FieldLocation instance.
        Parameters:
        left - the left coordinate of field location
        top - the top coordinate of field location
        right - the right coordinate of field location
        bottom - the bottom coordinate of field location
    • Method Detail

      • getLeft

        public Integer getLeft()
        Returns the left coordinate in default user space units for seal field.
        Returns:
        left coordinate value
      • getTop

        public Integer getTop()
        Returns the top coordinate in default user space units for seal field.
        Returns:
        top coordinate value
      • getRight

        public Integer getRight()
        Returns the right coordinate in default user space units for seal field.
        Returns:
        right coordinate value
      • getBottom

        public Integer getBottom()
        Returns the bottom coordinate in default user space units for seal field.
        Returns:
        bottom coordinate value