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

SMILRegionElement

public interface SMILRegionElement implements ElementLayout, SMILElement
Controls the position, size and scaling of media object elements. See the region element definition .

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

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public intgetLeft()

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public intgetTop()

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public intgetZIndex()

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public voidsetFit(java.lang.String fit)

public voidsetLeft(int top)

public voidsetTop(int top)

public voidsetZIndex(int zIndex)