- 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
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a bannerFont
property returning the builder for applying multiple build operations.static interface
Provides a mutator for a bannerFont
property.static interface
Provides a bannerFont
property. -
Method Summary
Modifier and TypeMethodDescriptionorg.refcodes.textual.Font
Retrieves the bannerFont
from the bannerFont
property.
-
Method Details
-
getBannerFont
org.refcodes.textual.Font getBannerFont()Retrieves the bannerFont
from the bannerFont
property.- Returns:
- The banner
Font
stored by the bannerFont
property.
-