visualization-tools

Home > @visualization-tools/core > GlTransformComponentFactory

GlTransformComponentFactory class

Signature:

export declare class GlTransformComponentFactory<TBinder extends IBinder<TComponentRenderer>, TComponentRenderer extends TGl2ComponentRenderer> implements ITransformComponentFactory<TComponentRenderer> 

Implements: ITransformComponentFactory<TComponentRenderer>

Constructors

Constructor Modifiers Description
(constructor)(userTransformId, binderId, transformCtor)   Constructs a new instance of the GlTransformComponentFactory class

Properties

Property Modifiers Type Description
binderId   symbol  
transformCtor   new (binder: TBinder) => ITransformComponent<TComponentRenderer, unknown, unknown>  
userTransformId   symbol  

Methods

Method Modifiers Description
addToChart(transformFactory)    
createOne(binder)