Package elemental2.dom
Interface Path2D.ConstructorArgUnionType
-
- Enclosing class:
- Path2D
@JsType(isNative=true, name="?", namespace="<global>") public static interface Path2D.ConstructorArgUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default Path2D
asPath2D()
default java.lang.String
asString()
default boolean
isPath2D()
default boolean
isString()
static Path2D.ConstructorArgUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static Path2D.ConstructorArgUnionType of(java.lang.Object o)
-
asPath2D
@JsOverlay default Path2D asPath2D()
-
asString
@JsOverlay default java.lang.String asString()
-
isPath2D
@JsOverlay default boolean isPath2D()
-
isString
@JsOverlay default boolean isString()
-
-