Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CursorBuilderXY <PointMarkerType, ResultTableBackgroundType, TickMarkerBackgroundTypeX, TickMarkerBackgroundTypeY, CursorType >

Index

Properties

Abstract addStyler

addStyler: function
    • Parameters

      Returns CursorBuilder<PointMarkerType, ResultTableBackgroundType, Cursor<PointMarkerType, ResultTableBackgroundType>>

Abstract setPointMarker

setPointMarker: function
    • Type parameters

      • T: InternalPointMarker & PointMarkerType

      Parameters

      • pointMarkerConstructor: PointMarkerConstructor<T>

      Returns CursorBuilder<T, ResultTableBackgroundType, Cursor<T, ResultTableBackgroundType>>

Abstract setResultTableBackground

setResultTableBackground: function
    • Type parameters

      • T: InternalBackground & ResultTableBackgroundType

      Parameters

      • resultTableBackgroundConstructor: BackgroundConstructor<T>

      Returns CursorBuilder<PointMarkerType, T, Cursor<PointMarkerType, T>>

Abstract setTickMarkerXBackground

setTickMarkerXBackground: function
    • Type parameters

      • T: TickMarkerBackgroundTypeX & InternalBackground

      Parameters

      • tickMarkerXBackgroundConstructor: PointableBackgroundConstructor<T>

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

Abstract setTickMarkerYBackground

setTickMarkerYBackground: function
    • Type parameters

      • T: TickMarkerBackgroundTypeY & InternalBackground

      Parameters

      • tickMarkerYBackgroundConstructor: PointableBackgroundConstructor<T>

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