Winter Cardinal UI - v0.442.0 / EShapeDataImpl
• new EShapeDataImpl(): EShapeDataImpl
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:36
• Protected
Optional
_alias: Record
<string
, EShapeDataValue
>
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:34
• Protected
_isChanged: boolean
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:30
• Protected
Optional
_mapping: EShapeDataMapping
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:31
• Protected
Optional
_private: EShapeDataScoped
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:32
• Protected
Optional
_system: EShapeDataSystem
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:33
• Protected
_values: EShapeDataValue
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:29
• get
alias(): Record
<string
, EShapeDataValue
>
Record
<string
, EShapeDataValue
>
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:177
• get
as(): string
string
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:61
• get
capacity(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:162
• set
capacity(capacity
): void
Name | Type |
---|---|
capacity |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:170
• get
format(): string
string
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:93
• get
id(): string
string
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:53
• get
initial(): string
string
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:85
• get
isChanged(): boolean
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:45
• set
isChanged(isChanged
): void
Name | Type |
---|---|
isChanged |
boolean |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:49
• get
mapping(): EShapeDataMapping
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:201
• get
nvalue(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:124
• get
private(): EShapeDataScoped
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:218
• get
range(): EShapeDataValueRange
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:101
• get
scope(): EShapeDataValueScope
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:77
• get
state(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:147
• set
state(state
): void
Name | Type |
---|---|
state |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:155
• get
system(): EShapeDataSystem
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:235
• get
time(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:132
• set
time(time
): void
Name | Type |
---|---|
time |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:140
• get
type(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:69
• get
value(): unknown
unknown
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:109
• set
value(value
): void
Name | Type |
---|---|
value |
unknown |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:117
• get
values(): EShapeDataValue
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:41
▸ add(value
, index?
): void
Name | Type |
---|---|
value |
EShapeDataValue |
index? |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:252
▸ copy(target
): this
Name | Type |
---|---|
target |
EShapeData |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:328
▸ deserialize(target
, manager
): void
Name | Type |
---|---|
target |
number |
manager |
EShapeResourceManagerDeserialization |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:386
▸ get(index
): null
| EShapeDataValue
Name | Type |
---|---|
index |
number |
null
| EShapeDataValue
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:309
▸ getMapping(): undefined
| EShapeDataMapping
undefined
| EShapeDataMapping
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:214
▸ getPrivate(): undefined
| EShapeDataScoped
undefined
| EShapeDataScoped
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:231
▸ getSystem(): undefined
| EShapeDataSystem
undefined
| EShapeDataSystem
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:248
▸ indexOf(target
): number
Name | Type |
---|---|
target |
EShapeDataValue |
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:281
▸ isMapped(target
): target is DDiagramSerializedDataWithMapping
Name | Type |
---|---|
target |
DDiagramSerializedData |
target is DDiagramSerializedDataWithMapping
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:429
▸ newAlias(): Record
<string
, EShapeDataValue
>
Record
<string
, EShapeDataValue
>
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:186
▸ newMapping(): EShapeDataMapping
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:210
▸ newPrivate(): EShapeDataScoped
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:227
▸ newSystem(): EShapeDataSystem
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:244
▸ remove(index
): void
Name | Type |
---|---|
index |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:274
▸ serialize(manager
): number
Name | Type |
---|---|
manager |
EShapeResourceManagerSerialization |
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:354
▸ set(index
, value
): null
| EShapeDataValue
Name | Type |
---|---|
index |
number |
value |
EShapeDataValue |
null
| EShapeDataValue
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:262
▸ size(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:317
▸ swap(indexA
, indexB
): void
Name | Type |
---|---|
indexA |
number |
indexB |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-impl.ts:321