Winter Cardinal UI - v0.442.0 / DDiagramCanvasBaseShapeImpl

Class: DDiagramCanvasBaseShapeImpl

Hierarchy

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DDiagramCanvasBaseShapeImpl(canvas): DDiagramCanvasBaseShapeImpl

Parameters

Name Type
canvas DDiagramCanvasBaseShapeCanvas

Returns

DDiagramCanvasBaseShapeImpl

Defined in

src/main/typescript/wcardinal/ui/d-diagram-canvas-base-shape-impl.ts:17

Properties

_canvas

Protected _canvas: DDiagramCanvasBaseShapeCanvas

Defined in

src/main/typescript/wcardinal/ui/d-diagram-canvas-base-shape-impl.ts:15

Methods

each

each(iteratee, ignoreCapability?): this

Parameters

Name Type
iteratee (shape: EShape) => boolean | void
ignoreCapability? boolean

Returns

this

Implementation of

DDiagramCanvasBaseShape.each

Defined in

src/main/typescript/wcardinal/ui/d-diagram-canvas-base-shape-impl.ts:21


each_

each_(shapes, iteratee, ignoreCapability?): undefined | boolean

Parameters

Name Type
shapes EShape[]
iteratee (shape: EShape) => boolean | void
ignoreCapability? boolean

Returns

undefined | boolean

Defined in

src/main/typescript/wcardinal/ui/d-diagram-canvas-base-shape-impl.ts:32