Interface BannerFontAccessor.BannerFontBuilder<B extends BannerFontAccessor.BannerFontBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
ArgsProcessorBuilder<B>, ParseArgs
All Known Implementing Classes:
ArgsParser
Enclosing interface:
BannerFontAccessor

public static interface BannerFontAccessor.BannerFontBuilder<B extends BannerFontAccessor.BannerFontBuilder<B>>
Provides a builder method for a banner Font property returning the builder for applying multiple build operations.
  • Method Summary

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

    • withBannerFont

      B withBannerFont(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.
      Returns:
      The builder for applying multiple build operations.