Winter Cardinal UI - v0.442.0 / EShapeLineOfRectangleRoundeds

Class: EShapeLineOfRectangleRoundeds

Hierarchy

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EShapeLineOfRectangleRoundeds(type?): EShapeLineOfRectangleRoundeds

Parameters

Name Type Default value
type number EShapeType.LINE_OF_RECTANGLE_ROUNDEDS

Returns

EShapeLineOfRectangleRoundeds

Overrides

EShapeRectangleRounded.constructor

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-rectangle-roundeds.ts:23

Properties

_bounds

Protected Optional _bounds: Rectangle

Inherited from

EShapeRectangleRounded._bounds

Defined in

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


_boundsInternal

Protected Optional _boundsInternal: Rectangle

Inherited from

EShapeRectangleRounded._boundsInternal

Defined in

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


_boundsInternalTransformId

Protected _boundsInternalTransformId: number

Inherited from

EShapeRectangleRounded._boundsInternalTransformId

Defined in

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


_boundsLocal

Protected Optional _boundsLocal: Rectangle

Inherited from

EShapeRectangleRounded._boundsLocal

Defined in

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


_boundsLocalTransformId

Protected _boundsLocalTransformId: number

Inherited from

EShapeRectangleRounded._boundsLocalTransformId

Defined in

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


_boundsTransformId

Protected _boundsTransformId: number

Inherited from

EShapeRectangleRounded._boundsTransformId

Defined in

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


_capability

Protected Optional _capability: EShapeCapabilityContainer

Inherited from

EShapeRectangleRounded._capability

Defined in

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


_connector

Protected Optional _connector: EShapeConnectorContainer

Inherited from

EShapeRectangleRounded._connector

Defined in

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


_corner

Protected _corner: number

Inherited from

EShapeRectangleRounded._corner

Defined in

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


_image

Protected Optional _image: EShapeImageLike

Inherited from

EShapeRectangleRounded._image

Defined in

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


_lockTransformChild

Protected _lockTransformChild: EShapeLock

Inherited from

EShapeRectangleRounded._lockTransformChild

Defined in

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


_lockTransformParent

Protected _lockTransformParent: EShapeLock

Inherited from

EShapeRectangleRounded._lockTransformParent

Defined in

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


_lockTransformThis

Protected _lockTransformThis: EShapeLock

Inherited from

EShapeRectangleRounded._lockTransformThis

Defined in

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


_lockUploaded

Protected _lockUploaded: EShapeLock

Inherited from

EShapeRectangleRounded._lockUploaded

Defined in

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


_points

Protected _points: EShapeLineOfAnyPoints

Overrides

EShapeRectangleRounded._points

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-rectangle-roundeds.ts:20


_radius

Protected _radius: number

Inherited from

EShapeRectangleRounded._radius

Defined in

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


_state

Protected Optional _state: EShapeStateSet

Inherited from

EShapeRectangleRounded._state

Defined in

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


_tester

Protected _tester: EShapeLineOfAnyPointsHitTester<unknown>

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-rectangle-roundeds.ts:21


_visible

Protected _visible: boolean

Inherited from

EShapeRectangleRounded._visible

Defined in

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


action

Readonly action: EShapeAction

Implementation of

EShapeLineOfAny.action

Inherited from

EShapeRectangleRounded.action

Defined in

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


children

children: EShape[]

Implementation of

EShapeLineOfAny.children

Inherited from

EShapeRectangleRounded.children

Defined in

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


cursor

Optional cursor: string

Implementation of

EShapeLineOfAny.cursor

Inherited from

EShapeRectangleRounded.cursor

Defined in

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


data

Readonly data: EShapeData

Implementation of

EShapeLineOfAny.data

Inherited from

EShapeRectangleRounded.data

Defined in

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


editor

Optional editor: EShapeEditor

Implementation of

EShapeLineOfAny.editor

Inherited from

EShapeRectangleRounded.editor

Defined in

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


fill

Readonly fill: EShapeFill

Implementation of

EShapeLineOfAny.fill

Inherited from

EShapeRectangleRounded.fill

Defined in

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


gradient

Optional gradient: EShapeGradientLike

Implementation of

EShapeLineOfAny.gradient

Inherited from

EShapeRectangleRounded.gradient

Defined in

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


id

id: string

Implementation of

EShapeLineOfAny.id

