Constructors
constructor
- new Table(): Table
Properties
rows
rows: { cells: TableCell[]; height: number; }[] = [] Methods
addCell
- addCell(cell, row): void
Returns void
addRow
- addRow(row): void
Returns void
render
- render(ctx): void
Parameters
- ctx: CanvasRenderingContext2D
Returns void