Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UILegendBoxBuilder <BackgroundType, TitleType, EntryType >

Index

Methods

addStyler

setAlignment

  • setAlignment(alignment: "horizontal" | "vertical"): UILegendBoxBuilder<BackgroundType, TitleType>
  • Parameters

    • alignment: "horizontal" | "vertical"

    Returns UILegendBoxBuilder<BackgroundType, TitleType>

    New LegendBoxBuilder

setBackground

  • setBackground(newBackground: BackgroundConstructor<NewBackgroundType>): UILegendBoxBuilder<NewBackgroundType, TitleType>
  • Type parameters

    • NewBackgroundType: BackgroundType

    Parameters

    • newBackground: BackgroundConstructor<NewBackgroundType>

    Returns UILegendBoxBuilder<NewBackgroundType, TitleType>

    New LegendBoxBuilder

setEntry

  • Type parameters

    • NewEntryType: EntryType

    Parameters

    Returns UILegendBoxBuilder<BackgroundType, TitleType, NewEntryType>

    New LegendBoxBuilder

setTitle