public class

SmilRegionElementImpl

extends SmilElementImpl
implements SMILRegionElement
java.lang.Object
   ↳ com.android.mms.dom.NodeImpl
     ↳ com.android.mms.dom.ElementImpl
       ↳ com.android.mms.dom.smil.SmilElementImpl
         ↳ com.android.mms.dom.smil.SmilRegionElementImpl

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
String getBackgroundColor()
String getFit()
int getHeight()
String getId()
The unique id.
int getLeft()
String getTitle()
int getTop()
int getWidth()
int getZIndex()
void setBackgroundColor(String backgroundColor)
void setFit(String fit)
void setHeight(int height)
void setId(String id)
void setLeft(int left)
void setTitle(String title)
void setTop(int top)
void setWidth(int width)
void setZIndex(int zIndex)
String toString()
[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
From interface org.w3c.dom.smil.SMILRegionElement

Public Methods

public String getBackgroundColor ()

public String getFit ()

public int getHeight ()

public String getId ()

The unique id.

public int getLeft ()

public String getTitle ()

public int getTop ()

public int getWidth ()

public int getZIndex ()

public void setBackgroundColor (String backgroundColor)

Throws
DOMException

public void setFit (String fit)

Throws
DOMException

public void setHeight (int height)

Throws
DOMException

public void setId (String id)

Throws
DOMException

public void setLeft (int left)

Throws
DOMException

public void setTitle (String title)

Throws
DOMException

public void setTop (int top)

Throws
DOMException

public void setWidth (int width)

Throws
DOMException

public void setZIndex (int zIndex)

Throws
DOMException

public String toString ()