Class MarkerShape

A registry that stores all edge markers using .

NOTE: The signatures in this class will change.

Constructors

Properties

Methods

Constructors

Properties

markers: Record<string, MarkerFactoryFunction> = {}

Maps from markers names to functions to paint the markers.

Mapping: the attribute name on the object is the marker type, the associated value is the function to paint the marker

Methods