- All Known Subinterfaces:
ArgsParser,BannerFontAccessor.BannerFontProperty
- All Known Implementing Classes:
ArgsParserImpl
- Enclosing interface:
- BannerFontAccessor
public static interface BannerFontAccessor.BannerFontMutator
Provides a mutator for a banner
Font property.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBannerFont(org.refcodes.textual.Font aBannerFont) Sets the bannerFontfor the bannerFontproperty.
-
Method Details
-
setBannerFont
void setBannerFont(org.refcodes.textual.Font aBannerFont) Sets the bannerFontfor the bannerFontproperty.- Parameters:
aBannerFont- The bannerFontto be stored by the bannerFontproperty.
-