org.w3c.dom.smil20
Interface ElementLayout
- All Known Subinterfaces:
- SMILRegionElement, SMILRootLayoutElement, SMILTopLayoutElement
- All Known Implementing Classes:
- ElementLayoutImpl, SMILRegionElementImpl, SMILRootLayoutElementImpl, SMILTopLayoutElementImpl
- public interface ElementLayout
This interface is used by SMIL elements root-layout, top-layout and region.
Defines attributes:
o title, backgroundColor, height, width
+ -title
Defines methods:
o
+
getBackgroundColor
public java.lang.String getBackgroundColor()
- 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
- Throws:
org.w3c.dom.DOMException
getHeight
public java.lang.String getHeight()
- 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
- Throws:
org.w3c.dom.DOMException
getWidth
public java.lang.String getWidth()
- 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
- Throws:
org.w3c.dom.DOMException
X-Smiles 1.2