Uses of Interface
com.yahoo.search.ImageThumbnail

Packages that use ImageThumbnail
com.yahoo.search   
com.yahoo.search.xmlparser   
 

Uses of ImageThumbnail in com.yahoo.search
 

Methods in com.yahoo.search that return ImageThumbnail
 ImageThumbnail VideoSearchResult.getThumbnail()
          The URL of the thumbnail file and its height and width in pixels.
 ImageThumbnail NewsSearchResult.getThumbnail()
          The URL of a thumbnail file associated with the article, if present, and its height and width in pixels.
 ImageThumbnail ImageSearchResult.getThumbnail()
          The URL of the thumbnail file and its height and width in pixels.
 

Uses of ImageThumbnail in com.yahoo.search.xmlparser
 

Classes in com.yahoo.search.xmlparser that implement ImageThumbnail
 class XmlParserImageThumbnail
           
 

Methods in com.yahoo.search.xmlparser that return ImageThumbnail
 ImageThumbnail XmlParserImageSearchResults.XmlParserImageSearchResult.getThumbnail()