Class MinMax

    • Field Detail

      • m_field

        protected Field m_field
        the quant field.
      • m_min

        protected double m_min
        min.
      • m_max

        protected double m_max
        max.
    • Constructor Detail

      • MinMax

        public MinMax()
    • Method Detail

      • setMin

        public void setMin​(double value)
        Sets the minimum.
        Parameters:
        value - min
      • getMin

        public double getMin()
        Returns the currently set minimum.
        Returns:
        the minimum
      • minTipText

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

        public void setMax​(double value)
        Sets the max.
        Parameters:
        value - min
      • getMax

        public double getMax()
        Returns the currently set max.
        Returns:
        the max
      • maxTipText

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

        public void setField​(Field value)
        Sets the field.
        Parameters:
        value - the field
      • getField

        public Field getField()
        Returns the field.
        Returns:
        the field
      • fieldTipText

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