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

SMILLayoutElement

public interface SMILLayoutElement implements SMILElement
Declares layout type for the document. See the LAYOUT element definition .

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.NodeListgetRegions()
Return the region elements of this document.

public booleangetResolved()
true if the player can understand the mime type, false otherwise.

public SMILRootLayoutElementgetRootLayout()
Returns the root layout element of this document.

public java.lang.StringgetType()
The mime type of the layout langage used in this layout element.The default value of the type attribute is "text/smil-basic-layout".