fi.hut.tml.xsmiles.mlfc.smil.extension
Class ElementLayoutImpl
java.lang.Object
fi.hut.tml.xsmiles.mlfc.smil.extension.ElementLayoutImpl
- All Implemented Interfaces:
- ElementLayout
- public class ElementLayoutImpl
- extends java.lang.Object
- implements ElementLayout
This interface is used by SMIL elements root-layout, top-layout and region.
Includes attributes:
o title, backgroundColor, height, width
+
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementLayoutImpl
public ElementLayoutImpl()
getTitle
public java.lang.String getTitle()
- Throws:
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
setTitle
public void setTitle(java.lang.String title)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
getBackgroundColor
public java.lang.String getBackgroundColor()
- Specified by:
getBackgroundColor in interface ElementLayout
- Throws:
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
setBackgroundColor
public void setBackgroundColor(java.lang.String backgroundColor)
throws org.w3c.dom.DOMException
- Specified by:
setBackgroundColor in interface ElementLayout
- Throws:
org.w3c.dom.DOMException
getHeight
public java.lang.String getHeight()
- Specified by:
getHeight in interface ElementLayout
- Throws:
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
setHeight
public void setHeight(int height)
throws org.w3c.dom.DOMException
- Specified by:
setHeight in interface ElementLayout
- Throws:
org.w3c.dom.DOMException
getWidth
public java.lang.String getWidth()
- Specified by:
getWidth in interface ElementLayout
- Throws:
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
setWidth
public void setWidth(int width)
throws org.w3c.dom.DOMException
- Specified by:
setWidth in interface ElementLayout
- Throws:
org.w3c.dom.DOMException
X-Smiles 1.2