public class MediaInfo extends Object implements Serializable
| Constructor and Description |
|---|
MediaInfo() |
MediaInfo(String title,
String descUrl,
String imgUrl,
int imgWidth,
int imgHeight,
String thumbUrl,
int thumbWidth,
int thumbHeight) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescUrl() |
int |
getImgHeight() |
String |
getImgUrl() |
int |
getImgWidth() |
int |
getThumbHeight() |
String |
getThumbUrl() |
int |
getThumbWidth() |
String |
getTitle() |
public String getTitle()
public String getDescUrl()
public String getImgUrl()
public int getImgWidth()
public int getImgHeight()
public String getThumbUrl()
public int getThumbWidth()
public int getThumbHeight()
Copyright © 2010–2018 University of Erlangen-Nürnberg - Open Source Research Group. All rights reserved.