de.mirkosertic.bytecoder.api.OpaqueReferenceType
, EventTarget
, WindowOrWorkerGlobalScope
public abstract class Window extends java.lang.Object implements EventTarget, WindowOrWorkerGlobalScope
Constructor | Description |
---|---|
Window() |
Modifier and Type | Method | Description |
---|---|---|
abstract HTMLDocument |
document() |
|
abstract float |
innerHeight() |
|
abstract float |
innerWidth() |
|
abstract void |
requestAnimationFrame(AnimationFrameCallback aCallback) |
|
static Window |
window() |
addEventListener, dispatchEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fetch
public static Window window()
public abstract HTMLDocument document()
public abstract void requestAnimationFrame(AnimationFrameCallback aCallback)
public abstract float innerWidth()
public abstract float innerHeight()
Copyright © 2019 Systemprogrammierung Mirko Sertic. All rights reserved.