Interface Path2D.ConstructorArgUnionType

  • Enclosing class:
    Path2D

    @JsType(isNative=true,
            name="?",
            namespace="<global>")
    public static interface Path2D.ConstructorArgUnionType
    • Method Detail

      • asPath2D

        @JsOverlay
        default Path2D asPath2D()
      • asString

        @JsOverlay
        default java.lang.String asString()
      • isPath2D

        @JsOverlay
        default boolean isPath2D()
      • isString

        @JsOverlay
        default boolean isString()