Winter Cardinal UI - v0.442.0 / EShapeDataSystemImpl

Class: EShapeDataSystemImpl

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeDataSystemImpl(): EShapeDataSystemImpl

Returns

EShapeDataSystemImpl

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:14

Properties

_data

Protected _data: Map<string, string>

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:12

Methods

clear

clear(): this

Returns

this

Implementation of

EShapeDataSystem.clear

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:38


contains

contains(key): boolean

Parameters

Name Type
key string

Returns

boolean

Implementation of

EShapeDataSystem.contains

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:27


copy

copy(target): this

Parameters

Name Type
target EShapeDataSystem

Returns

this

Implementation of

EShapeDataSystem.copy

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:59


deserialize

deserialize(target, manager): void

Parameters

Name Type
target number
manager EShapeResourceManagerDeserialization

Returns

void

Implementation of

EShapeDataSystem.deserialize

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:82


each

each(iteratee): this

Parameters

Name Type
iteratee (value: string, key: string) => boolean | void

Returns

this

Implementation of

EShapeDataSystem.each

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:47


get

get(key): null | string

Parameters

Name Type
key string

Returns

null | string

Implementation of

EShapeDataSystem.get

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:23


remove

remove(key): null | string

Parameters

Name Type
key string

Returns

null | string

Implementation of

EShapeDataSystem.remove

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:31


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Implementation of

EShapeDataSystem.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:68


set

set(key, value): this

Parameters

Name Type
key string
value string

Returns

this

Implementation of

EShapeDataSystem.set

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:18


size

size(): number

Returns

number

Implementation of

EShapeDataSystem.size

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:43