Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StaticCursor2DBuilder <PointMarkerType, ResultTableBackgroundType >

Builder for static cursors without axes.

Index

Methods

addStyler

  • Create new CursorBuilder with an additional styler.

    Parameters

    Returns StaticCursor2DBuilder<PointMarkerType, ResultTableBackgroundType>

    CursorBuilder of same type

setPointMarker

  • setPointMarker(pointMarkerConstructor: PointMarkerConstructor<T>): StaticCursor2DBuilder<T, ResultTableBackgroundType>
  • Create new CursorBuilder with a different PointMarker.

    Type parameters

    • T: InternalPointMarker & PointMarkerType

    Parameters

    • pointMarkerConstructor: PointMarkerConstructor<T>

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

    Returns StaticCursor2DBuilder<T, ResultTableBackgroundType>

    CursorBuilder of same type

setResultTableBackground

  • setResultTableBackground(resultTableBackgroundConstructor: BackgroundConstructor<T>): StaticCursor2DBuilder<PointMarkerType, T>
  • Create new CursorBuilder with a different ResultTable Background.

    Type parameters

    • T: InternalBackground & ResultTableBackgroundType

    Parameters

    • resultTableBackgroundConstructor: BackgroundConstructor<T>

      Constructor for Background

    Returns StaticCursor2DBuilder<PointMarkerType, T>

    CursorBuilder of same type