Interface BannerFontAccessor
- All Known Subinterfaces:
BannerFontAccessor.BannerFontProperty,ParseArgs
- All Known Implementing Classes:
ArgsParser
public interface BannerFontAccessor
Provides an accessor for a banner
Font property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a bannerFontproperty returning the builder for applying multiple build operations.static interfaceProvides a mutator for a bannerFontproperty.static interfaceProvides a bannerFontproperty. -
Method Summary
Modifier and TypeMethodDescriptionorg.refcodes.textual.FontRetrieves the bannerFontfrom the bannerFontproperty.
-
Method Details
-
getBannerFont
org.refcodes.textual.Font getBannerFont()Retrieves the bannerFontfrom the bannerFontproperty.- Returns:
- The banner
Fontstored by the bannerFontproperty.
-