Class EveryNth

    • Field Detail

      • m_Offset

        protected int m_Offset
        the offset.
      • m_Nth

        protected int m_Nth
        which elements to pick.
    • Constructor Detail

      • EveryNth

        public EveryNth()
    • Method Detail

      • setOffset

        public void setOffset​(int value)
        Sets the offset.
        Parameters:
        value - the offset
      • getOffset

        public int getOffset()
        Returns the offset.
        Returns:
        the offset
      • offsetTipText

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

        public void setNth​(int value)
        Sets the elements to pick.
        Parameters:
        value - the elements to pick
      • getNth

        public int getNth()
        Returns the elements to pick.
        Returns:
        the elements to pick
      • nthTipText

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