Package elemental2.dom
Interface DomGlobal.CreateImageBitmapSxOrOptionsUnionType
-
- Enclosing class:
- DomGlobal
@JsType(isNative=true, name="?", namespace="<global>") public static interface DomGlobal.CreateImageBitmapSxOrOptionsUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default double
asDouble()
default ImageBitmapOptions
asImageBitmapOptions()
default boolean
isDouble()
static DomGlobal.CreateImageBitmapSxOrOptionsUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static DomGlobal.CreateImageBitmapSxOrOptionsUnionType of(java.lang.Object o)
-
asDouble
@JsOverlay default double asDouble()
-
asImageBitmapOptions
@JsOverlay default ImageBitmapOptions asImageBitmapOptions()
-
isDouble
@JsOverlay default boolean isDouble()
-
-