Class SimplePercentage

    • Field Detail

      • m_Percentage

        protected double m_Percentage
        the percentage to pick (0-100).
    • Constructor Detail

      • SimplePercentage

        public SimplePercentage()
    • Method Detail

      • setPercentage

        public void setPercentage​(double value)
        Sets the percentage to pick.
        Parameters:
        value - the percentage to pick (100 = same as input)
      • getPercentage

        public double getPercentage()
        Returns the percentage to pick.
        Returns:
        the percentage to pick (100 = same as input)
      • percentageTipText

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