Winter Cardinal UI - v0.442.0 / EShapeGroupShadowed

Class: EShapeGroupShadowed

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EShapeGroupShadowed(mode, type?): EShapeGroupShadowed

Parameters

Name Type Default value
mode EShapeResourceManagerDeserializationMode undefined
type number EShapeType.GROUP_SHADOWED

Returns

EShapeGroupShadowed

Overrides

EShapeGroup.constructor

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-shadowed.ts:14

Properties

_bounds

Protected Optional _bounds: Rectangle

Inherited from

EShapeGroup._bounds

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:86


_boundsInternal

Protected Optional _boundsInternal: Rectangle

Inherited from

EShapeGroup._boundsInternal

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:88


_boundsInternalTransformId

Protected _boundsInternalTransformId: number

Inherited from

EShapeGroup._boundsInternalTransformId

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:89


_boundsLocal

Protected Optional _boundsLocal: Rectangle

Inherited from

EShapeGroup._boundsLocal

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:90


_boundsLocalTransformId

Protected _boundsLocalTransformId: number

Inherited from

EShapeGroup._boundsLocalTransformId

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:91


_boundsTransformId

Protected _boundsTransformId: number

Inherited from

EShapeGroup._boundsTransformId

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:87


_capability

Protected Optional _capability: EShapeCapabilityContainer

Inherited from

EShapeGroup._capability

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:94


_connector

Protected Optional _connector: EShapeConnectorContainer

Inherited from

EShapeGroup._connector

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:77


_lockTransformChild

Protected _lockTransformChild: EShapeLock

Inherited from

EShapeGroup._lockTransformChild

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:81


_lockTransformParent

Protected _lockTransformParent: EShapeLock

Inherited from

EShapeGroup._lockTransformParent

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:83


_lockTransformThis

Protected _lockTransformThis: EShapeLock

Inherited from

EShapeGroup._lockTransformThis

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:82


_lockUploaded

Protected _lockUploaded: EShapeLock

Inherited from

EShapeGroup._lockUploaded

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:84


_mode

Protected _mode: EShapeResourceManagerDeserializationMode

Inherited from

EShapeGroup._mode

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:40


_points

Protected Optional _points: EShapePoints

Inherited from

EShapeGroup._points

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:41


_state

Protected Optional _state: EShapeStateSet

Inherited from

EShapeGroup._state

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:93


_visible

Protected _visible: boolean

Inherited from

EShapeGroup._visible

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:79


action

Readonly action: EShapeAction

Inherited from

EShapeGroup.action

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:71


children

children: EShape[]

Inherited from

EShapeGroup.children

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:98


cursor

Optional cursor: string

Inherited from

EShapeGroup.cursor

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:72


data

data: EShapeData

Inherited from

EShapeGroup.data

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:37


editor

Optional editor: EShapeEditor

Inherited from

EShapeGroup.editor

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:110


fill

fill: EShapeFill

Inherited from

EShapeGroup.fill

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:33


id

id: string

Inherited from

EShapeGroup.id

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:54


index

index: number

Inherited from

EShapeGroup.index

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:102


interactive

interactive: boolean

Inherited from

EShapeGroup.interactive

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:73


layout

Optional layout: EShapeLayout

Inherited from

EShapeGroup.layout

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:99


parent

parent: null | EShape | EShapeContainer

Inherited from

EShapeGroup.parent

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:97


reference

reference: number

Inherited from

EShapeGroup.reference

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:104


runtime

Optional runtime: EShapeRuntime

Inherited from

EShapeGroup.runtime

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:107


selected

selected: boolean

Inherited from

EShapeGroup.selected

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:103


shortcut

Optional shortcut: string

Inherited from

EShapeGroup.shortcut

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:74


size

size: EShapeGroupSize

Inherited from

EShapeGroup.size

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:32


stroke

stroke: EShapeStroke

Inherited from

EShapeGroup.stroke

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:34


tag

tag: EShapeData

Deprecated

in favor of data

Inherited from

EShapeGroup.tag

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:36


text

