Interface SMILLayoutElement

All Superinterfaces:
Element, EventTarget, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode, SMILElement

public interface SMILLayoutElement extends SMILElement
Declares layout type for the document. See the LAYOUT element definition .
  • Method Details

    • getType

      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".
      Returns:
      a String object.
    • getResolved

      boolean getResolved()
      true if the player can understand the mime type, false otherwise.
      Returns:
      a boolean.