Winter Cardinal UI - v0.442.0 / EShapePointsFormatters

Class: EShapePointsFormatters

Table of contents

Constructors

Methods

Constructors

constructor

new EShapePointsFormatters(): EShapePointsFormatters

Returns

EShapePointsFormatters

Methods

each

each(iteratee): void

Parameters

Name Type
iteratee (id: number, datum: EShapePointsFormatterDatum) => void

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-formatters.ts:34


find

find(style): undefined | EShapePointsFormatterDatum

Parameters

Name Type
style number

Returns

undefined | EShapePointsFormatterDatum

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-formatters.ts:43


get

get(index): undefined | EShapePointsFormatterDatum

Parameters

Name Type
index number

Returns

undefined | EShapePointsFormatterDatum

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-formatters.ts:27


set

set(id, datum): void

Parameters

Name Type
id number
datum EShapePointsFormatterDatum

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-formatters.ts:20