Winter Cardinal UI - v0.442.0 / EShapePointsMarkerNoop

Class: EShapePointsMarkerNoop

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EShapePointsMarkerNoop(): EShapePointsMarkerNoop

Returns

EShapePointsMarkerNoop

Properties

_fill

Protected Optional _fill: EShapeFill

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:18


_size

Protected Optional _size: IPoint

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:16


_transform

Protected Optional _transform: Matrix

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:17

Accessors

fill

get fill(): EShapeFill

Returns

EShapeFill

Implementation of

EShapePointsMarker.fill

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:54


size

get size(): IPoint

Returns

IPoint

Implementation of

EShapePointsMarker.size

Defined in

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


transform

get transform(): Matrix

Returns

Matrix

Implementation of

EShapePointsMarker.transform

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:45


type

get type(): EShapePointsMarkerType

Returns

EShapePointsMarkerType

Implementation of

EShapePointsMarker.type

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:28

set type(type): void

Parameters

Name Type
type EShapePointsMarkerType

Returns

void

Implementation of

EShapePointsMarker.type

Defined in

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

Methods

copy

copy(source): this

Parameters

Name Type
source EShapePointsMarker

Returns

this

Implementation of

EShapePointsMarker.copy

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:67


deserialize

deserialize(resourceId, manager): void

Parameters

Name Type
resourceId number
manager EShapeResourceManagerDeserialization

Returns

void

Implementation of

EShapePointsMarker.deserialize

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:79


lock

lock(): this

Returns

this

Implementation of

EShapePointsMarker.lock

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:20


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Implementation of

EShapePointsMarker.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:75


set

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

Parameters

Name Type
type? EShapePointsMarkerType
sizeX? number
sizeY? number

Returns

this

Implementation of

EShapePointsMarker.set

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:71


unlock

unlock(): this

Returns

this

Implementation of

EShapePointsMarker.unlock

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-points-marker-noop.ts:24


updateUploaded

updateUploaded(): void

Returns

void

Defined in

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