Winter Cardinal UI - v0.442.0 / EShapeGroupSizeShadowed

Class: EShapeGroupSizeShadowed

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EShapeGroupSizeShadowed(parent, x, y): EShapeGroupSizeShadowed

Parameters

Name Type
parent EShapeGroupSizeParent
x number
y number

Returns

EShapeGroupSizeShadowed

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:14

Properties

_parent

Protected _parent: EShapeGroupSizeParent

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:11


_size

Protected _size: Point

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:12

Accessors

x

get x(): number

Returns

number

Implementation of

EShapeGroupSize.x

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:23

set x(x): void

Parameters

Name Type
x number

Returns

void

Implementation of

EShapeGroupSize.x

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:27


y

get y(): number

Returns

number

Implementation of

EShapeGroupSize.y

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:36

set y(y): void

Parameters

Name Type
y number

Returns

void

Implementation of

EShapeGroupSize.y

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:40

Methods

clone

clone(): EShapeGroupSizeShadowed

Returns

EShapeGroupSizeShadowed

Implementation of

EShapeGroupSize.clone

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:68


copy

copy(): void

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:73


copyFrom

copyFrom(point): this

Parameters

Name Type
point IPoint

Returns

this

Implementation of

EShapeGroupSize.copyFrom

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:77


copyTo

copyTo(point): IPoint

Parameters

Name Type
point IPoint

Returns

IPoint

Implementation of

EShapeGroupSize.copyTo

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:91


equals

equals(point): boolean

Parameters

Name Type
point IPoint

Returns

boolean

Implementation of

EShapeGroupSize.equals

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:95


fit

fit(): this

Returns

this

Implementation of

EShapeGroupSize.fit

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:99


init

init(): this

Returns

this

Implementation of

EShapeGroupSize.init

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:19


onChange

onChange(ox, oy): void

Parameters

Name Type
ox number
oy number

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:103


set

set(x?, y?): this

Parameters

Name Type
x? number
y? number

Returns

this

Implementation of

EShapeGroupSize.set

Defined in

src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts:49