Interface BannerFontPaletteAccessor.BannerFontPaletteMutator

All Known Subinterfaces:
BannerFontPaletteAccessor.BannerFontPaletteProperty, ParseArgs
All Known Implementing Classes:
ArgsParser
Enclosing interface:
BannerFontPaletteAccessor

public static interface BannerFontPaletteAccessor.BannerFontPaletteMutator
Provides a mutator for a banner font palette property.
  • Method Summary

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

    • setBannerFontPalette

      void setBannerFontPalette(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.
    • setBannerFontPalette

      void setBannerFontPalette(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.