Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StaticCursorXYBuilder<PointMarkerType, ResultTableBackgroundType>

Builder for static xy-cursors

Index

Methods

addStyler

  • Create new CursorBuilder with an additional styler.

    Parameters

    Returns StaticCursorXYBuilder<PointMarkerType, ResultTableBackgroundType>

    New builder with extended style

setPointMarker

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

    Type parameters

    • T: InternalPointMarker & PointMarkerType

    Parameters

    • pointMarkerConstructor: PointMarkerConstructor<T>

      Constructor for PointMarker

    Returns StaticCursorXYBuilder<T, ResultTableBackgroundType>

    New builder with different pointMarker

setResultTableBackground

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

    Type parameters

    • T: InternalBackground & ResultTableBackgroundType

    Parameters

    • resultTableBackgroundConstructor: BackgroundConstructor<T>

      Constructor for Background

    Returns StaticCursorXYBuilder<PointMarkerType, T>

    New builder with different resultTable background