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
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setTitle
setTitle.
- Parameters:
title
- aString
object.- Throws:
DOMException
- if any.
-
getBackgroundColor
String getBackgroundColor()getBackgroundColor.
- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setBackgroundColor
setBackgroundColor.
- Parameters:
backgroundColor
- aString
object.- Throws:
DOMException
- if any.
-
getHeight
int getHeight()getHeight.
- Returns:
- a
Integer
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setHeight
setHeight.
- Parameters:
height
- aInteger
object.- Throws:
DOMException
- if any.
-
getWidth
int getWidth()getWidth.
- Returns:
- a
Integer
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setWidth
setWidth.
- Parameters:
width
- aInteger
object.- Throws:
DOMException
- if any.
-