Constructor and Description |
---|
BasicImageInfo() |
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.
|
void |
setHeight(int height)
Sets the height.
|
void |
setIdentifier(java.lang.String identifier)
Sets the identifier.
|
void |
setWidth(int width)
Sets the width.
|
public java.lang.String getIdentifier()
ImageInfo
The format of the returned string is implementation specific.
getIdentifier
in interface ImageInfo
public void setIdentifier(java.lang.String identifier)
identifier
- the identifier to set.public int getWidth()
ImageInfo
public void setWidth(int width)
width
- the width to set.public int getHeight()
ImageInfo
public void setHeight(int height)
height
- the height to set.