public class BasicImageInfo
extends java.lang.Object
implements ej.wadapps.management.ImageInfo
Constructor and Description |
---|
BasicImageInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
java.lang.String |
getIdentifier() |
java.io.InputStream |
getImage() |
int |
getWidth() |
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()
getIdentifier
in interface ej.wadapps.management.ImageInfo
public void setIdentifier(java.lang.String identifier)
identifier
- the identifier to set.public int getWidth()
getWidth
in interface ej.wadapps.management.ImageInfo
public void setWidth(int width)
width
- the width to set.public int getHeight()
getHeight
in interface ej.wadapps.management.ImageInfo
public void setHeight(int height)
height
- the height to set.public java.io.InputStream getImage() throws java.io.IOException
getImage
in interface ej.wadapps.management.ImageInfo
java.io.IOException