org.cruxframework.crux.widgets.client.rss.feed
Class MediaThumbnail

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.widgets.client.rss.feed.MediaThumbnail

public class MediaThumbnail
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected MediaThumbnail()
           
 
Method Summary
 int getHeight()
          Retrieve is the height of the thumbnail.
 String getUrl()
          Retrieve the url of the thumbnail.
 int getWidth()
          Retrieve the width of the thumbnail.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MediaThumbnail

protected MediaThumbnail()
Method Detail

getUrl

public final String getUrl()
Retrieve the url of the thumbnail. It is a required attribute.

Returns:

getHeight

public final int getHeight()
Retrieve is the height of the thumbnail. It is an optional attribute.

Returns:

getWidth

public final int getWidth()
Retrieve the width of the thumbnail. It is an optional attribute.

Returns:


Copyright © 2015. All rights reserved.