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