Winter Cardinal UI - v0.442.0 / DApplicationLike
• Readonly
stage: Container
The stage of the base layer.
src/main/typescript/wcardinal/ui/d-application-like.ts:18
▸ getFocusController(): DControllerFocus
Returns a focus controller.
src/main/typescript/wcardinal/ui/d-application-like.ts:28
▸ getLayerBase(): DApplicationLayerLike
Returns a base layer.
src/main/typescript/wcardinal/ui/d-application-like.ts:38
▸ getLayerOverlay(): DApplicationLayerLike
Returns an overlay layer. Note that the overlay layer and the base layer are same if the overlay layer is disabled.
src/main/typescript/wcardinal/ui/d-application-like.ts:45
▸ getResolution(): number
Returns a resolution.
number
src/main/typescript/wcardinal/ui/d-application-like.ts:33
▸ getRootElement(): HTMLElement
Returns a root element.
HTMLElement
src/main/typescript/wcardinal/ui/d-application-like.ts:23
▸ render(): void
Renders layers.
void
src/main/typescript/wcardinal/ui/d-application-like.ts:55
▸ update(): void
Updates layers.
void