Winter Cardinal UI - v0.457.0 / EShapeRuntime
• Readonly actions: EShapeActionRuntime[]
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:21
• Optional Readonly cursor: string
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:25
• effect: number
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:30
• Readonly fill: EShapeFillLike
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:22
• Readonly interactive: boolean
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:26
• isStateChanged: boolean
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:31
• reset: number
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:28
• Readonly rotation: number
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:20
• Readonly sizeX: number
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:18
• Readonly sizeY: number
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:19
• Readonly stroke: EShapeStrokeLike
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:23
• Readonly text: EShapeTextLike
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:24
• written: number
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:29
• Readonly x: number
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:16
• Readonly y: number
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:17
▸ initialize(shape): void
| Name | Type |
|---|---|
shape |
EShape |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:33
▸ isActionable(): boolean
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:35
▸ onBlur(shape): void
| Name | Type |
|---|---|
shape |
EShape |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:69
▸ onClick(shape, e): void
| Name | Type |
|---|---|
shape |
EShape |
e |
KeyboardEvent | InteractionEvent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:41
▸ onDblClick(shape, e, interactionManager): boolean
| Name | Type |
|---|---|
shape |
EShape |
e |
MouseEvent | TouchEvent |
interactionManager |
InteractionManager |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:43
▸ onDown(shape, e): void
| Name | Type |
|---|---|
shape |
EShape |
e |
KeyboardEvent | InteractionEvent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:53
▸ onFocus(shape): void
| Name | Type |
|---|---|
shape |
EShape |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:67
▸ onKeyDown(shape, e): boolean
| Name | Type |
|---|---|
shape |
EShape |
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:61
▸ onKeyUp(shape, e): boolean
| Name | Type |
|---|---|
shape |
EShape |
e |
KeyboardEvent |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:63
▸ onMove(shape, e): void
| Name | Type |
|---|---|
shape |
EShape |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:59
▸ onOut(shape, e): void
| Name | Type |
|---|---|
shape |
EShape |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:51
▸ onOver(shape, e): void
| Name | Type |
|---|---|
shape |
EShape |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:49
▸ onRender(shape, time, renderer): void
| Name | Type |
|---|---|
shape |
EShape |
time |
number |
renderer |
Renderer |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:79
▸ onResize(shape): void
| Name | Type |
|---|---|
shape |
EShape |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:39
▸ onRightClick(shape, e): void
| Name | Type |
|---|---|
shape |
EShape |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:71
▸ onRightDown(shape, e): void
| Name | Type |
|---|---|
shape |
EShape |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:73
▸ onRightUp(shape, e): void
| Name | Type |
|---|---|
shape |
EShape |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:75
▸ onRightUpOutside(shape, e): void
| Name | Type |
|---|---|
shape |
EShape |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:77
▸ onStateChange(shape, newState, oldState): void
| Name | Type |
|---|---|
shape |
EShape |
newState |
DBaseStateSet |
oldState |
DBaseStateSet |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:65
▸ onUp(shape, e): void
| Name | Type |
|---|---|
shape |
EShape |
e |
KeyboardEvent | InteractionEvent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:55
▸ onUpOutside(shape, e): void
| Name | Type |
|---|---|
shape |
EShape |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:57
▸ update(shape, time): void
| Name | Type |
|---|---|
shape |
EShape |
time |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-runtime.ts:37