Class TimeseriesRange

    • Field Detail

      • m_Min

        protected double m_Min
        the minimum acceptable value (incl).
      • m_Max

        protected double m_Max
        the maximum acceptable value (incl).
    • Constructor Detail

      • TimeseriesRange

        public TimeseriesRange()
    • Method Detail

      • setMin

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

        public double getMin()
        Returns the minimum value accept.
        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 maximum value accept.
        Parameters:
        value - the maximum
      • getMax

        public double getMax()
        Returns the maximum value accept.
        Returns:
        the maximum
      • 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.