Home > @visualization-tools/core > CanvasRenderer
Canvas implementation of IRenderer.
Signature:
export declare class CanvasRenderer implements ICanvasRenderer
Implements: ICanvasRenderer
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(context, callbacks) | Constructs a new instance of the CanvasRenderer class |
| Method | Modifiers | Description |
|---|---|---|
| createOne(context, callbacks) | static |
|
| destroyBuffers() | ||
| initializeBuffers() | ||
| onAfterPlotDraw() | ||
| onBeforePlotDraw(plot, canvasDims) | ||
| onContextLost() | ||
| onContextRegained(context) |