Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CursorBuilderXY <PointMarkerType, ResultTableBackgroundType, TickMarkerBackgroundTypeX, TickMarkerBackgroundTypeY, 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 CursorBuilder<PointMarkerType, ResultTableBackgroundType, Cursor<PointMarkerType, ResultTableBackgroundType>>

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 CursorBuilder<T, ResultTableBackgroundType, Cursor<T, ResultTableBackgroundType>>

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 CursorBuilder<PointMarkerType, T, Cursor<PointMarkerType, T>>

Abstract setTickMarkerXBackground

setTickMarkerXBackground: function

Create new CursorBuilder with a different TickMarkerX Background.

param

Constructor for TickMarker Background

returns

CursorBuilder of same type

    • Type parameters

      • T: TickMarkerBackgroundTypeX & InternalBackground

      Parameters

      • tickMarkerXBackgroundConstructor: PointableBackgroundConstructor<T>

      Returns CursorBuilderXY<PointMarkerType, ResultTableBackgroundType, T, TickMarkerBackgroundTypeY, CursorXY<PointMarkerType, ResultTableBackgroundType, T, TickMarkerBackgroundTypeY>>

Abstract setTickMarkerYBackground

setTickMarkerYBackground: function

Create new CursorBuilder with a different TickMarkerY Background.

param

Constructor for TickMarker Background

returns

CursorBuilder of same type

    • Type parameters

      • T: TickMarkerBackgroundTypeY & InternalBackground

      Parameters

      • tickMarkerYBackgroundConstructor: PointableBackgroundConstructor<T>

      Returns CursorBuilderXY<PointMarkerType, ResultTableBackgroundType, TickMarkerBackgroundTypeX, T, CursorXY<PointMarkerType, ResultTableBackgroundType, TickMarkerBackgroundTypeX, T>>