visualization-tools

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

Point2dSubcategory class

Membership hooks for 2d points, normalizes point display size.

Signature:

export declare class Point2dSubcategory<TArray extends TTypedArray> implements IEntityChangeHooks<IDataTrait<IIndexedDataConnector<IDrawablePoint2dOffsets>>> 

Implements: IEntityChangeHooks<IDataTrait<IIndexedDataConnector<IDrawablePoint2dOffsets>>>

Constructors

Constructor Modifiers Description
(constructor)(pixelSizeRange)   Constructs a new instance of the Point2dSubcategory class

Properties

Property Modifiers Type Description
normalization   Point2dSizeNormalizer<TArray>  

Methods

Method Modifiers Description
onEntityAdded(entity)    
onEntityRemoved()