Uses of Class
it.sauronsoftware.feed4j.bean.FeedImage

Packages that use FeedImage
it.sauronsoftware.feed4j.bean This package contains the feed object representation. 
 

Uses of FeedImage in it.sauronsoftware.feed4j.bean
 

Methods in it.sauronsoftware.feed4j.bean that return FeedImage
 FeedImage FeedHeader.getImage()
          This method return the feed image object representation.
 

Methods in it.sauronsoftware.feed4j.bean with parameters of type FeedImage
 void FeedHeader.setImage(FeedImage image)
          This method sets the feed image.