Class FloatingMatchSettings


  • public class FloatingMatchSettings
    extends Object
    • Field Detail

      • top

        public int top
      • left

        public int left
      • width

        public int width
      • height

        public int height
      • maxUpOffset

        public int maxUpOffset
      • maxDownOffset

        public int maxDownOffset
      • maxLeftOffset

        public int maxLeftOffset
      • maxRightOffset

        public int maxRightOffset
    • Constructor Detail

      • FloatingMatchSettings

        public FloatingMatchSettings()
      • FloatingMatchSettings

        public FloatingMatchSettings​(int left,
                                     int top,
                                     int width,
                                     int height,
                                     int maxUpOffset,
                                     int maxDownOffset,
                                     int maxLeftOffset,
                                     int maxRightOffset)
    • Method Detail

      • getTop

        public int getTop()
      • getLeft

        public int getLeft()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getMaxUpOffset

        public int getMaxUpOffset()
      • getMaxDownOffset

        public int getMaxDownOffset()
      • getMaxLeftOffset

        public int getMaxLeftOffset()
      • getMaxRightOffset

        public int getMaxRightOffset()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object