public class Image extends Object
| Constructor and Description |
|---|
Image() |
Image(String title,
String link,
String url,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public String getTitle()
public String getLink()
public String getUrl()
public int getWidth()
public int getHeight()
Copyright © 2016. All rights reserved.