text: EShapeText

Inherited from

EShapeGroup.text

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:38


texture

Optional texture: Texture

Inherited from

EShapeGroup.texture

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:65


title

Optional title: string

Inherited from

EShapeGroup.title

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:75


transform

Readonly transform: EShapeTransform

Inherited from

EShapeGroup.transform

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:60


type

Readonly type: number

Inherited from

EShapeGroup.type

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:56


uploaded

Optional uploaded: EShapeUploaded

Inherited from

EShapeGroup.uploaded

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:113


uuid

uuid: number

Inherited from

EShapeGroup.uuid

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:55


WORK_HIT_TEST_DATA

Static Protected Optional WORK_HIT_TEST_DATA: EShapeBaseHitTestData

Inherited from

EShapeGroup.WORK_HIT_TEST_DATA

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:53

Accessors

capability

get capability(): EShapeCapabilityContainer

Returns

EShapeCapabilityContainer

Inherited from

EShapeGroup.capability

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:803


connector

get connector(): EShapeConnectorContainer

Returns

EShapeConnectorContainer

Inherited from

EShapeGroup.connector

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:296


corner

get corner(): number

Returns

number

Inherited from

EShapeGroup.corner

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:114

set corner(corner): void

Parameters

Name Type
corner number

Returns

void

Inherited from

EShapeGroup.corner

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:122


gradient

get gradient(): undefined | EShapeGradientLike

Returns

undefined | EShapeGradientLike

Inherited from

EShapeGroup.gradient

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:129

set gradient(gradient): void

Parameters

Name Type
gradient undefined | EShapeGradientLike

Returns

void

Inherited from

EShapeGroup.gradient

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:140


image

get image(): undefined | EShapeImageLike

Returns

undefined | EShapeImageLike

Inherited from

EShapeGroup.image

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:166

set image(image): void

Parameters

Name Type
image undefined | EShapeImageLike

Returns

void

Inherited from

EShapeGroup.image

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:177


mode

get mode(): EShapeResourceManagerDeserializationMode

Returns

EShapeResourceManagerDeserializationMode

Inherited from

EShapeGroup.mode

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:59


points

get points(): undefined | EShapePoints

Returns

undefined | EShapePoints

Inherited from

EShapeGroup.points

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:188

set points(points): void

Parameters

Name Type
points undefined | EShapePoints

Returns

void

Inherited from

EShapeGroup.points

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:199


radius

get radius(): number

Returns

number

Inherited from

EShapeGroup.radius

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:151

set radius(radius): void

Parameters

Name Type
radius number

Returns

void

Inherited from

EShapeGroup.radius

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:159


root

get root(): EShape

Returns

EShape

Inherited from

EShapeGroup.root

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:288


state

get state(): EShapeStateSet

Returns

EShapeStateSet

Inherited from

EShapeGroup.state

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:792


visible

get visible(): boolean

Returns

boolean

Inherited from

EShapeGroup.visible

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:305

set visible(visible): void

Parameters

Name Type
visible boolean

Returns

void

Inherited from

EShapeGroup.visible

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:316


worldVisible

get worldVisible(): boolean

Returns

boolean

Inherited from

EShapeGroup.worldVisible

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:323

Methods

addListener

addListener(event, fn, context?): this

Alias method for on

Parameters

Name Type
event string | symbol
fn Function
context? any

Returns

this

Inherited from

EShapeGroup.addListener

Defined in

node_modules/pixi.js/pixi.js.d.ts:25495


addUuid

addUuid(manager): void

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

void

Inherited from

EShapeGroup.addUuid

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:489


attach

attach(parent, at?): this

Parameters

Name Type
parent EShape | EShapeContainer
at? number

Returns

this

Inherited from

EShapeGroup.attach

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:346


blur

blur(): this

Returns

this

Inherited from

EShapeGroup.blur

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:821


callChildTransformChange

callChildTransformChange(): void

Returns

void

Inherited from

EShapeGroup.callChildTransformChange

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:186


callParentTransformChange

callParentTransformChange(): void

Returns

