Interface OffscreenCanvas.ConvertToBlobOptionsType

  • Enclosing class:
    OffscreenCanvas

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

      • getQuality

        @JsProperty
        double getQuality()
      • getType

        @JsProperty
        java.lang.String getType()
      • setQuality

        @JsProperty
        void setQuality​(double quality)
      • setType

        @JsProperty
        void setType​(java.lang.String type)