Winter Cardinal UI - v0.442.0 / DDiagramCanvasEditorShapeImpl

Class: DDiagramCanvasEditorShapeImpl

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DDiagramCanvasEditorShapeImpl(canvas): DDiagramCanvasEditorShapeImpl

Parameters

Name Type
canvas DDiagramCanvasBaseShapeCanvas

Returns

DDiagramCanvasEditorShapeImpl

Inherited from

DDiagramCanvasBaseShapeImpl.constructor

Defined in

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

Properties

_canvas

Protected _canvas: DDiagramCanvasBaseShapeCanvas

Inherited from

DDiagramCanvasBaseShapeImpl._canvas

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

Inherited from

DDiagramCanvasBaseShapeImpl.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

Inherited from

DDiagramCanvasBaseShapeImpl.each_

Defined in

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