Winter Cardinal UI - v0.442.0 / EShapeRendererIterator

Class: EShapeRendererIterator

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeRendererIterator(): EShapeRendererIterator

Returns

EShapeRendererIterator

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-renderer-iterator.ts:15

Properties

_current

Protected _current: null | EShape

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-renderer-iterator.ts:13


_data

Protected _data: EShapeRendererIteratorDatum[]

Defined in

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


_datum

Protected _datum: EShapeRendererIteratorDatum

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-renderer-iterator.ts:12


_index

Protected _index: number

Defined in

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

Methods

get

get(): null | EShape

Returns

null | EShape

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-renderer-iterator.ts:36


next

next(): null | EShape

Returns

null | EShape

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-renderer-iterator.ts:40


reset

reset(shape, shapes): null | EShape

Parameters

Name Type
shape null | EShape
shapes EShape[]

Returns

null | EShape

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-renderer-iterator.ts:22