void

Inherited from

EShapeGroup.callParentTransformChange

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:201


clone

clone(): EShapeGroup

Returns

EShapeGroup

Inherited from

EShapeGroup.clone

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:203


contains

contains(x, y): null | EShape

Parameters

Name Type
x number
y number

Returns

null | EShape

Inherited from

EShapeGroup.contains

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:562


containsAbs

containsAbs(x, y, ax, ay, sw, ss, sa): boolean

Parameters

Name Type
x number
y number
ax number
ay number
sw number
ss number
sa number

Returns

boolean

Inherited from

EShapeGroup.containsAbs

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:222


containsAbsBBox

containsAbsBBox(x, y, ax, ay): boolean

Parameters

Name Type
x number
y number
ax number
ay number

Returns

boolean

Inherited from

EShapeGroup.containsAbsBBox

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:641


containsBBox

containsBBox(x, y): boolean

Parameters

Name Type
x number
y number

Returns

boolean

Inherited from

EShapeGroup.containsBBox

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:624


containsChildren

containsChildren(x, y): null | EShape

Parameters

Name Type
x number
y number

Returns

null | EShape

Inherited from

EShapeGroup.containsChildren

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:601


containsText

containsText(x, y): null | EShape

Parameters

Name Type
x number
y number

Returns

null | EShape

Inherited from

EShapeGroup.containsText

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:580


copy

copy(source, part?): this

Parameters

Name Type Default value
source EShape undefined
part number EShapeCopyPart.ALL

Returns

this

Inherited from

EShapeGroup.copy

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:866


destroy

destroy(): void

Returns

void

Inherited from

EShapeGroup.destroy

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:768


detach

detach(exceptions?): this

Parameters

Name Type
exceptions? Set<EShape>

Returns

this

Inherited from

EShapeGroup.detach

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:374


emit

emit(event, ...args): boolean

Calls each of the listeners registered for a given event.

Parameters

Name Type Description
event string | symbol The event name.
...args any[] Arguments that are passed to registered listeners

Returns

boolean

true if the event had listeners, else false.

Inherited from

EShapeGroup.emit

Defined in

node_modules/pixi.js/pixi.js.d.ts:25441


eventNames

eventNames(): (string | symbol)[]

Return an array listing the events for which the emitter has registered listeners.

Returns

(string | symbol)[]

Inherited from

EShapeGroup.eventNames

Defined in

node_modules/pixi.js/pixi.js.d.ts:25415


focus

focus(): this

Returns

this

Inherited from

EShapeGroup.focus

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:816


getBounds

getBounds(skipUpdate?, result?): Rectangle

Parameters

Name Type
skipUpdate? boolean
result? Rectangle

Returns

Rectangle

Inherited from

EShapeGroup.getBounds

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:671


getBoundsInternal

getBoundsInternal(skipUpdate?, result?): Rectangle

Parameters

Name Type
skipUpdate? boolean
result? Rectangle

Returns

Rectangle

Inherited from

EShapeGroup.getBoundsInternal

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:687


getBoundsLocal

getBoundsLocal(skipUpdate?, result?): Rectangle

Parameters

Name Type
skipUpdate? boolean
result? Rectangle

Returns

Rectangle

Inherited from

EShapeGroup.getBoundsLocal

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:703


getBoundsSize

getBoundsSize(): IPoint

Returns

IPoint

Inherited from

EShapeGroup.getBoundsSize

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:100


getBounds_

getBounds_(transform, result): Rectangle

Parameters

Name Type
transform Matrix
result Rectangle

Returns

Rectangle

Inherited from

EShapeGroup.getBounds_

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:723


getCapability

getCapability(): undefined | EShapeCapabilityContainer

Returns

undefined | EShapeCapabilityContainer

Inherited from

EShapeGroup.getCapability

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:812


getHitTestSize

getHitTestSize(result): EShapeBaseHitTestData

Parameters

Name Type
result EShapeBaseHitTestData

Returns

EShapeBaseHitTestData

Inherited from

EShapeGroup.getHitTestSize

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:530


