|
GData JavaScript Client 1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.mediarss.MediaThumbnail
Describes a media thumbnail.
Defined in gdata.js
Field Summary | |
{string|undefined} |
height
Height of the thumbnail. |
{string|undefined} |
time
Time offset in relation to the media object. |
{string|undefined} |
url
Url of the thumbnail. |
{string|undefined} |
width
Width of the thumbnail. |
Constructor Summary | |
google.gdata.mediarss.MediaThumbnail(<Object> opt_params)
Constructs a media thumbnail using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
number|undefined
|
getHeight()
Returns the height of the thumbnail. |
string|undefined
|
getTime()
Returns the time offset in relation to the media object. |
string|undefined
|
getUrl()
Returns the url of the thumbnail. |
number|undefined
|
getWidth()
Returns the width of the thumbnail. |
void
|
setHeight(<number|undefined> height)
Sets the height of the thumbnail. |
void
|
setTime(<string|undefined> time)
Sets the time offset in relation to the media object. |
void
|
setUrl(<string|undefined> url)
Sets the url of the thumbnail. |
void
|
setWidth(<number|undefined> width)
Sets the width of the thumbnail. |
Field Detail |
{string|undefined} height
{string|undefined} time
{string|undefined} url
{string|undefined} width
Constructor Detail |
google.gdata.mediarss.MediaThumbnail(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: height, time, url, and width.
Method Detail |
number|undefined getHeight()
string|undefined getTime()
string|undefined getUrl()
number|undefined getWidth()
void setHeight(<number|undefined> height)
height
- Height of the thumbnail or undefined for none.
void setTime(<string|undefined> time)
time
- Time offset in relation to the media object or undefined for none.
void setUrl(<string|undefined> url)
url
- Url of the thumbnail or undefined for none.
void setWidth(<number|undefined> width)
width
- Width of the thumbnail or undefined for none.
|
GData JavaScript Client 1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |