Class StaticCursor2DBuilder<PointMarkerType, ResultTableBackgroundType>

Builder for static cursors without axes.

Type Parameters

Hierarchy

  • CursorBuilder<PointMarkerType, ResultTableBackgroundType, StaticCursor<PointMarkerType, ResultTableBackgroundType>>
    • StaticCursor2DBuilder

Methods

  • Create new CursorBuilder with an additional styler.

    Returns

    CursorBuilder of same type

    Parameters

    Returns StaticCursor2DBuilder<PointMarkerType, ResultTableBackgroundType>

  • Create new CursorBuilder with a different PointMarker.

    Returns

    CursorBuilder of same type

    Type Parameters

    Parameters

    • pointMarkerConstructor: PointMarkerConstructor<T>

      Constructor for PointMarker. See PointMarkers for a collection of options.

    Returns StaticCursor2DBuilder<T, ResultTableBackgroundType>

  • Create new CursorBuilder with a different ResultTable Background.

    Returns

    CursorBuilder of same type

    Type Parameters

    Parameters

    • resultTableBackgroundConstructor: BackgroundConstructor<T>

      Constructor for Background

    Returns StaticCursor2DBuilder<PointMarkerType, T>