FileDocCategorySizeDatePackage
ElementLayout.javaAPI DocAndroid 1.5 API1787Wed May 06 22:42:46 BST 2009org.w3c.dom.smil

ElementLayout

public interface ElementLayout
This interface is used by SMIL elements root-layout, top-layout and region.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetBackgroundColor()

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public intgetHeight()

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetTitle()

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public intgetWidth()

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public voidsetBackgroundColor(java.lang.String backgroundColor)

public voidsetHeight(int height)

public voidsetTitle(java.lang.String title)

public voidsetWidth(int width)