Winter Cardinal UI - v0.457.0 / EShapeUuidMappingImpl
• new EShapeUuidMappingImpl(shapes): EShapeUuidMappingImpl
| Name | Type |
|---|---|
shapes |
EShape[] |
src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:14
• Protected _shapes: EShape[]
src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:11
• Protected Optional _uuidToShape: Map<number, EShape>
src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:12
▸ fillUuidToShape(shapes, result): void
| Name | Type |
|---|---|
shapes |
EShape[] |
result |
Map<number, EShape> |
void
src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:37
▸ find(uuid): undefined | EShape
| Name | Type |
|---|---|
uuid |
number |
undefined | EShape
src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:18
▸ getUuidToShape(): Map<number, EShape>
Map<number, EShape>
src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:22
▸ newUuidToShape(): Map<number, EShape>
Map<number, EShape>
src/main/typescript/wcardinal/ui/shape/e-shape-uuid-mapping-impl.ts:31