public interface

SMILLayoutElement

implements SMILElement
org.w3c.dom.smil.SMILLayoutElement
Known Indirect Subclasses

Class Overview

Declares layout type for the document. See the LAYOUT element definition .

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract NodeList getRegions()
Return the region elements of this document.
abstract boolean getResolved()
true if the player can understand the mime type, false otherwise.
abstract SMILRootLayoutElement getRootLayout()
Returns the root layout element of this document.
abstract String getType()
The mime type of the layout langage used in this layout element.The default value of the type attribute is "text/smil-basic-layout".
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.smil.SMILElement

Public Methods

public abstract NodeList getRegions ()

Return the region elements of this document.

public abstract boolean getResolved ()

true if the player can understand the mime type, false otherwise.

public abstract SMILRootLayoutElement getRootLayout ()

Returns the root layout element of this document.

public abstract String getType ()

The mime type of the layout langage used in this layout element.The default value of the type attribute is "text/smil-basic-layout".