Uses of Class
com.sun.syndication.feed.rss.Image

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(SyndImageI sImage)
           
protected  Image ConverterForRSS091.createRSSImage(SyndImageI sImage)
           
 

Methods in com.sun.syndication.feed.synd.impl with parameters of type Image
protected  SyndImageI ConverterForRSS090.createSyndImage(Image rssImage)
           
protected  SyndImageI ConverterForRSS091.createSyndImage(Image rssImage)
           
 

Uses of Image in com.sun.syndication.io.impl
 

Methods in com.sun.syndication.io.impl that return Image
protected  Image RSS090Parser.parseImage(org.jdom.Element rssRoot)
          Parses the root element of an RSS document looking for image information.
protected  Image RSS091Parser.parseImage(org.jdom.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  org.jdom.Element RSS090Generator.generateImageElement(Image image)
           
protected  org.jdom.Element RSS091Generator.generateImageElement(Image image)
           
protected  org.jdom.Element RSS10Generator.generateImageElement(Image image)
           
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.