Interface FontAccessor.FontMutator

All Known Subinterfaces:
FontAccessor.FontProperty
All Known Implementing Classes:
AsciiArtBuilder
Enclosing interface:
FontAccessor

public static interface FontAccessor.FontMutator
Provides a mutator for a font property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFont(Font aFont)
    Sets the font for the font property.
  • Method Details

    • setFont

      void setFont(Font aFont)
      Sets the font for the font property.
      Parameters:
      aFont - The font to be stored by the font property.