getShapeScale

getShapeScale(): number

Returns

number

Inherited from

EShapeGroup.getShapeScale

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:506


getStrokeWidthScale

getStrokeWidthScale(style): number

Parameters

Name Type
style number

Returns

number

Inherited from

EShapeGroup.getStrokeWidthScale

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:514


isGroupSizeFittable

isGroupSizeFittable(): boolean

Returns

boolean

Inherited from

EShapeGroup.isGroupSizeFittable

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:73


listenerCount

listenerCount(event): number

Return the number of listeners listening to a given event.

Parameters

Name Type Description
event string | symbol The event name.

Returns

number

Inherited from

EShapeGroup.listenerCount

Defined in

node_modules/pixi.js/pixi.js.d.ts:25432


listeners

listeners(event): Function[]

Return the listeners registered for a given event.

Parameters

Name Type Description
event string | symbol The event name.

Returns

Function[]

Inherited from

EShapeGroup.listeners

Defined in

node_modules/pixi.js/pixi.js.d.ts:25424


lock

lock(part): this

Parameters

Name Type
part number

Returns

this

Inherited from

EShapeGroup.lock

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:217


newClone

newClone(): EShapeGroup

Returns

EShapeGroup

Inherited from

EShapeGroup.newClone

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:217


newGroupFill

newGroupFill(): EShapeFill

Returns

EShapeFill

Inherited from

EShapeGroup.newGroupFill

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:77


newGroupPoints

newGroupPoints(): undefined | EShapePoints

Returns

undefined | EShapePoints

Inherited from

EShapeGroup.newGroupPoints

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:96


newGroupSize

newGroupSize(mode): EShapeGroupSize

Parameters

Name Type
mode EShapeResourceManagerDeserializationMode

Returns

EShapeGroupSize

Overrides

EShapeGroup.newGroupSize

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-shadowed.ts:21


newGroupStroke

newGroupStroke(): EShapeStroke

Returns

EShapeStroke

Inherited from

EShapeGroup.newGroupStroke

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:81


newGroupText

newGroupText(): EShapeText

Returns

EShapeText

Inherited from

EShapeGroup.newGroupText

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:85


newTransform

newTransform(): EShapeTransform

Returns

EShapeTransform

Inherited from

EShapeGroup.newTransform

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:145


off

off(event, fn?, context?, once?): this

Alias method for removeListener

Parameters

Name Type
event string | symbol
fn? Function
context? any
once? boolean

Returns

this

Inherited from

EShapeGroup.off

Defined in

node_modules/pixi.js/pixi.js.d.ts:25489


on

on(event, fn, context?): this

Add a listener for a given event.

Parameters

Name Type Description
event string | symbol The event name.
fn Function The listener function.
context? any The context to invoke the listener with.

Returns

this

this.

Inherited from

EShapeGroup.on

Defined in

node_modules/pixi.js/pixi.js.d.ts:25452


onAttach

onAttach(): void

Returns

void

Inherited from

EShapeGroup.onAttach

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:361


onChildTransformChange

onChildTransformChange(): void

Returns

void

Inherited from

EShapeGroup.onChildTransformChange

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:109


onDetach

onDetach(exceptions?): void

Parameters

Name Type
exceptions? Set<EShape>

Returns

void

Inherited from

EShapeGroup.onDetach

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:390


onKeyDown

onKeyDown(e): boolean

Parameters

Name Type
e KeyboardEvent

Returns

boolean

Inherited from

EShapeGroup.onKeyDown

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:835


onKeyUp

onKeyUp(e): boolean

Parameters

Name Type
e KeyboardEvent

Returns

boolean

Inherited from

EShapeGroup.onKeyUp

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:843


onParentTransformChange

onParentTransformChange(): void

Returns

void

Inherited from

EShapeGroup.onParentTransformChange

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:208


onRender

onRender(time, renderer): void

Parameters

Name Type
time number
renderer Renderer

Returns

void

Inherited from

EShapeGroup.onRender

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:859


onSizeChange

onSizeChange(): void

