|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.fedy2.weather.data.Image
public class Image
| Constructor Summary | |
|---|---|
Image()
|
|
Image(String title,
String link,
String url,
int width,
int height)
|
|
| Method Summary | |
|---|---|
int |
getHeight()
Returns the height of the image, in pixels. |
String |
getLink()
Returns the URL of Yahoo! Weather. |
String |
getTitle()
Return the title of the image, for example "Yahoo! Weather". |
String |
getUrl()
Returns the URL of the image. |
int |
getWidth()
Returns the width of the image, in pixels. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Image()
public Image(String title,
String link,
String url,
int width,
int height)
title - link - url - width - height - | Method Detail |
|---|
public String getTitle()
public String getLink()
public String getUrl()
public int getWidth()
public int getHeight()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||