Interface UILegendBoxBuilder<BackgroundType>

Public interface for builder of LegendBox.

Type Parameters

  • BackgroundType extends InternalBackground = InternalBackground

Hierarchy

Methods

  • Get alignment of LegendBoxBuilder.

    Eq. "Horizontal" meaning that the LegendBox progresses in the X-direction, and aligns its groups downwards.

    Returns

    Alignment for LegendBox

    Returns "horizontal" | "vertical"

  • Make new LegendBoxBuilder with different alignment of entries.

    Eq. "Horizontal" meaning that the LegendBox progresses in the X-direction, and aligns its groups downwards.

    Returns

    New LegendBoxBuilder

    Parameters

    • alignment: "horizontal" | "vertical"

      Alignment for LegendBox

    Returns UILegendBoxBuilder<BackgroundType>

  • Make new LegendBoxBuilder with different background

    Returns

    New LegendBoxBuilder

    Type Parameters

    • NewBackgroundType extends InternalBackground<NewBackgroundType>

    Parameters

    • newBackground: BackgroundConstructor<NewBackgroundType>

      Constructor for Background

    Returns UILegendBoxBuilder<NewBackgroundType>