Winter Cardinal UI - v0.442.0 / DDiagramLayerBackground

Interface: DDiagramLayerBackground

Hierarchy

Table of contents

Properties

Methods

Properties

alpha

alpha: number

Inherited from

EShapeFill.alpha

Defined in

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


color

color: number

Inherited from

EShapeFill.color

Defined in

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


enable

enable: boolean

Inherited from

EShapeFill.enable

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:10

Methods

clone

clone(): EShapeFill

Returns

EShapeFill

Inherited from

EShapeFill.clone

Defined in

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


copy

copy(target?): void

Parameters

Name Type
target? Partial<EShapeFillLike>

Returns

void

Inherited from

EShapeFill.copy

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:16


deserialize

deserialize(target, manager): void

Parameters

Name Type
target number
manager EShapeResourceManagerDeserialization

Returns

void

Inherited from

EShapeFill.deserialize

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:21


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Inherited from

EShapeFill.serialize

Defined in

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


set

set(enable?, color?, alpha?): void

Parameters

Name Type
enable? boolean
color? number
alpha? number

Returns

void

Inherited from

EShapeFill.set

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:17


toObject

toObject(): EShapeFillLike

Returns

EShapeFillLike

Inherited from

EShapeFill.toObject

Defined in

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