Winter Cardinal UI - v0.442.0 / EShapeGroupFillEditor

Class: EShapeGroupFillEditor

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EShapeGroupFillEditor(parent): EShapeGroupFillEditor

Parameters

Name Type
parent EShapeGroupPropertyParent

Returns

EShapeGroupFillEditor

Defined in

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

Properties

_parent

Protected _parent: EShapeGroupPropertyParent

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-fill-editor.ts:12

Accessors

alpha

get alpha(): number

Returns

number

Implementation of

EShapeFill.alpha

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-fill-editor.ts:48

set alpha(alpha): void

Parameters

Name Type
alpha number

Returns

void

Implementation of

EShapeFill.alpha

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-fill-editor.ts:56


color

get color(): number

Returns

number

Implementation of

EShapeFill.color

Defined in

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

set color(color): void

Parameters

Name Type
color number

Returns

void

Implementation of

EShapeFill.color

Defined in

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


enable

get enable(): boolean

Returns

boolean

Implementation of

EShapeFill.enable

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-fill-editor.ts:18

set enable(enable): void

Parameters

Name Type
enable boolean

Returns

void

Implementation of

EShapeFill.enable

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-fill-editor.ts:26

Methods

clone

clone(): EShapeGroupFillEditor

Returns

EShapeGroupFillEditor

Implementation of

EShapeFill.clone

Defined in

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


copy

copy(target?): void

Parameters

Name Type
target? Partial<EShapeFillLike>

Returns

void

Implementation of

EShapeFill.copy

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-fill-editor.ts:63


deserialize

deserialize(target, manager): void

Parameters

Name Type
target number
manager EShapeResourceManagerDeserialization

Returns

void

Implementation of

EShapeFill.deserialize

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-fill-editor.ts:97


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Implementation of

EShapeFill.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-fill-editor.ts:93


set

set(enable, color, alpha): void

Parameters

Name Type
enable boolean
color number
alpha number

Returns

void

Implementation of

EShapeFill.set

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-fill-editor.ts:70


toObject

toObject(): EShapeFillLike

Returns

EShapeFillLike

Implementation of

EShapeFill.toObject

Defined in

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