Interface FontNameAccessor.FontNameMutator

All Known Subinterfaces:
FontNameAccessor.FontNameProperty
All Known Implementing Classes:
AsciiArtBuilder
Enclosing interface:
FontNameAccessor

public static interface FontNameAccessor.FontNameMutator
Provides a mutator for a font name property.
  • Method Summary

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

    • setFontName

      void setFontName​(String aFontName)
      Sets the font name for the font name property.
      Parameters:
      aFontName - The font name to be stored by the font name property.