Class StaticCursorXYBuilder<PointMarkerType, ResultTableBackgroundType>

Builder for static xy-cursors

Type Parameters

Hierarchy

Methods

  • Create new CursorBuilder with an additional styler.

    Returns

    New builder with extended style

    Parameters

    Returns StaticCursorXYBuilder<PointMarkerType, ResultTableBackgroundType>

  • Create new CursorBuilder with a different PointMarker.

    Returns

    New builder with different pointMarker

    Type Parameters

    Parameters

    • pointMarkerConstructor: PointMarkerConstructor<T>

      Constructor for PointMarker

    Returns StaticCursorXYBuilder<T, ResultTableBackgroundType>

  • Create new CursorBuilder with a different ResultTable Background.

    Returns

    New builder with different resultTable background

    Type Parameters

    Parameters

    • resultTableBackgroundConstructor: BackgroundConstructor<T>

      Constructor for Background

    Returns StaticCursorXYBuilder<PointMarkerType, T>