Interface FontFamilyAccessor.FontFamilyBuilder<B extends FontFamilyAccessor.FontFamilyBuilder<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:
FontFamilyAccessor

public static interface FontFamilyAccessor.FontFamilyBuilder<B extends FontFamilyAccessor.FontFamilyBuilder<B>>
Provides a builder method for a font family property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the font family for the font family property.
  • Method Details

    • withFontFamily

      B withFontFamily(FontFamily aFontType)
      Sets the font family for the font family property.
      Parameters:
      aFontType - The font family to be stored by the font family property.
      Returns:
      The builder for applying multiple build operations.