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 Implementing Classes:
AsciiArtBuilder
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 Summary

    Modifier and Type
    Method
    Description
    withFontName(String aFontName)
    Sets the font name for the font name property.
  • Method Details

    • withFontName

      B withFontName(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.