public interface ImageInfo
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the image height.
|
String |
getIdentifier()
Gets the image identifier.
|
InputStream |
getImage()
Gets the image content.
|
int |
getWidth()
Gets the image width.
|
int getHeight()
String getIdentifier()
The format of the returned string is implementation specific.
InputStream getImage() throws IOException
IOException
- if an I/O error occurs.int getWidth()