|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyndImage | |
---|---|
com.sun.syndication.feed.synd | |
com.sun.syndication.feed.synd.impl |
Uses of SyndImage in com.sun.syndication.feed.synd |
---|
Classes in com.sun.syndication.feed.synd that implement SyndImage | |
---|---|
class |
SyndImageImpl
Bean for images of SyndFeedImpl feeds. |
Methods in com.sun.syndication.feed.synd that return SyndImage | |
---|---|
SyndImage |
SyndFeed.getImage()
Returns the feed image. |
SyndImage |
SyndFeedImpl.getImage()
Returns the feed image. |
Methods in com.sun.syndication.feed.synd with parameters of type SyndImage | |
---|---|
void |
SyndFeed.setImage(SyndImage image)
Sets the feed image. |
void |
SyndFeedImpl.setImage(SyndImage image)
Sets the feed image. |
Uses of SyndImage in com.sun.syndication.feed.synd.impl |
---|
Methods in com.sun.syndication.feed.synd.impl that return SyndImage | |
---|---|
protected SyndImage |
ConverterForRSS090.createSyndImage(Image rssImage)
|
protected SyndImage |
ConverterForRSS091Userland.createSyndImage(Image rssImage)
|
Methods in com.sun.syndication.feed.synd.impl with parameters of type SyndImage | |
---|---|
protected Image |
ConverterForRSS090.createRSSImage(SyndImage sImage)
|
protected Image |
ConverterForRSS091Userland.createRSSImage(SyndImage sImage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |