|
SageTV Platform V7.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsage.media.rss.RSSObject
sage.media.rss.RSSImage
public class RSSImage
RSS image's definitions class.
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
| Field Summary |
|---|
| Fields inherited from class sage.media.rss.RSSObject |
|---|
about, dc, dc_container, description, link, pdate, title |
| Constructor Summary | |
|---|---|
RSSImage()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHeight()
Get the image's height |
java.lang.String |
getUrl()
Get the url of the image |
java.lang.String |
getWidth()
Get the image's width |
void |
setHeight(java.lang.String height)
Set the image's height |
void |
setUrl(java.lang.String u)
Set url of the image |
void |
setWidth(java.lang.String width)
Set the image's width |
java.lang.String |
toDebugString()
Useful for debug |
java.lang.String |
toHTML()
Return a html img tag with link associated |
| Methods inherited from class sage.media.rss.RSSObject |
|---|
addDoublinCoreElement, getAboutAttribute, getDescription, getDoublinCoreElements, getLink, getPubDate, getRSSDoublinCoreModule, getTitle, setAboutAttribute, setDescription, setLink, setPubDate, setRSSDoublinCoreModule, setTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RSSImage()
| Method Detail |
|---|
public void setUrl(java.lang.String u)
u - The image's urlpublic java.lang.String getUrl()
public void setWidth(java.lang.String width)
width - widthpublic void setHeight(java.lang.String height)
height - heightpublic java.lang.String getWidth()
public java.lang.String getHeight()
public java.lang.String toHTML()
public java.lang.String toDebugString()
toDebugString in class RSSObject
|
SageTV Platform V7.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||