public class ImageInfo extends Object implements Serializable
| Constructor and Description |
|---|
ImageInfo(String name,
String fileName,
int width,
int height)
Create a new ImageInfo with properties from the model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
int |
getHeight() |
String |
getName() |
int |
getWidth() |
Copyright © 2006–2017 Esito AS. All rights reserved.