Interface BannerFontPaletteAccessor.BannerFontPaletteBuilder<B extends BannerFontPaletteAccessor.BannerFontPaletteBuilder<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:
BannerFontPaletteAccessor

public static interface BannerFontPaletteAccessor.BannerFontPaletteBuilder<B extends BannerFontPaletteAccessor.BannerFontPaletteBuilder<B>>
Provides a builder method for a banner font palette property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withBannerFontPalette(char[] aBannerFontPalette)
    Sets the banner font palette for the banner font palette property.
    withBannerFontPalette(org.refcodes.data.AsciiColorPalette aBannerFontPalette)
    Sets the banner font palette for the banner font palette property.
  • Method Details

    • withBannerFontPalette

      B withBannerFontPalette(org.refcodes.data.AsciiColorPalette aBannerFontPalette)
      Sets the banner font palette for the banner font palette property.
      Parameters:
      aBannerFontPalette - The banner font palette to be stored by the banner palette property.
      Returns:
      The builder for applying multiple build operations.
    • withBannerFontPalette

      B withBannerFontPalette(char[] aBannerFontPalette)
      Sets the banner font palette for the banner font palette property.
      Parameters:
      aBannerFontPalette - The banner font palette to be stored by the banner palette property.
      Returns:
      The builder for applying multiple build operations.