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

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

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


Constructor Summary
protected MediaPlayer()
           
 
Method Summary
 int getHeight()
          Retrieve is the height of the player.
 String getUrl()
          Retrieve the url of the player.
 int getWidth()
          Retrieve the width of the player.
 
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

MediaPlayer

protected MediaPlayer()
Method Detail

getUrl

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

Returns:

getHeight

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

Returns:

getWidth

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

Returns:


Copyright © 2015. All rights reserved.