Class SlidingWindow<T extends DataContainer>

    • Field Detail

      • m_NumLeft

        protected int m_NumLeft
        the number of points left of the center.
      • m_NumRight

        protected int m_NumRight
        the number of points right of the center.
    • Constructor Detail

      • SlidingWindow

        public SlidingWindow()
    • Method Detail

      • setNumLeft

        public void setNumLeft​(int value)
        Sets the number of points left of the center.
        Parameters:
        value - the number of points
      • getNumLeft

        public int getNumLeft()
        Returns the number of points left of the center.
        Returns:
        the number of points
      • numLeftTipText

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

        public void setNumRight​(int value)
        Sets the number of points right of the center.
        Parameters:
        value - the number of points
      • getNumRight

        public int getNumRight()
        Returns the number of points right of the center.
        Returns:
        the number of points
      • numRightTipText

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

        public void setBaselineCorrection​(AbstractBaselineCorrection value)
        Sets the baseline correction algorithm.
        Parameters:
        value - the algorithm
      • getBaselineCorrection

        public AbstractBaselineCorrection getBaselineCorrection()
        Returns the current baseline correction algorithm.
        Returns:
        the algorithm
      • baselineCorrectionTipText

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