Interface FontTypeAccessor.FontTypeBuilder<B extends FontTypeAccessor.FontTypeBuilder<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:
    FontTypeAccessor

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

      • withFontType

        B withFontType​(FontType aFontType)
        Sets the font type for the font type property.
        Parameters:
        aFontType - The font type to be stored by the font type property.
        Returns:
        The builder for applying multiple build operations.