Winter Cardinal UI - v0.442.0 / EShapeTransformImpl

Class: EShapeTransformImpl

Hierarchy

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeTransformImpl(parent): EShapeTransformImpl

Parameters

Name Type
parent EShapeTransformParent

Returns

EShapeTransformImpl

Overrides

Transform.constructor

Defined in

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

Properties

_currentLocalID

Protected _currentLocalID: number

The locally unique ID of the local transform used to calculate the current local transformation matrix.

Member

PIXI.Transform#_currentLocalID

Implementation of

EShapeTransform._currentLocalID

Inherited from

Transform._currentLocalID

Defined in

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


_cx

Protected _cx: number

The X-coordinate value of the normalized local X axis, the first column of the local transformation matrix without a scale.

Member

PIXI.Transform#_cx

Implementation of

EShapeTransform._cx

Inherited from

Transform._cx

Defined in

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


_cy

Protected _cy: number

The X-coordinate value of the normalized local Y axis, the second column of the local transformation matrix without a scale.

Member

PIXI.Transform#_cy

Implementation of

EShapeTransform._cy

Inherited from

Transform._cy

Defined in

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


_localID

Protected _localID: number

The locally unique ID of the local transform.

Member

PIXI.Transform#_localID

Implementation of

EShapeTransform._localID

Inherited from

Transform._localID

Defined in

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


_parent

Protected _parent: EShapeTransformParent

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:25


_parentID

Protected _parentID: number

The locally unique ID of the parent’s world transform used to calculate the current world transformation matrix.

Member

PIXI.Transform#_parentID

Implementation of

EShapeTransform._parentID

Inherited from

Transform._parentID

Defined in

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


_rotation

Protected _rotation: number

The rotation amount.

Member

PIXI.Transform#_rotation

Implementation of

EShapeTransform._rotation

Inherited from

Transform._rotation

Defined in

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


_sx

Protected _sx: number

The Y-coordinate value of the normalized local X axis, the first column of the local transformation matrix without a scale.

Member

PIXI.Transform#_sx

Implementation of

EShapeTransform._sx

Inherited from

Transform._sx

Defined in

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


_sy

Protected _sy: number

The Y-coordinate value of the normalized local Y axis, the second column of the local transformation matrix without a scale.

Member

PIXI.Transform#_sy

Implementation of

EShapeTransform._sy

Inherited from

Transform._sy

Defined in

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


_worldID

Protected _worldID: number

The locally unique ID of the world transform.

Member

PIXI.Transform#_worldID

Implementation of

EShapeTransform._worldID

Inherited from

Transform._worldID

Defined in

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


internalTransform

internalTransform: Matrix

Implementation of

EShapeTransform.internalTransform

Defined in

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


localTransform

localTransform: Matrix

The local transformation matrix.

Member

PIXI.Transform#localTransform

Implementation of

EShapeTransform.localTransform

Inherited from

Transform.localTransform

Defined in

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


pivot

pivot: ObservablePoint

The pivot point of the displayObject that it rotates around.

Member

PIXI.Transform#pivot

Implementation of

EShapeTransform.pivot

Inherited from

Transform.pivot

Defined in

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


position

position: ObservablePoint

The coordinate of the object relative to the local coordinates of the parent.

Member

PIXI.Transform#position

Implementation of

EShapeTransform.position

Inherited from

Transform.position

Defined in

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


rotation

rotation: number

The rotation of the object in radians.

Member

Implementation of

EShapeTransform.rotation

Inherited from

Transform.rotation

Defined in

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


scale

scale: ObservablePoint

The scale factor of the object.

Member

PIXI.Transform#scale

Implementation of

EShapeTransform.scale

Inherited from

Transform.scale

Defined in

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


skew

skew: ObservablePoint

The skew amount, on the x and y axis.

Member

PIXI.Transform#skew

Implementation of

EShapeTransform.skew

Inherited from

Transform.skew

Defined in

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


worldTransform

worldTransform: Matrix

The world transformation matrix.

Member

PIXI.Transform#worldTransform

Implementation of

EShapeTransform.worldTransform

Inherited from

Transform.worldTransform

Defined in

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


IDENTITY

Static IDENTITY: Transform

A default (identity) transform

Static

Constant

Member

Inherited from

Transform.IDENTITY

Defined in

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

Methods

getLocalId

getLocalId(): number

Returns

number

Implementation of

EShapeTransform.getLocalId

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:48


getLocalIdCurrent

getLocalIdCurrent(): number

Returns

number

Implementation of

EShapeTransform.getLocalIdCurrent

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:44


getParentId

getParentId(): number

Returns

number

Implementation of

EShapeTransform.getParentId

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:52


getWorldId

getWorldId(): number

Returns

number

Implementation of

EShapeTransform.getWorldId

Defined in

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


onChange

onChange(): void

Called when a value changes.

Returns

void

Implementation of

EShapeTransform.onChange

Overrides

Transform.onChange

Defined in

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


setFromMatrix

setFromMatrix(matrix): void

Decomposes a matrix and sets the transforms properties based on it.

Parameters

Name Type Description
matrix Matrix The matrix to decompose

Returns

void

Implementation of

EShapeTransform.setFromMatrix

Inherited from

Transform.setFromMatrix

Defined in

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


updateLocalTransform

updateLocalTransform(): void

Updates the local transformation matrix.

Returns

void

Implementation of

EShapeTransform.updateLocalTransform

Inherited from

Transform.updateLocalTransform

Defined in

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


updateSkew

updateSkew(): void

Called when the skew or the rotation changes.

Returns

void

Implementation of

EShapeTransform.updateSkew

Overrides

Transform.updateSkew

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:39


updateTransform

updateTransform(parentTransform): void

Updates the local and the world transformation matrices.

Parameters

Name Type Description
parentTransform Transform The parent transform

Returns

void

Implementation of

EShapeTransform.updateTransform

Overrides

Transform.updateTransform

Defined in

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