Interface FontSizeAccessor.FontSizeMutator

All Known Subinterfaces:
FontSizeAccessor.FontSizeProperty
All Known Implementing Classes:
AsciiArtBuilder
Enclosing interface:
FontSizeAccessor

public static interface FontSizeAccessor.FontSizeMutator
Provides a mutator for a font style property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFontSize(int aFontSize)
    Sets the font style for the font style property.
  • Method Details

    • setFontSize

      void setFontSize(int aFontSize)
      Sets the font style for the font style property.
      Parameters:
      aFontSize - The font style to be stored by the font style property.