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 floatabstract HTMLDocumentdocument()abstract floatabstract floatabstract voidrequestAnimationFrame(AnimationFrameCallback aCallback) static Windowwindow()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EventTarget
addEventListener, dispatchEventMethods inherited from interface 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()
-