Options
All
  • Public
  • Public/Protected
  • All
Menu

A row header can be displayed to the left of each row inside the graphics area. These headers can be used (for example) to display a scale for the information shown in the canvas area to the right.

since

1.2

Type parameters

  • R: Row

    the type of the rows

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

draw

  • draw(drawingEngine: RowDrawingEngine<R>): void
  • Parameters

    • drawingEngine: RowDrawingEngine<R>

    Returns void

getWidth

  • getWidth(): number
  • Returns number

setWidth

  • setWidth(value: number): void
  • Parameters

    • value: number

    Returns void