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