Uses of Class
org.apache.commons.betwixt.examples.rss.Image

Packages that use Image
org.apache.commons.betwixt.examples.rss Example usage of Betwixt to parse XML documents compatible with the Rich Site Summary format used by many newsfeeds. 
 

Uses of Image in org.apache.commons.betwixt.examples.rss
 

Fields in org.apache.commons.betwixt.examples.rss declared as Image
protected  Image Channel.image
          The image describing this channel.
 

Methods in org.apache.commons.betwixt.examples.rss that return Image
 Image Channel.getImage()
           
 

Methods in org.apache.commons.betwixt.examples.rss with parameters of type Image
 void Channel.setImage(Image image)
           
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.