Inherited from

EShapeRectangleRounded.id

Defined in

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


index

index: number

Implementation of

EShapeLineOfAny.index

Inherited from

EShapeRectangleRounded.index

Defined in

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


interactive

interactive: boolean

Implementation of

EShapeLineOfAny.interactive

Inherited from

EShapeRectangleRounded.interactive

Defined in

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


layout

Optional layout: EShapeLayout

Implementation of

EShapeLineOfAny.layout

Inherited from

EShapeRectangleRounded.layout

Defined in

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


parent

parent: null | EShape | EShapeContainer

Implementation of

EShapeLineOfAny.parent

Inherited from

EShapeRectangleRounded.parent

Defined in

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


reference

reference: number

Implementation of

EShapeLineOfAny.reference

Inherited from

EShapeRectangleRounded.reference

Defined in

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


runtime

Optional runtime: EShapeRuntime

Implementation of

EShapeLineOfAny.runtime

Inherited from

EShapeRectangleRounded.runtime

Defined in

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


selected

selected: boolean

Implementation of

EShapeLineOfAny.selected

Inherited from

EShapeRectangleRounded.selected

Defined in

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


shortcut

Optional shortcut: string

Implementation of

EShapeLineOfAny.shortcut

Inherited from

EShapeRectangleRounded.shortcut

Defined in

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


size

Readonly size: IPoint

Implementation of

EShapeLineOfAny.size

Inherited from

EShapeRectangleRounded.size

Defined in

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


stroke

Readonly stroke: EShapeStroke

Implementation of

EShapeLineOfAny.stroke

Inherited from

EShapeRectangleRounded.stroke

Defined in

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


tag

Readonly tag: EShapeData

Deprecated

in favor of data

Implementation of

EShapeLineOfAny.tag

Inherited from

EShapeRectangleRounded.tag

Defined in

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


text

Readonly text: EShapeText

Implementation of

EShapeLineOfAny.text

Inherited from

EShapeRectangleRounded.text

Defined in

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


texture

Optional texture: Texture

Implementation of

EShapeLineOfAny.texture

Inherited from

EShapeRectangleRounded.texture

Defined in

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


title

Optional title: string

Implementation of

EShapeLineOfAny.title

Inherited from

EShapeRectangleRounded.title

Defined in

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


transform

Readonly transform: EShapeTransform

Implementation of

EShapeLineOfAny.transform

Inherited from

EShapeRectangleRounded.transform

Defined in

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


type

Readonly type: number

Implementation of

EShapeLineOfAny.type

Inherited from

EShapeRectangleRounded.type

Defined in

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


uploaded

Optional uploaded: EShapeUploaded

Implementation of

EShapeLineOfAny.uploaded

Inherited from

EShapeRectangleRounded.uploaded

Defined in

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


uuid

uuid: number

Implementation of

EShapeLineOfAny.uuid

Inherited from

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

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

Implementation of

EShapeLineOfAny.capability

Inherited from

EShapeRectangleRounded.capability

Defined in

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


connector

get connector(): EShapeConnectorContainer

Returns

EShapeConnectorContainer

Implementation of

EShapeLineOfAny.connector

Inherited from

EShapeRectangleRounded.connector

Defined in

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


corner

get corner(): number

Returns

number

Implementation of

EShapeLineOfAny.corner

Inherited from

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

Implementation of

EShapeLineOfAny.corner

Inherited from

EShapeRectangleRounded.corner

Defined in

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


image

get image(): undefined | EShapeImageLike

Returns

undefined | EShapeImageLike

Implementation of

EShapeLineOfAny.image

Inherited from

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

Implementation of

EShapeLineOfAny.image

Inherited from

EShapeRectangleRounded.image

Defined in

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


points

get points(): EShapeLineOfAnyPoints

Returns

EShapeLineOfAnyPoints

Implementation of

EShapeLineOfAny.points

Overrides

EShapeRectangleRounded.points

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-rectangle-roundeds.ts:32


radius

get radius(): number

Returns

number

Implementation of

EShapeLineOfAny.radius

Inherited from

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

Implementation of

EShapeLineOfAny.radius

Inherited from

EShapeRectangleRounded.radius

Defined in

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


root

get root(): EShape

Returns

EShape

Implementation of

EShapeLineOfAny.root

Inherited from

