Class HistogramHighlighterBeta

Draws a histogram on the Timeslider

Hierarchy

Constructors

Properties

_borderColor: IColor
_borderWidth: number
_fillColor: IColor
_timeSlider: TimeSlider

Methods

  • Parameters

    • start: Instant
    • end: Instant

    Returns void

  • Calculates and draws highlighted sections on the TimeSlider

    Returns

    Returns void

  • Helper method to Highlight a section of the timeslider

    Returns

    Parameters

    • instant: Instant

      Instant to highlight

    • height: number

      Height of the highlighted section, as a percent value

    Returns void

  • Helper method to Highlight a section of the timeslider

    Returns

    Parameters

    • interval: Interval

      Interval to highlight

    • height: number

      Height of the highlighted section, as a percent value

    Returns void

Generated using TypeDoc