com.yahoo.search
Interface ImageThumbnail

All Known Implementing Classes:
XmlParserImageThumbnail

public interface ImageThumbnail

Image thumbnail.

Author:
Ryan Kennedy.

Method Summary
 BigInteger getHeight()
          The height of the image thumbnail in pixels.
 String getUrl()
          The URL for the image thumbnail.
 BigInteger getWidth()
          The width of the image thumbnail in pixels.
 

Method Detail

getUrl

String getUrl()
The URL for the image thumbnail.

Returns:
The URL for the image thumbnail.

getHeight

BigInteger getHeight()
The height of the image thumbnail in pixels. This field is optional.

Returns:
The height of the image thumbnail in pixels.

getWidth

BigInteger getWidth()
The width of the image thumbnail in pixels. This field is optional.

Returns:
The width of the image thumbnail in pixels.