Constructs a thumbnail containing details of the thumbnail's image URL and optionally its size.
| Instance Method Summary | |
getSize() ⇒ ?goog.math.SizeGets the thumbnail size. | |
getUrl() ⇒ stringGets the thumbnail URL. | |
setSize(?goog.math.Size size) ⇒ ?goog.ui.media.MediaModel.ThumbnailSets the thumbnail size. | |
setUrl(string url) ⇒ ?goog.ui.media.MediaModel.ThumbnailSets the thumbnail URL. | |