Interface FontStyleAccessor.FontStyleBuilder<B extends FontStyleAccessor.FontStyleBuilder<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:
    FontStyleAccessor


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

      • withFontStyle

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