Interface FontStyleAccessor.FontStyleMutator

All Known Subinterfaces:
FontStyleAccessor.FontStyleProperty
All Known Implementing Classes:
AsciiArtBuilder
Enclosing interface:
FontStyleAccessor

public static interface FontStyleAccessor.FontStyleMutator
Provides a mutator for a font style property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFontStyle(FontStyle aFontStyle)
    Sets the font style for the font style property.
  • Method Details

    • setFontStyle

      void setFontStyle(FontStyle aFontStyle)
      Sets the font style for the font style property.
      Parameters:
      aFontStyle - The font style to be stored by the font style property.