Winter Cardinal UI - v0.442.0 / EShapeImage

Class: EShapeImage

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EShapeImage(image?, type?): EShapeImage

Parameters

Name Type Default value
image? EShapeImageLike undefined
type number EShapeType.IMAGE

Returns

EShapeImage

Overrides

EShapeRectangle.constructor

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-image.ts:11

Properties

_bounds

Protected Optional _bounds: Rectangle

Inherited from

EShapeRectangle._bounds

Defined in

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


_boundsInternal

Protected Optional _boundsInternal: Rectangle

Inherited from

EShapeRectangle._boundsInternal

Defined in

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


_boundsInternalTransformId

Protected _boundsInternalTransformId: number

Inherited from

EShapeRectangle._boundsInternalTransformId

Defined in

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


_boundsLocal

Protected Optional _boundsLocal: Rectangle

Inherited from

EShapeRectangle._boundsLocal

Defined in

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


_boundsLocalTransformId

Protected _boundsLocalTransformId: number

Inherited from

EShapeRectangle._boundsLocalTransformId

Defined in

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


_boundsTransformId

Protected _boundsTransformId: number

Inherited from

EShapeRectangle._boundsTransformId

Defined in

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


_capability

Protected Optional _capability: EShapeCapabilityContainer

Inherited from

EShapeRectangle._capability

Defined in

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


_connector

Protected Optional _connector: EShapeConnectorContainer

Inherited from

EShapeRectangle._connector

Defined in

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


_corner

Protected _corner: number

Inherited from

EShapeRectangle._corner

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:30


_image

Protected Optional _image: EShapeImageLike

Inherited from

EShapeRectangle._image

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:31


_lockTransformChild

Protected _lockTransformChild: EShapeLock

Inherited from

EShapeRectangle._lockTransformChild

Defined in

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


_lockTransformParent

Protected _lockTransformParent: EShapeLock

Inherited from

EShapeRectangle._lockTransformParent

Defined in

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


_lockTransformThis

Protected _lockTransformThis: EShapeLock

Inherited from

EShapeRectangle._lockTransformThis

Defined in

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


_lockUploaded

Protected _lockUploaded: EShapeLock

Inherited from

EShapeRectangle._lockUploaded

Defined in

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


_points

Protected Optional _points: EShapePoints

Inherited from

EShapeRectangle._points

Defined in

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


_radius

Protected _radius: number

Inherited from

EShapeRectangle._radius

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:29


_state

Protected Optional _state: EShapeStateSet

Inherited from

EShapeRectangle._state

Defined in

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


_visible

Protected _visible: boolean

Inherited from

EShapeRectangle._visible

Defined in

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


action

Readonly action: EShapeAction

Inherited from

EShapeRectangle.action

Defined in

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


children

children: EShape[]

Inherited from

EShapeRectangle.children

Defined in

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


cursor

Optional cursor: string

Inherited from

EShapeRectangle.cursor

Defined in

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


data

Readonly data: EShapeData

Inherited from

EShapeRectangle.data

Defined in

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


editor

Optional editor: EShapeEditor

Inherited from

EShapeRectangle.editor

Defined in

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


fill

Readonly fill: EShapeFill

Inherited from

EShapeRectangle.fill

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:27


gradient

Optional gradient: EShapeGradientLike

Inherited from

EShapeRectangle.gradient

Defined in

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


id

id: string

Inherited from

EShapeRectangle.id

Defined in

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


index

index: number

Inherited from

EShapeRectangle.index

Defined in

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


interactive

interactive: boolean

Inherited from

EShapeRectangle.interactive

Defined in

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


layout

Optional layout: EShapeLayout

Inherited from

EShapeRectangle.layout

Defined in

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


parent

parent: null | EShape | EShapeContainer

Inherited from

EShapeRectangle.parent

Defined in

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


reference

reference: number

Inherited from

EShapeRectangle.reference

Defined in

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


runtime

Optional runtime: EShapeRuntime

Inherited from

EShapeRectangle.runtime

Defined in

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


selected

selected: boolean

Inherited from

EShapeRectangle.selected

Defined in

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


shortcut

Optional shortcut: string

Inherited from

EShapeRectangle.shortcut

Defined in

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


size

Readonly size: IPoint

Inherited from

EShapeRectangle.size

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:26


stroke

Readonly stroke: EShapeStroke

Inherited from

EShapeRectangle.stroke

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:28


tag

Readonly tag: EShapeData

Deprecated

in favor of data

Inherited from

EShapeRectangle.tag

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:35


text

Readonly text: EShapeText

Inherited from

EShapeRectangle.text

Defined in

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


texture

Optional texture: Texture

Inherited from

EShapeRectangle.texture

Defined in

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


title

Optional title: string

Inherited from

EShapeRectangle.title

Defined in

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


transform

Readonly transform: EShapeTransform

Inherited from

EShapeRectangle.transform

Defined in

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


type

Readonly type: number

Inherited from

EShapeRectangle.type

Defined in

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


uploaded

Optional uploaded: EShapeUploaded

Inherited from

EShapeRectangle.uploaded

Defined in

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


uuid

uuid: number

Inherited from

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.capability

Defined in

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


connector

get connector(): EShapeConnectorContainer

Returns

EShapeConnectorContainer

Inherited from

EShapeRectangle.connector

Defined in

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


corner

get corner(): number

Returns

