public class ImageValue
extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
alt |
int |
height |
String |
url |
int |
width |
| Constructor and Description |
|---|
ImageValue(int height,
int width,
String url,
String alt) |