visualization-tools

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

CanvasCartesian2dAxisLabelGraphicsComponent class

Draws labels for cartesian 2d plots.

Signature:

export declare class CanvasCartesian2dAxisLabelGraphicsComponent implements IGraphicsComponent<ICanvasComponentRenderer, ICartesian2dUpdateArg<Float64Array>, TAxisLabelEntity<Float64Array>> 

Implements: IGraphicsComponent<ICanvasComponentRenderer, ICartesian2dUpdateArg<Float64Array>, TAxisLabelEntity<Float64Array>>

Constructors

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

Properties

Property Modifiers Type Description
specification   {}  
transform   NoTransformProvider  
type   (not declared)  

Methods

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