Winter Cardinal UI - v0.442.0 / EShapeActionValueTransformRotate

Class: EShapeActionValueTransformRotate

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeActionValueTransformRotate(opetype, condition, originX, originY, amount): EShapeActionValueTransformRotate

Parameters

Name Type
opetype EShapeActionValueTransformRotateType
condition string
originX number
originY number
amount string

Returns

EShapeActionValueTransformRotate

Overrides

EShapeActionValueOpetyped.constructor

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-transform-rotate.ts:36

Properties

amount

Readonly amount: string

Defined in

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


condition

Readonly condition: string

Inherited from

EShapeActionValueOpetyped.condition

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:16


opetype

Readonly opetype: EShapeActionValueTransformRotateType

Inherited from

EShapeActionValueOpetyped.opetype

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-opetyped.ts:14


originX

Readonly originX: number

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-transform-rotate.ts:32


originY

Readonly originY: number

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-transform-rotate.ts:33


subtype

Readonly subtype: EShapeActionValueTransformType

Inherited from

EShapeActionValueOpetyped.subtype

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-subtyped.ts:13


type

Readonly type: number

Inherited from

EShapeActionValueOpetyped.type

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:15


THEME

Static Protected Optional THEME: EThemeShapeActionValue

Inherited from

EShapeActionValueOpetyped.THEME

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:13

Methods

getTheme

getTheme(): EThemeShapeActionValue

Returns

EThemeShapeActionValue

Inherited from

EShapeActionValueOpetyped.getTheme

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:31


isEquals

isEquals(value): boolean

Parameters

Name Type
value EShapeActionValue

Returns

boolean

Overrides

EShapeActionValueOpetyped.isEquals

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-transform-rotate.ts:54


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Overrides

EShapeActionValueOpetyped.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-transform-rotate.ts:73


toLabel

toLabel(): string

Returns

string

Inherited from

EShapeActionValueOpetyped.toLabel

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:27


toRuntime

toRuntime(): EShapeActionRuntimeTransformRotate

Returns

EShapeActionRuntimeTransformRotate

Overrides

EShapeActionValueOpetyped.toRuntime

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-transform-rotate.ts:64


deserialize

deserialize(serialized, manager): EShapeActionValueTransformRotate

Parameters

Name Type
serialized EShapeActionValueTransformRotateSerialized
manager EShapeResourceManagerDeserialization

Returns

EShapeActionValueTransformRotate

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-transform-rotate.ts:81