Uses of Class
com.rometools.rome.feed.rss.Image
-
Packages that use Image Package Description com.rometools.rome.feed.rss com.rometools.rome.feed.synd.impl com.rometools.rome.io.impl -
-
Uses of Image in com.rometools.rome.feed.rss
Methods in com.rometools.rome.feed.rss that return Image Modifier and Type Method Description ImageChannel. getImage()Returns the channel image.Methods in com.rometools.rome.feed.rss with parameters of type Image Modifier and Type Method Description voidChannel. setImage(Image image)Sets the channel image. -
Uses of Image in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return Image Modifier and Type Method Description protected ImageConverterForRSS090. createRSSImage(SyndImage sImage)protected ImageConverterForRSS091Userland. createRSSImage(SyndImage sImage)Methods in com.rometools.rome.feed.synd.impl with parameters of type Image Modifier and Type Method Description protected SyndImageConverterForRSS090. createSyndImage(Image rssImage)protected SyndImageConverterForRSS091Userland. createSyndImage(Image rssImage) -
Uses of Image in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl that return Image Modifier and Type Method Description protected ImageRSS090Parser. parseImage(org.jdom2.Element rssRoot)Parses the root element of an RSS document looking for image information.protected ImageRSS091UserlandParser. parseImage(org.jdom2.Element rssRoot)Parses the root element of an RSS document looking for image information.Methods in com.rometools.rome.io.impl with parameters of type Image Modifier and Type Method Description protected voidRSS090Generator. populateImage(Image image, org.jdom2.Element eImage)protected voidRSS091UserlandGenerator. populateImage(Image image, org.jdom2.Element eImage)
-