Winter Cardinal UI - v0.442.0 / DApplicationLike

Interface: DApplicationLike

Implemented by

Table of contents

Properties

Methods

Properties

stage

Readonly stage: Container

The stage of the base layer.

Defined in

src/main/typescript/wcardinal/ui/d-application-like.ts:18

Methods

getFocusController

getFocusController(): DControllerFocus

Returns a focus controller.

Returns

DControllerFocus

Defined in

src/main/typescript/wcardinal/ui/d-application-like.ts:28


getLayerBase

getLayerBase(): DApplicationLayerLike

Returns a base layer.

Returns

DApplicationLayerLike

Defined in

src/main/typescript/wcardinal/ui/d-application-like.ts:38


getLayerOverlay

getLayerOverlay(): DApplicationLayerLike

Returns an overlay layer. Note that the overlay layer and the base layer are same if the overlay layer is disabled.

Returns

DApplicationLayerLike

Defined in

src/main/typescript/wcardinal/ui/d-application-like.ts:45


getResolution

getResolution(): number

Returns a resolution.

Returns

number

Defined in

src/main/typescript/wcardinal/ui/d-application-like.ts:33


getRootElement

getRootElement(): HTMLElement

Returns a root element.

Returns

HTMLElement

Defined in

src/main/typescript/wcardinal/ui/d-application-like.ts:23


render

render(): void

Renders layers.

Returns

void

Defined in

src/main/typescript/wcardinal/ui/d-application-like.ts:55


update

update(): void

Updates layers.

Returns

void

Defined in

src/main/typescript/wcardinal/ui/d-application-like.ts:50