@JsType(isNative=true,
namespace="<global>",
name="Image")
public class JsImage
extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
JsImage.Listener |
| Modifier and Type | Field and Description |
|---|---|
String |
crossOrigin |
int |
height |
JsImage.Listener |
onload |
String |
src |
int |
width |
@JsProperty public int width
@JsProperty public int height
@JsProperty public String src
@JsProperty public JsImage.Listener onload
@JsProperty public String crossOrigin
Copyright © 2019. All rights reserved.