Home > @visualization-tools/cartesian-2d > GlCartesian2dTraceGraphicsComponent
Draws traces for cartesian 2d plots.
Signature:
export declare class GlCartesian2dTraceGraphicsComponent implements ILinkableGraphicsComponent<TGlInstancedComponentRenderer, ICartesian2dUpdateArg<Float32Array>, TGlTraceEntity>
Implements: ILinkableGraphicsComponent<TGlInstancedComponentRenderer, ICartesian2dUpdateArg<Float32Array>, TGlTraceEntity>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(traceBinder, cameraBinder) | Constructs a new instance of the GlCartesian2dTraceGraphicsComponent class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| specification | IGlProgramSpec | ||
| transform | GlTransformProvider<TGl2ComponentRenderer, IGlTraceTransformBinder, ICartesian2dUpdateArg<Float32Array>, TGlTraceEntity> | ||
| type | (not declared) |
| Method | Modifiers | Description |
|---|---|---|
| getCacheId() | ||
| getLinkableBinders() | ||
| initialize(componentRenderer) | ||
| onBeforeUpdate(componentRenderer, updateArg) | ||
| update(entity, componentRenderer, updateArg) |