|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Image | |
---|---|
com.sun.syndication.feed.rss | |
com.sun.syndication.feed.synd.impl | |
com.sun.syndication.io.impl |
Uses of Image in com.sun.syndication.feed.rss |
---|
Methods in com.sun.syndication.feed.rss that return Image | |
---|---|
Image |
Channel.getImage()
Returns the channel image. |
Methods in com.sun.syndication.feed.rss with parameters of type Image | |
---|---|
void |
Channel.setImage(Image image)
Sets the channel image. |
Uses of Image in com.sun.syndication.feed.synd.impl |
---|
Methods in com.sun.syndication.feed.synd.impl that return Image | |
---|---|
protected Image |
ConverterForRSS090.createRSSImage(SyndImage sImage)
|
protected Image |
ConverterForRSS091Userland.createRSSImage(SyndImage sImage)
|
Methods in com.sun.syndication.feed.synd.impl with parameters of type Image | |
---|---|
protected SyndImage |
ConverterForRSS090.createSyndImage(Image rssImage)
|
protected SyndImage |
ConverterForRSS091Userland.createSyndImage(Image rssImage)
|
Uses of Image in com.sun.syndication.io.impl |
---|
Methods in com.sun.syndication.io.impl that return Image | |
---|---|
protected Image |
RSS091UserlandParser.parseImage(org.jdom2.Element rssRoot)
Parses the root element of an RSS document looking for image information. |
protected Image |
RSS090Parser.parseImage(org.jdom2.Element rssRoot)
Parses the root element of an RSS document looking for image information. |
Methods in com.sun.syndication.io.impl with parameters of type Image | |
---|---|
protected void |
RSS090Generator.populateImage(Image image,
org.jdom2.Element eImage)
|
protected void |
RSS091UserlandGenerator.populateImage(Image image,
org.jdom2.Element eImage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |