Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StaticCursorXYBuilder <PointMarkerType, ResultTableBackgroundType, TickMarkerXBackgroundType, TickMarkerYBackgroundType >

Index

Methods

addStyler

  • addStyler(cursorStyler: CursorStyler<StaticCursorXY<PointMarkerType, ResultTableBackgroundType, TickMarkerXBackgroundType, TickMarkerYBackgroundType>>): StaticCursorXYBuilder<PointMarkerType, ResultTableBackgroundType, TickMarkerXBackgroundType, TickMarkerYBackgroundType>
  • Parameters

    • cursorStyler: CursorStyler<StaticCursorXY<PointMarkerType, ResultTableBackgroundType, TickMarkerXBackgroundType, TickMarkerYBackgroundType>>

    Returns StaticCursorXYBuilder<PointMarkerType, ResultTableBackgroundType, TickMarkerXBackgroundType, TickMarkerYBackgroundType>

    New builder with extended style

setPointMarker

  • setPointMarker(pointMarkerConstructor: PointMarkerConstructor<T>): StaticCursorXYBuilder<T, ResultTableBackgroundType, TickMarkerXBackgroundType, TickMarkerYBackgroundType>
  • Type parameters

    • T: InternalPointMarker & PointMarkerType

    Parameters

    • pointMarkerConstructor: PointMarkerConstructor<T>

    Returns StaticCursorXYBuilder<T, ResultTableBackgroundType, TickMarkerXBackgroundType, TickMarkerYBackgroundType>

    New builder with different pointMarker

setResultTableBackground

  • setResultTableBackground(resultTableBackgroundConstructor: BackgroundConstructor<T>): StaticCursorXYBuilder<PointMarkerType, T, TickMarkerXBackgroundType, TickMarkerYBackgroundType>
  • Type parameters

    • T: InternalBackground & ResultTableBackgroundType

    Parameters

    • resultTableBackgroundConstructor: BackgroundConstructor<T>

    Returns StaticCursorXYBuilder<PointMarkerType, T, TickMarkerXBackgroundType, TickMarkerYBackgroundType>

    New builder with different resultTable background

setTickMarkerXBackground

  • setTickMarkerXBackground(tickMarkerXBackgroundConstructor: PointableBackgroundConstructor<T>): StaticCursorXYBuilder<PointMarkerType, ResultTableBackgroundType, T, TickMarkerYBackgroundType>
  • Type parameters

    • T: InternalBackground & TickMarkerXBackgroundType

    Parameters

    • tickMarkerXBackgroundConstructor: PointableBackgroundConstructor<T>

    Returns StaticCursorXYBuilder<PointMarkerType, ResultTableBackgroundType, T, TickMarkerYBackgroundType>

    New builder with different tickMarkerX background

setTickMarkerYBackground

  • setTickMarkerYBackground(tickMarkerYBackgroundConstructor: PointableBackgroundConstructor<T>): StaticCursorXYBuilder<PointMarkerType, ResultTableBackgroundType, TickMarkerXBackgroundType, T>
  • Type parameters

    • T: InternalBackground & TickMarkerYBackgroundType

    Parameters

    • tickMarkerYBackgroundConstructor: PointableBackgroundConstructor<T>

    Returns StaticCursorXYBuilder<PointMarkerType, ResultTableBackgroundType, TickMarkerXBackgroundType, T>

    New builder with different tickMarkerY background