EShapeRectangleRounded.root

Defined in

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


state

get state(): EShapeStateSet

Returns

EShapeStateSet

Implementation of

EShapeLineOfAny.state

Inherited from

EShapeRectangleRounded.state

Defined in

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


visible

get visible(): boolean

Returns

boolean

Implementation of

EShapeLineOfAny.visible

Inherited from

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

Implementation of

EShapeLineOfAny.visible

Inherited from

EShapeRectangleRounded.visible

Defined in

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


worldVisible

get worldVisible(): boolean

Returns

boolean

Implementation of

EShapeLineOfAny.worldVisible

Inherited from

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

Implementation of

EShapeLineOfAny.addListener

Inherited from

EShapeRectangleRounded.addListener

Defined in

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


addUuid

addUuid(manager): void

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

void

Implementation of

EShapeLineOfAny.addUuid

Inherited from

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

Implementation of

EShapeLineOfAny.attach

Inherited from

EShapeRectangleRounded.attach

Defined in

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


blur

blur(): this

Returns

this

Implementation of

EShapeLineOfAny.blur

Inherited from

EShapeRectangleRounded.blur

Defined in

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


calcHitPoint

calcHitPoint<RESULT>(x, y, toThreshold, toRange, tester, result): boolean

Type parameters

Name
RESULT

Parameters

Name Type
x number
y number
toThreshold null | EShapeLineOfAnyPointsHitTesterToThreshold
toRange null | EShapeLineOfAnyPointsHitTesterToRange
tester null | EShapeLineOfAnyPointsHitTester<RESULT>
result RESULT

Returns

boolean

Implementation of

EShapeLineOfAny.calcHitPoint

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-rectangle-roundeds.ts:82


callChildTransformChange

callChildTransformChange(): void

Returns

void

Inherited from

EShapeRectangleRounded.callChildTransformChange

Defined in

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


callParentTransformChange

callParentTransformChange(): void

Returns

void

Inherited from

EShapeRectangleRounded.callParentTransformChange

Defined in

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


clone

clone(): EShapeLineOfRectangleRoundeds

Returns

EShapeLineOfRectangleRoundeds

Implementation of

EShapeLineOfAny.clone

Overrides

EShapeRectangleRounded.clone

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-rectangle-roundeds.ts:36


contains

contains(x, y): null | EShape

Parameters

Name Type
x number
y number

Returns

null | EShape

Implementation of

EShapeLineOfAny.contains

Inherited from

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

Implementation of

EShapeLineOfAny.containsAbs

Overrides

EShapeRectangleRounded.containsAbs

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-rectangle-roundeds.ts:40


containsAbsBBox

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

Parameters

Name Type
x number
y number
ax number
ay number

Returns

boolean

Implementation of

EShapeLineOfAny.containsAbsBBox

Inherited from

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

Implementation of

EShapeLineOfAny.containsBBox

Inherited from

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

EShapeRectangleRounded.containsChildren

Defined in

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


containsPointAbs

containsPointAbs(x, y, ax, ay, ox, oy, px, py, sw, ss, sa): boolean

Parameters

Name Type
x number
y number
ax number
ay number
ox number
oy number
px number
py number
sw number
ss number
sa number

Returns

boolean

Implementation of

EShapeLineOfAny.containsPointAbs

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-rectangle-roundeds.ts:66


containsText

containsText(x, y): null | EShape

Parameters

Name Type
x number
y number

Returns

null | EShape

Inherited from

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

Implementation of

EShapeLineOfAny.copy

Inherited from

EShapeRectangleRounded.copy

Defined in

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


destroy

destroy(): void

Returns

void

Implementation of

EShapeLineOfAny.destroy

Inherited from

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

Implementation of

EShapeLineOfAny.detach

Inherited from

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

Implementation of

EShapeLineOfAny.emit

Inherited from

EShapeRectangleRounded.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)[]

Implementation of

EShapeLineOfAny.eventNames

Inherited from

EShapeRectangleRounded.eventNames

Defined in

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


focus

focus(): this

Returns

this

Implementation of

EShapeLineOfAny.focus

Inherited from

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

Implementation of

EShapeLineOfAny.getBounds

Inherited from

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

Implementation of

EShapeLineOfAny.getBoundsInternal

Inherited from

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

Implementation of

EShapeLineOfAny.getBoundsLocal

