net.spy.digg
Interface Thumbnail


public interface Thumbnail

Thumbnail as may appear on a story.


Method Summary
 java.lang.String getContentType()
          Get the content type of the link.
 int getHeight()
          Get the original height of the image.
 int getTnHeight()
          Get the height of the thumbnail of the image.
 int getTnWidth()
          Get the width of the thumbnail of the image.
 java.lang.String getURL()
          Get the URL of the thumbnail.
 int getWidth()
          Get the original width of the image.
 

Method Detail

getWidth

int getWidth()
Get the original width of the image.


getHeight

int getHeight()
Get the original height of the image.


getTnWidth

int getTnWidth()
Get the width of the thumbnail of the image.


getTnHeight

int getTnHeight()
Get the height of the thumbnail of the image.


getContentType

java.lang.String getContentType()
Get the content type of the link.


getURL

java.lang.String getURL()
Get the URL of the thumbnail.