Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CursorBuilderXY<PointMarkerType, ResultTableBackgroundType, CursorType>

Base class for cursorXY builders

Index

Properties

Abstract addStyler

addStyler : function

Create new CursorBuilder with an additional styler.

param

Cursor styler function

returns

CursorBuilder of same type

    • Parameters

      Returns ThisType<this>

Abstract setPointMarker

setPointMarker : function

Create new CursorBuilder with a different PointMarker.

param

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

returns

CursorBuilder of same type

    • Type parameters

      • T: InternalPointMarker & PointMarkerType

      Parameters

      • pointMarkerConstructor: PointMarkerConstructor<T>

      Returns ThisType<this>

Abstract setResultTableBackground

setResultTableBackground : function

Create new CursorBuilder with a different ResultTable Background.

param

Constructor for Background

returns

CursorBuilder of same type

    • Type parameters

      • T: InternalBackground & ResultTableBackgroundType

      Parameters

      • resultTableBackgroundConstructor: BackgroundConstructor<T>

      Returns ThisType<this>