Interface FontSizeAccessor.FontSizeBuilder<B extends FontSizeAccessor.FontSizeBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    All Known Subinterfaces:
    AsciiArtBuilder, Font
    All Known Implementing Classes:
    AsciiArtBuilderImpl, FontImpl
    Enclosing interface:
    FontSizeAccessor


    public static interface FontSizeAccessor.FontSizeBuilder<B extends FontSizeAccessor.FontSizeBuilder<B>>
    Provides a builder method for a font style property returning the builder for applying multiple build operations.
    • Method Detail

      • withFontSize

        B withFontSize​(int aFontSize)
        Sets the font style for the font style property.
        Parameters:
        aFontSize - The font style to be stored by the font style property.
        Returns:
        The builder for applying multiple build operations.