Package org.loboevolution.html.dom.smil
Interface ElementLayout
- All Known Subinterfaces:
SMILRegionElement,SMILRootLayoutElement,SMILTopLayoutElement
public interface ElementLayout
This interface is used by SMIL elements root-layout, top-layout and region.
-
Method Details
-
getTitle
String getTitle()getTitle.
- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setTitle
setTitle.
- Parameters:
title- aStringobject.- Throws:
DOMException- if any.
-
getBackgroundColor
String getBackgroundColor()getBackgroundColor.
- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setBackgroundColor
setBackgroundColor.
- Parameters:
backgroundColor- aStringobject.- Throws:
DOMException- if any.
-
getHeight
int getHeight()getHeight.
- Returns:
- a
Integerobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setHeight
setHeight.
- Parameters:
height- aIntegerobject.- Throws:
DOMException- if any.
-
getWidth
int getWidth()getWidth.
- Returns:
- a
Integerobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setWidth
setWidth.
- Parameters:
width- aIntegerobject.- Throws:
DOMException- if any.
-