Interface FontNameAccessor.FontNameBuilder<B extends FontNameAccessor.FontNameBuilder<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:
    FontNameAccessor

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

      • withFontName

        B withFontName​(java.lang.String aFontName)
        Sets the font name for the font name property.
        Parameters:
        aFontName - The font name to be stored by the font name property.
        Returns:
        The builder for applying multiple build operations.