Interface UILUTCheckBoxBuilder<BackgroundType>

Interface for 'LUTCheckBox'-builder.

Type Parameters

Hierarchy

Methods

  • Make new UILUTCheckBoxBuilder with different alignment.

    Returns

    New UILUTCheckBoxBuilder

    Parameters

    • alignment: "horizontal" | "vertical"

      Alignment for UILUTCheckBox

    Returns UILUTCheckBoxBuilder<BackgroundType>

  • Make new UILUTCheckBoxBuilder with different background.

    Type Parameters

    • NewBackgroundType extends UIBackground<NewBackgroundType> & InternalBackground<NewBackgroundType>

    Parameters

    • newBackground: BackgroundConstructor<NewBackgroundType>

      Constructor for desired Background. See UIBackgrounds for a collection of options.

    Returns UILUTCheckBoxBuilder<NewBackgroundType>