File
Doc
Category
Size
Date
Package
SMILRegionElement.java
API Doc
Android 1.5 API
2074
Wed May 06 22:42:46 BST 2009
org.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.String
getFit
()
exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public
int
getLeft
()
exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public
int
getTop
()
exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public
int
getZIndex
()
exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void
setFit
(
java.lang.String
fit)
public void
setLeft
(
int
top)
public void
setTop
(
int
top)
public void
setZIndex
(
int
zIndex)
Java Code Source