Constructor and Description |
---|
ImageInfoProxy() |
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.
|
public java.lang.String getIdentifier()
ImageInfo
The format of the returned string is implementation specific.
getIdentifier
in interface ImageInfo
public int getWidth()
ImageInfo
public int getHeight()
ImageInfo