|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evdb.javaapi.data.ImageItem
public class ImageItem
Each image contains several image items. These are specific image characteristics
| Constructor Summary | |
|---|---|
ImageItem()
|
|
| Method Summary | |
|---|---|
int |
getHeight()
|
java.lang.String |
getUrl()
|
int |
getWidth()
|
void |
setHeight(int height)
|
void |
setUrl(java.lang.String url)
|
void |
setWidth(int width)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageItem()
| Method Detail |
|---|
public int getHeight()
public void setHeight(int height)
height - the height to setpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - the url to setpublic int getWidth()
public void setWidth(int width)
width - the width to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||