- 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 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.
-