Class MaxDimensions

    • Field Detail

      • m_MaxWidth

        protected int m_MaxWidth
        the maximum width.
      • m_MaxHeight

        protected int m_MaxHeight
        the maximum height.
    • Constructor Detail

      • MaxDimensions

        public MaxDimensions()
    • Method Detail

      • setMaxWidth

        public void setMaxWidth​(int value)
        Sets the maximum width a negative region can have.
        Parameters:
        value - the maximum width, ignored if <1
      • getMaxWidth

        public int getMaxWidth()
        Returns the maximum width a negative region can have.
        Returns:
        the maximum width, ignored if <1
      • maxWidthTipText

        public String maxWidthTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setMaxHeight

        public void setMaxHeight​(int value)
        Sets the maximum height a negative region can have.
        Parameters:
        value - the maximum height, ignored if <1
      • getMaxHeight

        public int getMaxHeight()
        Returns the maximum height a negative region can have.
        Returns:
        the maximum height, ignored if <1
      • maxHeightTipText

        public String maxHeightTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.