Interface BannerFontAccessor.BannerFontMutator

All Known Subinterfaces:
BannerFontAccessor.BannerFontProperty, ParseArgs
All Known Implementing Classes:
ArgsParser
Enclosing interface:
BannerFontAccessor

public static interface BannerFontAccessor.BannerFontMutator
Provides a mutator for a banner Font property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setBannerFont(org.refcodes.textual.Font aBannerFont)
    Sets the banner Font for the banner Font property.
  • Method Details

    • setBannerFont

      void setBannerFont(org.refcodes.textual.Font aBannerFont)
      Sets the banner Font for the banner Font property.
      Parameters:
      aBannerFont - The banner Font to be stored by the banner Font property.