com.yahoo.search.xmlparser
Class XmlParserImageThumbnail
java.lang.Object
com.yahoo.search.xmlparser.XmlParserImageThumbnail
- All Implemented Interfaces:
- ImageThumbnail
public class XmlParserImageThumbnail
- extends Object
- implements ImageThumbnail
XmlParserImageThumbnail
public XmlParserImageThumbnail(Map thumbnail)
getUrl
public String getUrl()
- Description copied from interface:
ImageThumbnail
- The URL for the image thumbnail.
- Specified by:
getUrl in interface ImageThumbnail
- Returns:
- The URL for the image thumbnail.
getHeight
public BigInteger getHeight()
- Description copied from interface:
ImageThumbnail
- The height of the image thumbnail in pixels. This field is optional.
- Specified by:
getHeight in interface ImageThumbnail
- Returns:
- The height of the image thumbnail in pixels.
getWidth
public BigInteger getWidth()
- Description copied from interface:
ImageThumbnail
- The width of the image thumbnail in pixels. This field is optional.
- Specified by:
getWidth in interface ImageThumbnail
- Returns:
- The width of the image thumbnail in pixels.