Interface UILUTRangeBuilder<BackgroundType>

Interface for UILUTRange builder.

Type Parameters

Hierarchy

Methods

  • Make new UILUTRangeBuilder 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 UILUTRangeBuilder<NewBackgroundType>