-
public final class ScreenshotParamsEncoding options for a screenshot.
-
-
Constructor Summary
Constructors Constructor Description ScreenshotParams(String format, Integer quality)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final ScreenshotParamscopy(String format, Integer quality)final StringgetFormat()Image compression format (defaults to png). final IntegergetQuality()Compression quality from range 0.. -
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
copy
final ScreenshotParams copy(String format, Integer quality)
-
getQuality
final Integer getQuality()
Compression quality from range 0..100 (jpeg only).
-
-
-
-