Winter Cardinal UI - v0.442.0 / EShapeDataValueImpl
• new EShapeDataValueImpl(): EShapeDataValueImpl
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:46
• Protected
_capacity: number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:39
• Protected
_order: EShapeDataValueOrder
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:40
• Protected
Optional
_parent: EShapeDataValueParent
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:42
• Protected
_state: number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:33
• Protected
_states: undefined
| number
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:37
• Protected
_time: number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:32
• Protected
_times: undefined
| number
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:36
• Protected
_value: unknown
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:31
• Protected
_values: undefined
| unknown
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:35
• as: string
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:24
• format: string
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:28
• Optional
formatter: EShapeDataValueFormatter
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:44
• id: string
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:23
• initial: string
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:27
• range: EShapeDataValueRange
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:29
• scope: EShapeDataValueScope
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:26
• type: number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:25
• get
capacity(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:457
• set
capacity(capacity
): void
Name | Type |
---|---|
capacity |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:461
• get
nvalue(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:129
• get
order(): EShapeDataValueOrder
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:527
• set
order(order
): void
Name | Type |
---|---|
order |
EShapeDataValueOrder |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:531
• get
parent(): undefined
| EShapeDataValueParent
undefined
| EShapeDataValueParent
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:61
• set
parent(parent
): void
Name | Type |
---|---|
parent |
undefined | EShapeDataValueParent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:65
• get
state(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:338
• set
state(newState
): void
Name | Type |
---|---|
newState |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:342
• get
states(): number
[]
number
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:391
• set
states(newStates
): void
Name | Type |
---|---|
newStates |
number [] |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:400
• get
time(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:219
• set
time(newTime
): void
Name | Type |
---|---|
newTime |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:223
• get
times(): number
[]
number
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:272
• set
times(newTimes
): void
Name | Type |
---|---|
newTimes |
number [] |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:281
• get
value(): unknown
unknown
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:72
• set
value(newValue
): void
Name | Type |
---|---|
newValue |
unknown |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:76
• get
values(): unknown
[]
unknown
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:133
• set
values(newValues
): void
Name | Type |
---|---|
newValues |
unknown [] |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:142
▸ clear(): void
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:623
▸ copy(target
): this
This method does not copy the #values
and #times
for the performance.
Name | Type | Description |
---|---|---|
target |
EShapeDataValue |
a copy target |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:668
▸ deserialize(target
, manager
): this
Name | Type |
---|---|
target |
number |
manager |
EShapeResourceManagerDeserialization |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:707
▸ isEquals(target
): boolean
Name | Type |
---|---|
target |
EShapeDataValue |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:684
▸ remove(index
): void
Name | Type |
---|---|
index |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:535
▸ removeAll(indices
): void
Name | Type |
---|---|
indices |
number [] |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:573
▸ serialize(manager
): number
Name | Type |
---|---|
manager |
EShapeResourceManagerSerialization |
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:696
▸ toDirty(): void
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-impl.ts:656