Package de.mirkosertic.bytecoder.api.web
Class Window
java.lang.Object
de.mirkosertic.bytecoder.api.web.Window
- All Implemented Interfaces:
OpaqueReferenceType
,EventTarget
,WindowOrWorkerGlobalScope
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract float
abstract HTMLDocument
document()
abstract float
abstract float
abstract void
requestAnimationFrame
(AnimationFrameCallback aCallback) static Window
window()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.mirkosertic.bytecoder.api.web.EventTarget
addEventListener, dispatchEvent
Methods inherited from interface de.mirkosertic.bytecoder.api.web.WindowOrWorkerGlobalScope
fetch
-
Constructor Details
-
Window
public Window()
-
-
Method Details
-
window
-
document
-
requestAnimationFrame
-
innerWidth
public abstract float innerWidth() -
innerHeight
public abstract float innerHeight() -
devicePixelRatio
public abstract float devicePixelRatio()
-