Class TimeseriesMinPoints

    • Field Detail

      • m_NumPoints

        protected double m_NumPoints
        the number of points that need the minimum value (below 1 it is interpreted as percentage).
      • m_MinValue

        protected double m_MinValue
        the minimum value.
    • Constructor Detail

      • TimeseriesMinPoints

        public TimeseriesMinPoints()
    • Method Detail

      • setNumPoints

        public void setNumPoints​(double value)
        Sets the minimum number of points.
        Parameters:
        value - the number of points
      • getNumPoints

        public double getNumPoints()
        Returns the currently set minimum number of points.
        Returns:
        the minimum number of points
      • numPointsTipText

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

        public void setMinValue​(double value)
        Sets the minimum value.
        Parameters:
        value - the minimum
      • getMinValue

        public double getMinValue()
        Returns the currently set minimum.
        Returns:
        the minimum
      • minValueTipText

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