visualization-tools

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

GlCartesian2dTraceGraphicsComponent class

Draws traces for cartesian 2d plots.

Signature:

export declare class GlCartesian2dTraceGraphicsComponent implements ILinkableGraphicsComponent<TGlInstancedComponentRenderer, ICartesian2dUpdateArg<Float32Array>, TGlTraceEntity> 

Implements: ILinkableGraphicsComponent<TGlInstancedComponentRenderer, ICartesian2dUpdateArg<Float32Array>, TGlTraceEntity>

Constructors

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

Properties

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

Methods

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