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