public class DomGlobal
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ApplicationCache |
applicationCache |
static Console |
console |
static CSSInterface |
CSS |
static CustomElementRegistry |
customElements |
static HTMLDocument |
document |
static boolean |
isSecureContext |
static Location |
location |
static Navigator |
navigator |
static Performance |
performance |
static Screen |
screen |
static Window |
self |
static Window |
top |
static TrustedTypePolicyFactory |
TrustedTypes |
static VisualViewport |
visualViewport |
static <any> |
webkitMediaStream |
static Window |
window |
| Constructor and Description |
|---|
DomGlobal() |
| Modifier and Type | Method and Description |
|---|---|
static void |
alert(java.lang.Object message) |
static void |
cancelAnimationFrame(int handle) |
static void |
cancelIdleCallback(int handle) |
static void |
cancelRequestAnimationFrame(double handle) |
static void |
clearImmediate(double immediateID) |
static void |
clearInterval(double intervalID) |
static void |
clearTimeout(double timeoutID) |
static boolean |
confirm(java.lang.Object message) |
static <any> |
createImageBitmap(Blob image) |
static <any> |
createImageBitmap(Blob image,
double sx) |
static <any> |
createImageBitmap(Blob image,
double sx,
double sy) |
static <any> |
createImageBitmap(Blob image,
double sx,
double sy,
double sw) |
static <any> |
createImageBitmap(Blob image,
double sx,
double sy,
double sw,
double sh) |
static <any> |
createImageBitmap(CanvasRenderingContext2D image) |
static <any> |
createImageBitmap(CanvasRenderingContext2D image,
double sx) |
static <any> |
createImageBitmap(CanvasRenderingContext2D image,
double sx,
double sy) |
static <any> |
createImageBitmap(CanvasRenderingContext2D image,
double sx,
double sy,
double sw) |
static <any> |
createImageBitmap(CanvasRenderingContext2D image,
double sx,
double sy,
double sw,
double sh) |
static <any> |
createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image) |
static <any> |
createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,
double sx) |
static <any> |
createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,
double sx,
double sy) |
static <any> |
createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,
double sx,
double sy,
double sw) |
static <any> |
createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,
double sx,
double sy,
double sw,
double sh) |
static <any> |
createImageBitmap(HTMLCanvasElement image) |
static <any> |
createImageBitmap(HTMLCanvasElement image,
double sx) |
static <any> |
createImageBitmap(HTMLCanvasElement image,
double sx,
double sy) |
static <any> |
createImageBitmap(HTMLCanvasElement image,
double sx,
double sy,
double sw) |
static <any> |
createImageBitmap(HTMLCanvasElement image,
double sx,
double sy,
double sw,
double sh) |
static <any> |
createImageBitmap(HTMLImageElement image) |
static <any> |
createImageBitmap(HTMLImageElement image,
double sx) |
static <any> |
createImageBitmap(HTMLImageElement image,
double sx,
double sy) |
static <any> |
createImageBitmap(HTMLImageElement image,
double sx,
double sy,
double sw) |
static <any> |
createImageBitmap(HTMLImageElement image,
double sx,
double sy,
double sw,
double sh) |
static <any> |
createImageBitmap(HTMLVideoElement image) |
static <any> |
createImageBitmap(HTMLVideoElement image,
double sx) |
static <any> |
createImageBitmap(HTMLVideoElement image,
double sx,
double sy) |
static <any> |
createImageBitmap(HTMLVideoElement image,
double sx,
double sy,
double sw) |
static <any> |
createImageBitmap(HTMLVideoElement image,
double sx,
double sy,
double sw,
double sh) |
static <any> |
createImageBitmap(ImageBitmap image) |
static <any> |
createImageBitmap(ImageBitmap image,
double sx) |
static <any> |
createImageBitmap(ImageBitmap image,
double sx,
double sy) |
static <any> |
createImageBitmap(ImageBitmap image,
double sx,
double sy,
double sw) |
static <any> |
createImageBitmap(ImageBitmap image,
double sx,
double sy,
double sw,
double sh) |
static <any> |
createImageBitmap(ImageData image) |
static <any> |
createImageBitmap(ImageData image,
double sx) |
static <any> |
createImageBitmap(ImageData image,
double sx,
double sy) |
static <any> |
createImageBitmap(ImageData image,
double sx,
double sy,
double sw) |
static <any> |
createImageBitmap(ImageData image,
double sx,
double sy,
double sw,
double sh) |
static void |
dump(java.lang.Object x) |
static <any> |
fetch(DomGlobal.FetchInputUnionType input) |
static <any> |
fetch(DomGlobal.FetchInputUnionType input,
RequestInit init) |
static <any> |
fetch(Request input) |
static <any> |
fetch(Request input,
RequestInit init) |
static <any> |
fetch(java.lang.String input) |
static <any> |
fetch(java.lang.String input,
RequestInit init) |
static boolean |
hasOwnProperty(java.lang.Object propertyName) |
static void |
importScripts(DomGlobal.ImportScriptsVar_argsUnionType... var_args) |
static void |
importScripts(java.lang.String... var_args) |
static void |
importScripts(TrustedScriptURL... var_args) |
static void |
mozCancelAnimationFrame(int handle) |
static void |
mozCancelRequestAnimationFrame(double handle) |
static int |
mozRequestAnimationFrame(DomGlobal.MozRequestAnimationFrameCallbackFn callback) |
static int |
mozRequestAnimationFrame(DomGlobal.MozRequestAnimationFrameCallbackFn callback,
Element element) |
static void |
msCancelAnimationFrame(int handle) |
static void |
msCancelRequestAnimationFrame(double handle) |
static int |
msRequestAnimationFrame(DomGlobal.MsRequestAnimationFrameCallbackFn callback) |
static int |
msRequestAnimationFrame(DomGlobal.MsRequestAnimationFrameCallbackFn callback,
Element element) |
static void |
oCancelAnimationFrame(int handle) |
static void |
oCancelRequestAnimationFrame(double handle) |
static Database |
openDatabase(java.lang.String name,
java.lang.String version,
java.lang.String description,
int size) |
static Database |
openDatabase(java.lang.String name,
java.lang.String version,
java.lang.String description,
int size,
DatabaseCallback callback) |
static Database |
openDatabase(java.lang.String name,
java.lang.String version,
java.lang.String description,
int size,
DomGlobal.OpenDatabaseCallbackFn callback) |
static Database |
openDatabase(java.lang.String name,
java.lang.String version,
java.lang.String description,
int size,
DomGlobal.OpenDatabaseCallbackUnionType callback) |
static int |
oRequestAnimationFrame(DomGlobal.ORequestAnimationFrameCallbackFn callback) |
static int |
oRequestAnimationFrame(DomGlobal.ORequestAnimationFrameCallbackFn callback,
Element element) |
static void |
postMessage(java.lang.Object message) |
static void |
postMessage(java.lang.Object message,
DomGlobal.PostMessageTargetOriginOrTransferUnionType targetOriginOrTransfer) |
static void |
postMessage(java.lang.Object message,
DomGlobal.PostMessageTargetOriginOrTransferUnionType targetOriginOrTransfer,
DomGlobal.PostMessageTargetOriginOrPortsOrTransferUnionType targetOriginOrPortsOrTransfer) |
static void |
postMessage(java.lang.Object message,
DomGlobal.PostMessageTargetOriginOrTransferUnionType targetOriginOrTransfer,
java.lang.Object[] targetOriginOrPortsOrTransfer) |
static void |
postMessage(java.lang.Object message,
DomGlobal.PostMessageTargetOriginOrTransferUnionType targetOriginOrTransfer,
java.lang.String targetOriginOrPortsOrTransfer) |
static void |
postMessage(java.lang.Object message,
java.lang.String targetOriginOrTransfer) |
static void |
postMessage(java.lang.Object message,
java.lang.String targetOriginOrTransfer,
DomGlobal.PostMessageTargetOriginOrPortsOrTransferUnionType targetOriginOrPortsOrTransfer) |
static void |
postMessage(java.lang.Object message,
java.lang.String targetOriginOrTransfer,
java.lang.Object[] targetOriginOrPortsOrTransfer) |
static void |
postMessage(java.lang.Object message,
java.lang.String targetOriginOrTransfer,
java.lang.String targetOriginOrPortsOrTransfer) |
static void |
postMessage(java.lang.Object message,
Transferable[] targetOriginOrTransfer) |
static void |
postMessage(java.lang.Object message,
Transferable[] targetOriginOrTransfer,
DomGlobal.PostMessageTargetOriginOrPortsOrTransferUnionType targetOriginOrPortsOrTransfer) |
static void |
postMessage(java.lang.Object message,
Transferable[] targetOriginOrTransfer,
java.lang.Object[] targetOriginOrPortsOrTransfer) |
static void |
postMessage(java.lang.Object message,
Transferable[] targetOriginOrTransfer,
java.lang.String targetOriginOrPortsOrTransfer) |
static java.lang.String |
prompt(java.lang.String message) |
static java.lang.String |
prompt(java.lang.String message,
java.lang.String value) |
static int |
requestAnimationFrame(DomGlobal.RequestAnimationFrameCallbackFn callback) |
static int |
requestAnimationFrame(DomGlobal.RequestAnimationFrameCallbackFn callback,
Element element) |
static int |
requestIdleCallback(DomGlobal.RequestIdleCallbackCallbackFn callback) |
static int |
requestIdleCallback(DomGlobal.RequestIdleCallbackCallbackFn callback,
DomGlobal.RequestIdleCallbackOptionsUnionType options) |
static int |
requestIdleCallback(DomGlobal.RequestIdleCallbackCallbackFn callback,
IdleCallbackOptions options) |
static int |
requestIdleCallback(DomGlobal.RequestIdleCallbackCallbackFn callback,
int options) |
static double |
setImmediate(DomGlobal.SetImmediateCallbackFn callback,
java.lang.Object... callbackParams) |
static double |
setInterval(DomGlobal.SetIntervalCallbackFn callback) |
static double |
setInterval(DomGlobal.SetIntervalCallbackFn callback,
double delay,
java.lang.Object... callbackParams) |
static double |
setInterval(DomGlobal.SetIntervalCallbackUnionType callback) |
static double |
setInterval(DomGlobal.SetIntervalCallbackUnionType callback,
double delay,
java.lang.Object... callbackParams) |
static double |
setInterval(java.lang.String callback) |
static double |
setInterval(java.lang.String callback,
double delay,
java.lang.Object... callbackParams) |
static double |
setInterval(TrustedScript callback) |
static double |
setInterval(TrustedScript callback,
double delay,
java.lang.Object... callbackParams) |
static double |
setTimeout(DomGlobal.SetTimeoutCallbackFn callback) |
static double |
setTimeout(DomGlobal.SetTimeoutCallbackFn callback,
double delay,
java.lang.Object... callbackParams) |
static double |
setTimeout(DomGlobal.SetTimeoutCallbackUnionType callback) |
static double |
setTimeout(DomGlobal.SetTimeoutCallbackUnionType callback,
double delay,
java.lang.Object... callbackParams) |
static double |
setTimeout(java.lang.String callback) |
static double |
setTimeout(java.lang.String callback,
double delay,
java.lang.Object... callbackParams) |
static double |
setTimeout(TrustedScript callback) |
static double |
setTimeout(TrustedScript callback,
double delay,
java.lang.Object... callbackParams) |
static void |
webkitCancelAnimationFrame(int handle) |
static void |
webkitCancelRequestAnimationFrame(double handle) |
static int |
webkitRequestAnimationFrame(DomGlobal.WebkitRequestAnimationFrameCallbackFn callback) |
static int |
webkitRequestAnimationFrame(DomGlobal.WebkitRequestAnimationFrameCallbackFn callback,
Element element) |
public static CSSInterface CSS
public static TrustedTypePolicyFactory TrustedTypes
public static ApplicationCache applicationCache
public static Console console
public static CustomElementRegistry customElements
public static final HTMLDocument document
public static final boolean isSecureContext
public static final Location location
public static final Navigator navigator
public static Performance performance
public static final Screen screen
public static final Window self
public static final Window top
public static final VisualViewport visualViewport
public static <any> webkitMediaStream
public static final Window window
public static void alert(java.lang.Object message)
public static void cancelAnimationFrame(int handle)
public static void cancelIdleCallback(int handle)
public static void cancelRequestAnimationFrame(double handle)
public static void clearImmediate(double immediateID)
public static void clearInterval(double intervalID)
public static void clearTimeout(double timeoutID)
public static boolean confirm(java.lang.Object message)
public static final <any> createImageBitmap(Blob image, double sx, double sy, double sw, double sh)
public static final <any> createImageBitmap(Blob image, double sx, double sy, double sw)
public static final <any> createImageBitmap(Blob image, double sx, double sy)
public static final <any> createImageBitmap(Blob image, double sx)
public static final <any> createImageBitmap(Blob image)
public static final <any> createImageBitmap(CanvasRenderingContext2D image, double sx, double sy, double sw, double sh)
public static final <any> createImageBitmap(CanvasRenderingContext2D image, double sx, double sy, double sw)
public static final <any> createImageBitmap(CanvasRenderingContext2D image, double sx, double sy)
public static final <any> createImageBitmap(CanvasRenderingContext2D image, double sx)
public static final <any> createImageBitmap(CanvasRenderingContext2D image)
public static <any> createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image, double sx, double sy, double sw, double sh)
public static <any> createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image, double sx, double sy, double sw)
public static <any> createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image, double sx, double sy)
public static <any> createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image, double sx)
public static <any> createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image)
public static final <any> createImageBitmap(HTMLCanvasElement image, double sx, double sy, double sw, double sh)
public static final <any> createImageBitmap(HTMLCanvasElement image, double sx, double sy, double sw)
public static final <any> createImageBitmap(HTMLCanvasElement image, double sx, double sy)
public static final <any> createImageBitmap(HTMLCanvasElement image, double sx)
public static final <any> createImageBitmap(HTMLCanvasElement image)
public static final <any> createImageBitmap(HTMLImageElement image, double sx, double sy, double sw, double sh)
public static final <any> createImageBitmap(HTMLImageElement image, double sx, double sy, double sw)
public static final <any> createImageBitmap(HTMLImageElement image, double sx, double sy)
public static final <any> createImageBitmap(HTMLImageElement image, double sx)
public static final <any> createImageBitmap(HTMLImageElement image)
public static final <any> createImageBitmap(HTMLVideoElement image, double sx, double sy, double sw, double sh)
public static final <any> createImageBitmap(HTMLVideoElement image, double sx, double sy, double sw)
public static final <any> createImageBitmap(HTMLVideoElement image, double sx, double sy)
public static final <any> createImageBitmap(HTMLVideoElement image, double sx)
public static final <any> createImageBitmap(HTMLVideoElement image)
public static final <any> createImageBitmap(ImageBitmap image, double sx, double sy, double sw, double sh)
public static final <any> createImageBitmap(ImageBitmap image, double sx, double sy, double sw)
public static final <any> createImageBitmap(ImageBitmap image, double sx, double sy)
public static final <any> createImageBitmap(ImageBitmap image, double sx)
public static final <any> createImageBitmap(ImageBitmap image)
public static final <any> createImageBitmap(ImageData image, double sx, double sy, double sw, double sh)
public static final <any> createImageBitmap(ImageData image, double sx, double sy, double sw)
public static final <any> createImageBitmap(ImageData image, double sx, double sy)
public static final <any> createImageBitmap(ImageData image, double sx)
public static final <any> createImageBitmap(ImageData image)
public static void dump(java.lang.Object x)
public static <any> fetch(DomGlobal.FetchInputUnionType input, RequestInit init)
public static <any> fetch(DomGlobal.FetchInputUnionType input)
public static final <any> fetch(Request input, RequestInit init)
public static final <any> fetch(Request input)
public static final <any> fetch(java.lang.String input,
RequestInit init)
public static final <any> fetch(java.lang.String input)
public static boolean hasOwnProperty(java.lang.Object propertyName)
public static void importScripts(DomGlobal.ImportScriptsVar_argsUnionType... var_args)
public static final void importScripts(java.lang.String... var_args)
public static final void importScripts(TrustedScriptURL... var_args)
public static void mozCancelAnimationFrame(int handle)
public static void mozCancelRequestAnimationFrame(double handle)
public static int mozRequestAnimationFrame(DomGlobal.MozRequestAnimationFrameCallbackFn callback, Element element)
public static int mozRequestAnimationFrame(DomGlobal.MozRequestAnimationFrameCallbackFn callback)
public static void msCancelAnimationFrame(int handle)
public static void msCancelRequestAnimationFrame(double handle)
public static int msRequestAnimationFrame(DomGlobal.MsRequestAnimationFrameCallbackFn callback, Element element)
public static int msRequestAnimationFrame(DomGlobal.MsRequestAnimationFrameCallbackFn callback)
public static void oCancelAnimationFrame(int handle)
public static void oCancelRequestAnimationFrame(double handle)
public static int oRequestAnimationFrame(DomGlobal.ORequestAnimationFrameCallbackFn callback, Element element)
public static int oRequestAnimationFrame(DomGlobal.ORequestAnimationFrameCallbackFn callback)
public static final Database openDatabase(java.lang.String name, java.lang.String version, java.lang.String description, int size, DatabaseCallback callback)
public static final Database openDatabase(java.lang.String name, java.lang.String version, java.lang.String description, int size, DomGlobal.OpenDatabaseCallbackFn callback)
public static Database openDatabase(java.lang.String name, java.lang.String version, java.lang.String description, int size, DomGlobal.OpenDatabaseCallbackUnionType callback)
public static Database openDatabase(java.lang.String name, java.lang.String version, java.lang.String description, int size)
public static final void postMessage(java.lang.Object message,
DomGlobal.PostMessageTargetOriginOrTransferUnionType targetOriginOrTransfer,
java.lang.Object[] targetOriginOrPortsOrTransfer)
public static void postMessage(java.lang.Object message,
DomGlobal.PostMessageTargetOriginOrTransferUnionType targetOriginOrTransfer,
DomGlobal.PostMessageTargetOriginOrPortsOrTransferUnionType targetOriginOrPortsOrTransfer)
public static final void postMessage(java.lang.Object message,
DomGlobal.PostMessageTargetOriginOrTransferUnionType targetOriginOrTransfer,
java.lang.String targetOriginOrPortsOrTransfer)
public static void postMessage(java.lang.Object message,
DomGlobal.PostMessageTargetOriginOrTransferUnionType targetOriginOrTransfer)
public static final void postMessage(java.lang.Object message,
java.lang.String targetOriginOrTransfer,
java.lang.Object[] targetOriginOrPortsOrTransfer)
public static final void postMessage(java.lang.Object message,
java.lang.String targetOriginOrTransfer,
DomGlobal.PostMessageTargetOriginOrPortsOrTransferUnionType targetOriginOrPortsOrTransfer)
public static final void postMessage(java.lang.Object message,
java.lang.String targetOriginOrTransfer,
java.lang.String targetOriginOrPortsOrTransfer)
public static final void postMessage(java.lang.Object message,
java.lang.String targetOriginOrTransfer)
public static final void postMessage(java.lang.Object message,
Transferable[] targetOriginOrTransfer,
java.lang.Object[] targetOriginOrPortsOrTransfer)
public static final void postMessage(java.lang.Object message,
Transferable[] targetOriginOrTransfer,
DomGlobal.PostMessageTargetOriginOrPortsOrTransferUnionType targetOriginOrPortsOrTransfer)
public static final void postMessage(java.lang.Object message,
Transferable[] targetOriginOrTransfer,
java.lang.String targetOriginOrPortsOrTransfer)
public static final void postMessage(java.lang.Object message,
Transferable[] targetOriginOrTransfer)
public static void postMessage(java.lang.Object message)
public static java.lang.String prompt(java.lang.String message,
java.lang.String value)
public static java.lang.String prompt(java.lang.String message)
public static int requestAnimationFrame(DomGlobal.RequestAnimationFrameCallbackFn callback, Element element)
public static int requestAnimationFrame(DomGlobal.RequestAnimationFrameCallbackFn callback)
public static final int requestIdleCallback(DomGlobal.RequestIdleCallbackCallbackFn callback, IdleCallbackOptions options)
public static int requestIdleCallback(DomGlobal.RequestIdleCallbackCallbackFn callback, DomGlobal.RequestIdleCallbackOptionsUnionType options)
public static final int requestIdleCallback(DomGlobal.RequestIdleCallbackCallbackFn callback, int options)
public static int requestIdleCallback(DomGlobal.RequestIdleCallbackCallbackFn callback)
public static double setImmediate(DomGlobal.SetImmediateCallbackFn callback, java.lang.Object... callbackParams)
public static final double setInterval(DomGlobal.SetIntervalCallbackFn callback, double delay, java.lang.Object... callbackParams)
public static final double setInterval(DomGlobal.SetIntervalCallbackFn callback)
public static double setInterval(DomGlobal.SetIntervalCallbackUnionType callback, double delay, java.lang.Object... callbackParams)
public static double setInterval(DomGlobal.SetIntervalCallbackUnionType callback)
public static final double setInterval(java.lang.String callback,
double delay,
java.lang.Object... callbackParams)
public static final double setInterval(java.lang.String callback)
public static final double setInterval(TrustedScript callback, double delay, java.lang.Object... callbackParams)
public static final double setInterval(TrustedScript callback)
public static final double setTimeout(DomGlobal.SetTimeoutCallbackFn callback, double delay, java.lang.Object... callbackParams)
public static final double setTimeout(DomGlobal.SetTimeoutCallbackFn callback)
public static double setTimeout(DomGlobal.SetTimeoutCallbackUnionType callback, double delay, java.lang.Object... callbackParams)
public static double setTimeout(DomGlobal.SetTimeoutCallbackUnionType callback)
public static final double setTimeout(java.lang.String callback,
double delay,
java.lang.Object... callbackParams)
public static final double setTimeout(java.lang.String callback)
public static final double setTimeout(TrustedScript callback, double delay, java.lang.Object... callbackParams)
public static final double setTimeout(TrustedScript callback)
public static void webkitCancelAnimationFrame(int handle)
public static void webkitCancelRequestAnimationFrame(double handle)
public static int webkitRequestAnimationFrame(DomGlobal.WebkitRequestAnimationFrameCallbackFn callback, Element element)
public static int webkitRequestAnimationFrame(DomGlobal.WebkitRequestAnimationFrameCallbackFn callback)