Class Window

java.lang.Object
de.mirkosertic.bytecoder.api.web.Window
All Implemented Interfaces:
OpaqueReferenceType, EventTarget, WindowOrWorkerGlobalScope

public abstract class Window extends Object implements EventTarget, WindowOrWorkerGlobalScope
  • Constructor Details

    • Window

      public Window()
  • Method Details

    • window

      public static Window window()
    • document

      public abstract HTMLDocument document()
    • requestAnimationFrame

      public abstract void requestAnimationFrame(AnimationFrameCallback aCallback)
    • innerWidth

      public abstract float innerWidth()
    • innerHeight

      public abstract float innerHeight()
    • devicePixelRatio

      public abstract float devicePixelRatio()