public class ImageInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
filename |
int |
height |
Integer |
size |
int |
width |
| Constructor and Description |
|---|
ImageInfo() |
ImageInfo(int width,
int height,
String filename,
Integer size) |
| Modifier and Type | Method and Description |
|---|---|
void |
setFilename(String filename) |
void |
setHeight(int height) |
void |
setWidth(int width) |
public int width
public int height
public String filename
public Integer size
public void setWidth(int width)
public void setHeight(int height)
public void setFilename(String filename)
Copyright © 2019. All rights reserved.