number

Inherited from

EShapeRectangle.corner

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:92

set corner(corner): void

Parameters

Name Type
corner number

Returns

void

Inherited from

EShapeRectangle.corner

Defined in

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


image

get image(): undefined | EShapeImageLike

Returns

undefined | EShapeImageLike

Inherited from

EShapeRectangle.image

Defined in

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

set image(image): void

Parameters

Name Type
image undefined | EShapeImageLike

Returns

void

Inherited from

EShapeRectangle.image

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:118


points

get points(): undefined | EShapePoints

Returns

undefined | EShapePoints

Inherited from

EShapeRectangle.points

Defined in

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


radius

get radius(): number

Returns

number

Inherited from

EShapeRectangle.radius

Defined in

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

set radius(radius): void

Parameters

Name Type
radius number

Returns

void

Inherited from

EShapeRectangle.radius

Defined in

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


root

get root(): EShape

Returns

EShape

Inherited from

EShapeRectangle.root

Defined in

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


state

get state(): EShapeStateSet

Returns

EShapeStateSet

Inherited from

EShapeRectangle.state

Defined in

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


visible

get visible(): boolean

Returns

boolean

Inherited from

EShapeRectangle.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

EShapeRectangle.visible

Defined in

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


worldVisible

get worldVisible(): boolean

Returns

boolean

Inherited from

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.attach

Defined in

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


blur

blur(): this

Returns

this

Inherited from

EShapeRectangle.blur

Defined in

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


callChildTransformChange

callChildTransformChange(): void

Returns

void

Inherited from

EShapeRectangle.callChildTransformChange

Defined in

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


callParentTransformChange

callParentTransformChange(): void

Returns

void

Inherited from

EShapeRectangle.callParentTransformChange

Defined in

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


clone

clone(): EShapeImage

Returns

EShapeImage

Overrides

EShapeRectangle.clone

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-image.ts:20


contains

contains(x, y): null | EShape

Parameters

Name Type
x number
y number

Returns

null | EShape

Inherited from

EShapeRectangle.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

EShapeRectangle.containsAbs

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-rectangle.ts:19


containsAbsBBox

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

Parameters

Name Type
x number
y number
ax number
ay number

Returns

boolean

Inherited from

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.copy

Defined in

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


destroy

destroy(): void

Returns

void

Inherited from

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.eventNames

Defined in

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


focus

focus(): this

Returns

this

Inherited from

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.getBoundsLocal

Defined in

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


getBoundsSize

getBoundsSize(): IPoint

Returns

IPoint

Inherited from

EShapeRectangle.getBoundsSize

Defined in

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


getBounds_

getBounds_(transform, result): Rectangle

Parameters

Name Type
transform Matrix
result Rectangle

Returns

Rectangle

Inherited from

EShapeRectangle.getBounds_

Defined in

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


getCapability

getCapability(): undefined | EShapeCapabilityContainer

Returns

undefined | EShapeCapabilityContainer

Inherited from

EShapeRectangle.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

EShapeRectangle.getHitTestSize

Defined in

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


getShapeScale

getShapeScale(): number

Returns

number

Inherited from

EShapeRectangle.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

EShapeRectangle.getStrokeWidthScale

Defined in

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


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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.lock

Defined in

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


newFill

newFill(): EShapeFill

Returns

EShapeFill

Inherited from

EShapeRectangle.newFill

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:62


newSize

newSize(): IPoint

Returns

IPoint

Inherited from

EShapeRectangle.newSize

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:51


newStroke

newStroke(): EShapeStroke

Returns

EShapeStroke

Inherited from

EShapeRectangle.newStroke

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:66


newText

newText(): EShapeText

Returns

EShapeText

Inherited from

EShapeRectangle.newText

Defined in

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


newTransform

newTransform(): EShapeTransform

Returns

EShapeTransform

Inherited from

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.on

Defined in

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


onAttach

onAttach(): void

Returns

void

Inherited from

EShapeRectangle.onAttach

Defined in

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


onChildTransformChange

onChildTransformChange(): void

Returns

void

Inherited from

EShapeRectangle.onChildTransformChange

Defined in

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


onDetach

onDetach(exceptions?): void

Parameters

Name Type
exceptions? Set<EShape>

Returns

void

Inherited from

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.onKeyUp

Defined in

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


onParentTransformChange

onParentTransformChange(): void

Returns

void

Inherited from

EShapeRectangle.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

EShapeRectangle.onRender

Defined in

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


onSizeChange

onSizeChange(): void

Returns

void

Inherited from

EShapeRectangle.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

EShapeRectangle.onStateChange

Defined in

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


onThisTransformChange

onThisTransformChange(): void

Returns

void

Inherited from

EShapeRectangle.onThisTransformChange

Defined in

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


onTransformChange

onTransformChange(): void

Returns

void

Inherited from

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.serializeGradient

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:137


serializeImage

serializeImage(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Inherited from

EShapeRectangle.serializeImage

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-primitive.ts:132


serializeState

serializeState(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Inherited from

EShapeRectangle.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

EShapeRectangle.setFocused

Defined in

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


toDirty

toDirty(): void

Returns

void

Inherited from

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.update

Defined in

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


updateTransform

updateTransform(): void

Returns

void

Inherited from

EShapeRectangle.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

EShapeRectangle.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

EShapeRectangle.updateUuid

Defined in

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