@JsType(isNative=true, namespace="<global>", name="Object") public class ResourceImageOptions extends ResourceOptions
Resource.fetchImage(ResourceImageOptions)
.Modifier and Type | Field and Description |
---|---|
boolean |
flipY
Whether to vertically flip the image during fetch and decode.
|
boolean |
preferBlob
If true, we will load the image via a blob.
|
boolean |
preferImageBitmap
If true, image will be decoded during fetch and an ImageBitmap is returned.
|
headers, proxy, queryParameters, request, retryAttempts, retryCallback, templateValues, url
Constructor and Description |
---|
ResourceImageOptions() |
@JsProperty public boolean preferBlob
@JsProperty public boolean preferImageBitmap
@JsProperty public boolean flipY
Copyright © 2019. All rights reserved.