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.
      • build

        static TextBorderBuilder build​()
        This is a convenience method for easily instantiating the according builder.
        Returns:
        an instance (using a default implementation) of this builder