Winter Cardinal UI - v0.442.0 / EShapeDataValueImpl

Class: EShapeDataValueImpl

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EShapeDataValueImpl(): EShapeDataValueImpl

Returns

EShapeDataValueImpl

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:46

Properties

_capacity

Protected _capacity: number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:39


_order

Protected _order: EShapeDataValueOrder

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:40


_parent

Protected Optional _parent: EShapeDataValueParent

Defined in

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


_state

Protected _state: number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:33


_states

Protected _states: undefined | number[]

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:37


_time

Protected _time: number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:32


_times

Protected _times: undefined | number[]

Defined in

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


_value

Protected _value: unknown

Defined in

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


_values

Protected _values: undefined | unknown[]

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:35


as

as: string

Implementation of

EShapeDataValue.as

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:24


format

format: string

Implementation of

EShapeDataValue.format

Defined in

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


formatter

Optional formatter: EShapeDataValueFormatter

Implementation of

EShapeDataValue.formatter

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:44


id

id: string

Implementation of

EShapeDataValue.id

Defined in

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


initial

initial: string

Implementation of

EShapeDataValue.initial

Defined in

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


range

range: EShapeDataValueRange

Implementation of

EShapeDataValue.range

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:29


scope

scope: EShapeDataValueScope

Implementation of

EShapeDataValue.scope

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:26


type

type: number

Implementation of

EShapeDataValue.type

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:25

Accessors

capacity

get capacity(): number

Returns

number

Implementation of

EShapeDataValue.capacity

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:457

set capacity(capacity): void

Parameters

Name Type
capacity number

Returns

void

Implementation of

EShapeDataValue.capacity

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:461


nvalue

get nvalue(): number

Returns

number

Implementation of

EShapeDataValue.nvalue

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:129


order

get order(): EShapeDataValueOrder

Returns

EShapeDataValueOrder

Implementation of

EShapeDataValue.order

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:527

set order(order): void

Parameters

Name Type
order EShapeDataValueOrder

Returns

void

Implementation of

EShapeDataValue.order

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:531


parent

get parent(): undefined | EShapeDataValueParent

Returns

undefined | EShapeDataValueParent

Implementation of

EShapeDataValue.parent

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:61

set parent(parent): void

Parameters

Name Type
parent undefined | EShapeDataValueParent

Returns

void

Implementation of

EShapeDataValue.parent

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:65


state

get state(): number

Returns

number

Implementation of

EShapeDataValue.state

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:338

set state(newState): void

Parameters

Name Type
newState number

Returns

void

Implementation of

EShapeDataValue.state

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:342


states

get states(): number[]

Returns

number[]

Implementation of

EShapeDataValue.states

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:391

set states(newStates): void

Parameters

Name Type
newStates number[]

Returns

void

Implementation of

EShapeDataValue.states

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:400


time

get time(): number

Returns

number

Implementation of

EShapeDataValue.time

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:219

set time(newTime): void

Parameters

Name Type
newTime number

Returns

void

Implementation of

EShapeDataValue.time

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:223


times

get times(): number[]

Returns

number[]

Implementation of

EShapeDataValue.times

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:272

set times(newTimes): void

Parameters

Name Type
newTimes number[]

Returns

void

Implementation of

EShapeDataValue.times

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:281


value

get value(): unknown

Returns

unknown

Implementation of

EShapeDataValue.value

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:72

set value(newValue): void

Parameters

Name Type
newValue unknown

Returns

void

Implementation of

EShapeDataValue.value

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:76


values

get values(): unknown[]

Returns

unknown[]

Implementation of

EShapeDataValue.values

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:133

set values(newValues): void

Parameters

Name Type
newValues unknown[]

Returns

void

Implementation of

EShapeDataValue.values

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:142

Methods

clear

clear(): void

Returns

void

Implementation of

EShapeDataValue.clear

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:623


copy

copy(target): this

This method does not copy the #values and #times for the performance.

Parameters

Name Type Description
target EShapeDataValue a copy target

Returns

this

Implementation of

EShapeDataValue.copy

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:668


deserialize

deserialize(target, manager): this

Parameters

Name Type
target number
manager EShapeResourceManagerDeserialization

Returns

this

Implementation of

EShapeDataValue.deserialize

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:707


isEquals

isEquals(target): boolean

Parameters

Name Type
target EShapeDataValue

Returns

boolean

Implementation of

EShapeDataValue.isEquals

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:684


remove

remove(index): void

Parameters

Name Type
index number

Returns

void

Implementation of

EShapeDataValue.remove

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:535


removeAll

removeAll(indices): void

Parameters

Name Type
indices number[]

Returns

void

Implementation of

EShapeDataValue.removeAll

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:573


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Implementation of

EShapeDataValue.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:696


toDirty

toDirty(): void

Returns

void

Implementation of

EShapeDataValue.toDirty

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:656