Module javafx.base

Class PercentageStringConverter


public class PercentageStringConverter extends NumberStringConverter
A StringConverter implementation for Number values that represent percentages. Instances of this class are immutable.
Since:
JavaFX 2.1
See Also:
  • Constructor Details

    • PercentageStringConverter

      public PercentageStringConverter()
      Constructs a PercentageStringConverter with the default locale and format.
    • PercentageStringConverter

      public PercentageStringConverter(Locale locale)
      Constructs a PercentageStringConverter with the given locale and the default format.
      Parameters:
      locale - the locale used in determining the number format used to format the string
    • PercentageStringConverter

      public PercentageStringConverter(NumberFormat numberFormat)
      Constructs a PercentageStringConverter with the given number format.
      Parameters:
      numberFormat - the number format used to format the string
  • Method Details

    • getNumberFormat

      @Deprecated(forRemoval=true, since="22") public NumberFormat getNumberFormat()
      Deprecated, for removal: This API element is subject to removal in a future version.
      This method was exposed erroneously and will be removed in a future version.
      Description copied from class: NumberStringConverter
      Returns a NumberFormat instance to use for formatting and parsing in this StringConverter.
      Overrides:
      getNumberFormat in class NumberStringConverter
      Returns:
      a NumberFormat instance for formatting and parsing in this StringConverter