Returns

void

Inherited from

EShapeGroup.onSizeChange

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:149


onStateChange

onStateChange(newState, oldState): void

Parameters

Name Type
newState DBaseStateSet
oldState DBaseStateSet

Returns

void

Inherited from

EShapeGroup.onStateChange

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:777


onThisTransformChange

onThisTransformChange(): void

Returns

void

Inherited from

EShapeGroup.onThisTransformChange

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:193


onTransformChange

onTransformChange(): void

Returns

void

Inherited from

EShapeGroup.onTransformChange

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:174


once

once(event, fn, context?): this

Add a one-time listener for a given event.

Parameters

Name Type Description
event string | symbol The event name.
fn Function The listener function.
context? any The context to invoke the listener with.

Returns

this

this.

Inherited from

EShapeGroup.once

Defined in

node_modules/pixi.js/pixi.js.d.ts:25463


removeAllListeners

removeAllListeners(event?): this

Remove all listeners, or those of the specified event.

Parameters

Name Type Description
event? string | symbol The event name.

Returns

this

this.

Inherited from

EShapeGroup.removeAllListeners

Defined in

node_modules/pixi.js/pixi.js.d.ts:25483


removeListener

removeListener(event, fn?, context?, once?): this

Remove the listeners of a given event.

Parameters

Name Type Description
event string | symbol The event name.
fn? Function Only remove the listeners that match this function.
context? any Only remove the listeners that have this context.
once? boolean Only remove one-time listeners.

Returns

this

this.

Inherited from

EShapeGroup.removeListener

Defined in

node_modules/pixi.js/pixi.js.d.ts:25475


select

select(point): boolean

Parameters

Name Type
point Point

Returns

boolean

Inherited from

EShapeGroup.select

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:645


serialize

serialize(manager): DDiagramSerializedItem

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

DDiagramSerializedItem

Inherited from

EShapeGroup.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:435


serializeChildren

serializeChildren(manager): DDiagramSerializedItem[]

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

DDiagramSerializedItem[]

Inherited from

EShapeGroup.serializeChildren

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:416


serializeGradient

serializeGradient(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Inherited from

EShapeGroup.serializeGradient

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:147


serializeImage

serializeImage(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Inherited from

EShapeGroup.serializeImage

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group.ts:184


serializeState

serializeState(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Inherited from

EShapeGroup.serializeState

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:430


setFocused

setFocused(isFocused): void

Parameters

Name Type
isFocused boolean

Returns

void

Inherited from

EShapeGroup.setFocused

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:826


toDirty

toDirty(): void

Returns

void

Inherited from

EShapeGroup.toDirty

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:338


toGlobal

toGlobal(position, result, skipUpdate?): Point

Parameters

Name Type
position IPoint
result Point
skipUpdate? boolean

Returns

Point

Inherited from

EShapeGroup.toGlobal

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:650


toHitTestData

toHitTestData(x, y): EShapeBaseHitTestData

Parameters

Name Type
x number
y number

Returns

EShapeBaseHitTestData

Inherited from

EShapeGroup.toHitTestData

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:537


toLocal

toLocal(position, from?, result?, skipUpdate?): Point

Parameters

Name Type
position IPoint
from? DisplayObject
result? Point
skipUpdate? boolean

Returns

Point

Inherited from

EShapeGroup.toLocal

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:659


unlock

unlock(part, invoke): this

Parameters

Name Type
part number
invoke boolean

Returns

this

Inherited from

EShapeGroup.unlock

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:233


update

update(time): void

Parameters

Name Type
time number

Returns

void

Inherited from

EShapeGroup.update

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:852


updateTransform

updateTransform(): void

Returns

void

Inherited from

EShapeGroup.updateTransform

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:403


updateUploaded

updateUploaded(recursively?): void

Parameters

Name Type
recursively? boolean

Returns

void

Inherited from

EShapeGroup.updateUploaded

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:268


updateUuid

updateUuid(manager): void

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

void

Inherited from

EShapeGroup.updateUuid

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-base.ts:497