visualization-tools

Home > @visualization-tools/cartesian-2d > GlCartesian2dAxisGraphicsComponent

GlCartesian2dAxisGraphicsComponent class

Draws labels for cartesian 2d plots.

Signature:

export declare class GlCartesian2dAxisGraphicsComponent implements ILinkableGraphicsComponent<TGl2ComponentRenderer, ICartesian2dUpdateArg<Float32Array>, TGlAxisEntity> 

Implements: ILinkableGraphicsComponent<TGl2ComponentRenderer, ICartesian2dUpdateArg<Float32Array>, TGlAxisEntity>

Constructors

Constructor Modifiers Description
(constructor)(attachPoint, traceBinder, cameraBinder, axisLabelGenerator)   Constructs a new instance of the GlCartesian2dAxisGraphicsComponent class

Properties

Property Modifiers Type Description
specification   IGlProgramSpec  
transform   GlTransformProvider<TGl2ComponentRenderer, IGlTraceTransformBinder, ICartesian2dUpdateArg<Float32Array>, TGlAxisEntity>  
type   (not declared)  

Methods

Method Modifiers Description
getCacheId()    
getLinkableBinders()    
initialize(componentRenderer)    
onBeforeUpdate(componentRenderer, updateArg)    
update(entity, componentRenderer, updateArg)