Winter Cardinal UI - v0.442.0 / EShapePointsMarkerTail

Class: EShapePointsMarkerTail

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EShapePointsMarkerTail(parent): EShapePointsMarkerTail

Parameters

Name Type
parent EShapePointsMarkerBaseParent

Returns

EShapePointsMarkerTail

Inherited from

EShapePointsMarkerBase.constructor

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:40

Properties

_fill

Protected _fill: EShapeFill

Inherited from

EShapePointsMarkerBase._fill

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:38


_isFillChanged

Protected _isFillChanged: boolean

Inherited from

EShapePointsMarkerBase._isFillChanged

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:33


_isSizeChanged

Protected _isSizeChanged: boolean

Inherited from

EShapePointsMarkerBase._isSizeChanged

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:32


_isTypeChanged

Protected _isTypeChanged: boolean

Inherited from

EShapePointsMarkerBase._isTypeChanged

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:31


_lockCount

Protected _lockCount: number

Inherited from

EShapePointsMarkerBase._lockCount

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:30


_parent

Protected _parent: EShapePointsMarkerBaseParent

Inherited from

EShapePointsMarkerBase._parent

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:29


_size

Protected _size: IPoint

Inherited from

EShapePointsMarkerBase._size

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:35


_transform

Protected Optional _transform: Matrix

Inherited from

EShapePointsMarkerBase._transform

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:36


_transformId

Protected _transformId: number

Inherited from

EShapePointsMarkerBase._transformId

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:37


_type

Protected _type: EShapePointsMarkerType

Inherited from

EShapePointsMarkerBase._type

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:34

Accessors

fill

get fill(): EShapeFill

Returns

EShapeFill

Inherited from

EShapePointsMarkerBase.fill

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:168


size

get size(): IPoint

Returns

IPoint

Inherited from

EShapePointsMarkerBase.size

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:109


transform

get transform(): Matrix

Returns

Matrix

Inherited from

EShapePointsMarkerBase.transform

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:121


type

get type(): EShapePointsMarkerType

Returns

EShapePointsMarkerType

Inherited from

EShapePointsMarkerBase.type

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:90

set type(type): void

Parameters

Name Type
type EShapePointsMarkerType

Returns

void

Inherited from

EShapePointsMarkerBase.type

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:94

Methods

copy

copy(source): this

Parameters

Name Type
source EShapePointsMarker

Returns

this

Inherited from

EShapePointsMarkerBase.copy

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:184


deserialize

deserialize(resourceId, manager): void

Parameters

Name Type
resourceId number
manager EShapeResourceManagerDeserialization

Returns

void

Inherited from

EShapePointsMarkerBase.deserialize

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:209


lock

lock(): this

Returns

this

Inherited from

EShapePointsMarkerBase.lock

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:63


newFill

newFill(): EShapeFill

Returns

EShapeFill

Inherited from

EShapePointsMarkerBase.newFill

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:59


onFillChange

onFillChange(): void

Returns

void

Inherited from

EShapePointsMarkerBase.onFillChange

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:172


onSizeChange

onSizeChange(): void

Returns

void

Inherited from

EShapePointsMarkerBase.onSizeChange

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:113


onTypeChange

onTypeChange(): void

Returns

void

Inherited from

EShapePointsMarkerBase.onTypeChange

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:101


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Inherited from

EShapePointsMarkerBase.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:203


set

set(type?, sizeX?, sizeY?): this

Parameters

Name Type
type? EShapePointsMarkerType
sizeX? number
sizeY? number

Returns

this

Inherited from

EShapePointsMarkerBase.set

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:190


toTransform

toTransform(values, result): Matrix

Parameters

Name Type
values number[]
result Matrix

Returns

Matrix

Overrides

EShapePointsMarkerBase.toTransform

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-tail.ts:5


toTransformMatrix

toTransformMatrix(x0, y0, x1, y1, result): Matrix

Parameters

Name Type
x0 number
y0 number
x1 number
y1 number
result Matrix

Returns

Matrix

Inherited from

EShapePointsMarkerBase.toTransformMatrix

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:147


unlock

unlock(): this

Returns

this

Inherited from

EShapePointsMarkerBase.unlock

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:73


updateTransform

updateTransform(): Matrix

Returns

Matrix

Inherited from

EShapePointsMarkerBase.updateTransform

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:125


updateUploaded

updateUploaded(): void

Returns

void

Inherited from

EShapePointsMarkerBase.updateUploaded

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-base.ts:180