Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.sun.syndication.feed.synd.SyndImage

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.
 

Fields in com.sun.syndication.feed.synd declared as SyndImage
private  SyndImage SyndFeedImpl._image
           
 

Methods in com.sun.syndication.feed.synd that return SyndImage
 SyndImage SyndFeedImpl.getImage()
          Returns the feed image.
 SyndImage SyndFeed.getImage()
          Returns the feed image.
 

Methods in com.sun.syndication.feed.synd with parameters of type SyndImage
 void SyndFeedImpl.setImage(SyndImage image)
          Sets the feed image.
 void SyndFeed.setImage(SyndImage image)
          Sets the feed image.