Inherited from

EShapeRectangleRounded.getBoundsLocal

Defined in

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


getBoundsSize

getBoundsSize(): IPoint

Returns

IPoint

Inherited from

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

EShapeRectangleRounded.getBounds_

Defined in

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


getCapability

getCapability(): undefined | EShapeCapabilityContainer

Returns

undefined | EShapeCapabilityContainer

Implementation of

EShapeLineOfAny.getCapability

Inherited from

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

EShapeRectangleRounded.getHitTestSize

Defined in

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


getShapeScale

getShapeScale(): number

Returns

number

Inherited from

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

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

Implementation of

EShapeLineOfAny.listenerCount

Inherited from

EShapeRectangleRounded.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[]

Implementation of

EShapeLineOfAny.listeners

Inherited from

EShapeRectangleRounded.listeners

Defined in

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


lock

lock(part): this

Parameters

Name Type
part number

Returns

this

Implementation of

EShapeLineOfAny.lock

Inherited from

EShapeRectangleRounded.lock

Defined in

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


newFill

newFill(): EShapeFill

Returns

EShapeFill

Inherited from

EShapeRectangleRounded.newFill

Defined in

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


newSize

newSize(): IPoint

Returns

IPoint

Inherited from

EShapeRectangleRounded.newSize

Defined in

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


newStroke

newStroke(): EShapeStroke

Returns

EShapeStroke

Inherited from

EShapeRectangleRounded.newStroke

Defined in

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


newText

newText(): EShapeText

Returns

EShapeText

Inherited from

EShapeRectangleRounded.newText

Defined in

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


newTransform

newTransform(): EShapeTransform

Returns

EShapeTransform

Inherited from

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

Implementation of

EShapeLineOfAny.off

Inherited from

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

Implementation of

EShapeLineOfAny.on

Inherited from

EShapeRectangleRounded.on

Defined in

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


onAttach

onAttach(): void

Returns

void

Implementation of

EShapeLineOfAny.onAttach

Inherited from

EShapeRectangleRounded.onAttach

Defined in

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


onChildTransformChange

onChildTransformChange(): void

Returns

void

Implementation of

EShapeLineOfAny.onChildTransformChange

Inherited from

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

Implementation of

EShapeLineOfAny.onDetach

Inherited from

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

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

EShapeRectangleRounded.onKeyUp

Defined in

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


onParentTransformChange

onParentTransformChange(): void

Returns

void

Implementation of

EShapeLineOfAny.onParentTransformChange

Inherited from

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

Implementation of

EShapeLineOfAny.onRender

Inherited from

EShapeRectangleRounded.onRender

Defined in

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


onSizeChange

onSizeChange(): void

Returns

void

Implementation of

EShapeLineOfAny.onSizeChange

Inherited from

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

EShapeRectangleRounded.onStateChange

Defined in

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


onThisTransformChange

onThisTransformChange(): void

Returns

void

Inherited from

EShapeRectangleRounded.onThisTransformChange

Defined in

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


onTransformChange

onTransformChange(): void

Returns

void

Implementation of

EShapeLineOfAny.onTransformChange

Inherited from

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

Implementation of

EShapeLineOfAny.once

Inherited from

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

Implementation of

EShapeLineOfAny.removeAllListeners

Inherited from

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

Implementation of

EShapeLineOfAny.removeListener

Inherited from

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

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

Implementation of

EShapeLineOfAny.serialize

Inherited from

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

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

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

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

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

EShapeRectangleRounded.setFocused

Defined in

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


toDirty

toDirty(): void

Returns

void

Implementation of

EShapeLineOfAny.toDirty

Inherited from

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

Implementation of

EShapeLineOfAny.toGlobal

Inherited from

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

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

Implementation of

EShapeLineOfAny.toLocal

Inherited from

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

Implementation of

EShapeLineOfAny.unlock

Inherited from

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

Implementation of

EShapeLineOfAny.update

Inherited from

EShapeRectangleRounded.update

Defined in

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


updateTransform

updateTransform(): void

Returns

void

Implementation of

EShapeLineOfAny.updateTransform

Inherited from

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

Implementation of

EShapeLineOfAny.updateUploaded

Inherited from

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

Implementation of

EShapeLineOfAny.updateUuid

Inherited from

EShapeRectangleRounded.updateUuid

Defined in

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