Groovy Documentation

org.jdesktop.swingx.ws.yahoo.search.imagesearch
[Java] Class YahooImageSearch.Result

java.lang.Object
  org.jdesktop.swingx.ws.yahoo.search.imagesearch.YahooImageSearch.Result

public static final class YahooImageSearch.Result

Authors:
rbair


Field Summary
private URL clickUrl

private String copyright

private FileFormat fileFormat

private int fileSize

private int height

private String publisher

private URL refererUrl

private String summary

private URL thumbnail

private String title

private URL url

private int width

 
Constructor Summary
YahooImageSearch.Result()

 
Method Summary
URL getClickUrl()

String getCopyright()

FileFormat getFileFormat()

int getFileSize()

int getHeight()

String getPublisher()

URL getRefererUrl()

String getSummary()

URL getThumbnail()

String getTitle()

URL getUrl()

int getWidth()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

clickUrl

private URL clickUrl


copyright

private String copyright


fileFormat

private FileFormat fileFormat


fileSize

private int fileSize


height

private int height


publisher

private String publisher


refererUrl

private URL refererUrl


summary

private String summary


thumbnail

private URL thumbnail


title

private String title


url

private URL url


width

private int width


 
Constructor Detail

YahooImageSearch.Result

YahooImageSearch.Result()


 
Method Detail

getClickUrl

public URL getClickUrl()


getCopyright

public String getCopyright()


getFileFormat

public FileFormat getFileFormat()


getFileSize

public int getFileSize()


getHeight

public int getHeight()


getPublisher

public String getPublisher()


getRefererUrl

public URL getRefererUrl()


getSummary

public String getSummary()


getThumbnail

public URL getThumbnail()


getTitle

public String getTitle()


getUrl

public URL getUrl()


getWidth

public int getWidth()


 

Groovy Documentation