Winter Cardinal UI - v0.442.0 / EShapeLayout

Interface: EShapeLayout

Implemented by

Table of contents

Methods

Methods

isCompatible

isCompatible(shape): boolean

Parameters

Name Type
shape EShape

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-layout.ts:9


reset

reset(shape, baseX, baseY): void

Parameters

Name Type
shape EShape
baseX number
baseY number

Returns

void

Defined in

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


update

update(shape, baseX, baseY, pivotX, pivotY): void

Parameters

Name Type
shape EShape
baseX number
baseY number
pivotX number
pivotY number

Returns

void

Defined in

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