Winter Cardinal UI - v0.442.0 / EShapeLineOfAnyPointsStrokeImpl

Class: EShapeLineOfAnyPointsStrokeImpl

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EShapeLineOfAnyPointsStrokeImpl(parent): EShapeLineOfAnyPointsStrokeImpl

Parameters

Name Type
parent EShapeLineOfAnyPointsStrokeImplParent

Returns

EShapeLineOfAnyPointsStrokeImpl

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:21

Properties

_alpha

Protected _alpha: EShapeLineOfAnyValue

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:19


_color

Protected _color: EShapeLineOfAnyValue

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:18


_id

Protected _id: number

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:17


_parent

Protected _parent: EShapeLineOfAnyPointsStrokeImplParent

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:16

Accessors

alpha

get alpha(): EShapeLineOfAnyValue

Returns

EShapeLineOfAnyValue

Implementation of

EShapeLineOfAnyPointsStroke.alpha

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:40

set alpha(alpha): void

Parameters

Name Type
alpha EShapeLineOfAnyValue

Returns

void

Implementation of

EShapeLineOfAnyPointsStroke.alpha

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:44


color

get color(): EShapeLineOfAnyValue

Returns

EShapeLineOfAnyValue

Implementation of

EShapeLineOfAnyPointsStroke.color

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:32

set color(color): void

Parameters

Name Type
color EShapeLineOfAnyValue

Returns

void

Implementation of

EShapeLineOfAnyPointsStroke.color

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:36


id

get id(): number

Returns

number

Implementation of

EShapeLineOfAnyPointsStroke.id

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:28

Methods

getAlpha

getAlpha(index, def): number

Parameters

Name Type
index number
def number

Returns

number

Implementation of

EShapeLineOfAnyPointsStroke.getAlpha

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:71


getColor

getColor(index, def): number

Parameters

Name Type
index number
def number

Returns

number

Implementation of

EShapeLineOfAnyPointsStroke.getColor

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:67


isStaticAlpha

isStaticAlpha(): boolean

Returns

boolean

Implementation of

EShapeLineOfAnyPointsStroke.isStaticAlpha

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:79


isStaticColor

isStaticColor(): boolean

Returns

boolean

Implementation of

EShapeLineOfAnyPointsStroke.isStaticColor

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:75


set

set(color?, alpha?): void

Parameters

Name Type
color? EShapeLineOfAnyValue
alpha? EShapeLineOfAnyValue

Returns

void

Implementation of

EShapeLineOfAnyPointsStroke.set

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:48


toDirty

toDirty(): void

Returns

void

Implementation of

EShapeLineOfAnyPointsStroke.toDirty

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-line-of-any-points-stroke-impl.ts:83