Winter Cardinal UI - v0.442.0 / EShapeConnectorContainer

Interface: EShapeConnectorContainer

Implemented by

Table of contents

Methods

Methods

add

add(target): boolean

Parameters

Name Type
target EShapeConnectorEdge

Returns

boolean

Defined in

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


attach

attach(): this

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-container.ts:18


clear

clear(): boolean

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-container.ts:12


contains

contains(target): boolean

Parameters

Name Type
target EShapeConnectorEdge

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-container.ts:15


copy

copy(source): this

Parameters

Name Type
source EShapeConnectorContainer

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-container.ts:13


detach

detach(exceptions?): this

Parameters

Name Type
exceptions? Set<EShape>

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-container.ts:19


each

each(iteratee): this

Parameters

Name Type
iteratee (edge: EShapeConnectorEdge) => void

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-container.ts:14


fit

fit(forcibly?): void

Parameters

Name Type
forcibly? boolean

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-container.ts:17


remove

remove(target): boolean

Parameters

Name Type
target EShapeConnectorEdge

Returns

boolean

Defined in

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


size

size(): number

Returns

number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-connector-container.ts:16