Interface ThousandSeparatorOptions.Builder

    • Method Detail

      • visibility

        ThousandSeparatorOptions.Builder visibility​(String visibility)

        Determines the visibility of the thousands separator.

        Parameters:
        visibility - Determines the visibility of the thousands separator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • visibility

        ThousandSeparatorOptions.Builder visibility​(Visibility visibility)

        Determines the visibility of the thousands separator.

        Parameters:
        visibility - Determines the visibility of the thousands separator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • groupingStyle

        ThousandSeparatorOptions.Builder groupingStyle​(String groupingStyle)

        Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.

        Parameters:
        groupingStyle - Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DigitGroupingStyle, DigitGroupingStyle
      • groupingStyle

        ThousandSeparatorOptions.Builder groupingStyle​(DigitGroupingStyle groupingStyle)

        Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.

        Parameters:
        groupingStyle - Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DigitGroupingStyle, DigitGroupingStyle