Interface TextBorderBuilder

    • Method Detail

      • getBorderChar

        char getBorderChar​()
        Retrieves the border char from the border char property.
        Returns:
        The border char stored by the border char property.
      • setBorderChar

        void setBorderChar​(char aBorderChar)
        Sets the border char for the border char property.
        Parameters:
        aBorderChar - The border char to be stored by the text align mode property.
      • withBorderChar

        default TextBorderBuilder withBorderChar​(char aBorderChar)
        Sets the border char for the border char property.
        Parameters:
        aBorderChar - The border char to be stored by the text align mode property.
        Returns:
        The builder for applying multiple build operations.
      • getBorderWidth

        int getBorderWidth​()
        Retrieves the border width from the border width property.
        Returns:
        The border width stored by the border width property.
      • setBorderWidth

        void setBorderWidth​(int aBorderWidth)
        Sets the border width for the border width property.
        Parameters:
        aBorderWidth - The border width to be stored by the text align mode property.
      • withBorderWidth

        default TextBorderBuilder withBorderWidth​(int aBorderWidth)
        Sets the border width for the border width property.
        Parameters:
        aBorderWidth - The border width to be stored by the text align mode property.
        Returns:
        The builder for applying multiple build operations.
      • toStrings

        java.lang.String[] toStrings​()
        The Strings being build by the builder upon the settings of the attributes.
        Specified by:
        toStrings in interface TextAccessor.TextProvider
        Returns:
        The according resulting String array