Winter Cardinal UI - v0.442.0 / EShapeDataMappingImpl

Class: EShapeDataMappingImpl

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeDataMappingImpl(): EShapeDataMappingImpl

Returns

EShapeDataMappingImpl

Defined in

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

Properties

values

values: EShapeDataMappingValue[]

Implementation of

EShapeDataMapping.values

Defined in

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

Methods

add

add(value, index?): this

Parameters

Name Type
value EShapeDataMappingValue
index? number

Returns

this

Implementation of

EShapeDataMapping.add

Defined in

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


addAll

addAll(values): this

Parameters

Name Type
values EShapeDataMappingValue[]

Returns

this

Implementation of

EShapeDataMapping.addAll

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:28


clear

clear(): this

Returns

this

Implementation of

EShapeDataMapping.clear

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:96


clearAndAdd

clearAndAdd(value): this

Parameters

Name Type
value EShapeDataMappingValue

Returns

this

Implementation of

EShapeDataMapping.clearAndAdd

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:36


clearAndAddAll

clearAndAddAll(values): this

Parameters

Name Type
values EShapeDataMappingValue[]

Returns

this

Implementation of

EShapeDataMapping.clearAndAddAll

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:42


copy

copy(target): void

Parameters

Name Type
target EShapeDataMapping

Returns

void

Implementation of

EShapeDataMapping.copy

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:113


deserialize

deserialize(target, manager): void

Parameters

Name Type
target number
manager EShapeResourceManagerDeserialization

Returns

void

Implementation of

EShapeDataMapping.deserialize

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:137


get

get(index): null | EShapeDataMappingValue

Parameters

Name Type
index number

Returns

null | EShapeDataMappingValue

Implementation of

EShapeDataMapping.get

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:70


indexOf

indexOf(target): number

Parameters

Name Type
target EShapeDataMappingValue

Returns

number

Implementation of

EShapeDataMapping.indexOf

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:48


remove

remove(index): null | EShapeDataMappingValue

Parameters

Name Type
index number

Returns

null | EShapeDataMappingValue

Implementation of

EShapeDataMapping.remove

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:88


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Implementation of

EShapeDataMapping.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:117


set

set(index, value): null | EShapeDataMappingValue

Parameters

Name Type
index number
value EShapeDataMappingValue

Returns

null | EShapeDataMappingValue

Implementation of

EShapeDataMapping.set

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:78


size

size(): number

Returns

number

Implementation of

EShapeDataMapping.size

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:101


swap

swap(indexA, indexB): this

Parameters

Name Type
indexA number
indexB number

Returns

this

Implementation of

EShapeDataMapping.swap

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:105