public class

SmilRootLayoutElementImpl

extends SmilElementImpl
implements SMILRootLayoutElement
java.lang.Object
   ↳ com.android.mms.dom.NodeImpl
     ↳ com.android.mms.dom.ElementImpl
       ↳ com.android.mms.dom.smil.SmilElementImpl
         ↳ com.android.mms.dom.smil.SmilRootLayoutElementImpl

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
String getBackgroundColor()
int getHeight()
String getTitle()
int getWidth()
void setBackgroundColor(String backgroundColor)
void setHeight(int height)
void setTitle(String title)
void setWidth(int width)
[Expand]
Inherited Methods
From class com.android.mms.dom.smil.SmilElementImpl
From class com.android.mms.dom.ElementImpl
From class com.android.mms.dom.NodeImpl
From class java.lang.Object
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.events.EventTarget
From interface org.w3c.dom.smil.ElementLayout
From interface org.w3c.dom.smil.SMILElement

Public Methods

public String getBackgroundColor ()

public int getHeight ()

public String getTitle ()

public int getWidth ()

public void setBackgroundColor (String backgroundColor)

Throws
DOMException

public void setHeight (int height)

Throws
DOMException

public void setTitle (String title)

Throws
DOMException

public void setWidth (int width)

Throws
DOMException