Class MinDimensions

    • Field Detail

      • m_MinWidth

        protected int m_MinWidth
        the minimum width.
      • m_MinHeight

        protected int m_MinHeight
        the minimum height.
    • Constructor Detail

      • MinDimensions

        public MinDimensions()
    • Method Detail

      • setMinWidth

        public void setMinWidth​(int value)
        Sets the minimum width a negative region must have.
        Parameters:
        value - the minimum width, ignored if <1
      • getMinWidth

        public int getMinWidth()
        Returns the minimum width a negative region must have.
        Returns:
        the minimum width, ignored if <1
      • minWidthTipText

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

        public void setMinHeight​(int value)
        Sets the minimum height a negative region must have.
        Parameters:
        value - the minimum height, ignored if <1
      • getMinHeight

        public int getMinHeight()
        Returns the minimum height a negative region must have.
        Returns:
        the minimum height, ignored if <1
      • minHeightTipText

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