Constructor and Description |
---|
ImageInfoProxy() |
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.
|
getReference, invoke, invokeBoolean, invokeByte, invokeChar, invokeDouble, invokeFloat, invokeInt, invokeLong, invokeRef, invokeShort
public int getHeight()
ImageInfo
public String getIdentifier()
ImageInfo
The format of the returned string is implementation specific.
getIdentifier
in interface ImageInfo
public InputStream getImage() throws IOException
ImageInfo
getImage
in interface ImageInfo
IOException
- if an I/O error occurs.