Interface FontFamilyAccessor.FontFamilyMutator

All Known Subinterfaces:
FontFamilyAccessor.FontFamilyProperty
All Known Implementing Classes:
AsciiArtBuilder
Enclosing interface:
FontFamilyAccessor

public static interface FontFamilyAccessor.FontFamilyMutator
Provides a mutator for a font family property.
  • Method Summary

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

    • setFontFamily

      void setFontFamily(FontFamily aFontType)
      Sets the font family for the font family property.
      Parameters:
      aFontType - The font family to be stored by the font family property.