Winter Cardinal UI - v0.442.0 / EShapeUuidMappingImpl

Class: EShapeUuidMappingImpl

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeUuidMappingImpl(shapes): EShapeUuidMappingImpl

Parameters

Name Type
shapes EShape[]

Returns

EShapeUuidMappingImpl

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:14

Properties

_shapes

Protected _shapes: EShape[]

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:11


_uuidToShape

Protected Optional _uuidToShape: Map<number, EShape>

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:12

Methods

fillUuidToShape

fillUuidToShape(shapes, result): void

Parameters

Name Type
shapes EShape[]
result Map<number, EShape>

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:37


find

find(uuid): undefined | EShape

Parameters

Name Type
uuid number

Returns

undefined | EShape

Implementation of

EShapeUuidMapping.find

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:18


getUuidToShape

getUuidToShape(): Map<number, EShape>

Returns

Map<number, EShape>

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:22


newUuidToShape

newUuidToShape(): Map<number, EShape>

Returns

Map<number, EShape>

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:31