|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.jdesktop.swingx.ws.yahoo.search.imagesearch.YahooImageSearch.Result
public static final class YahooImageSearch.Result
| 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 |
|---|
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 Detail |
|---|
YahooImageSearch.Result()
| Method Detail |
|---|
public URL getClickUrl()
public String getCopyright()
public FileFormat getFileFormat()
public int getFileSize()
public int getHeight()
public String getPublisher()
public URL getRefererUrl()
public String getSummary()
public URL getThumbnail()
public String getTitle()
public URL getUrl()
public int getWidth()
Groovy Documentation