Searched refs:SMILLayoutElement (Results 1 – 6 of 6) sorted by relevance
30 import org.w3c.dom.smil.SMILLayoutElement;262 public SMILLayoutElement getLayout() { in getLayout()268 while ((layoutElement != null) && !(layoutElement instanceof SMILLayoutElement)) { in getLayout()277 return (SMILLayoutElement) layoutElement; in getLayout()
23 import org.w3c.dom.smil.SMILLayoutElement;27 SMILLayoutElement {
40 import org.w3c.dom.smil.SMILLayoutElement;194 SMILLayoutElement layout = (SMILLayoutElement) document.createElement("layout"); in createSmilDocument()274 SMILLayoutElement layoutElement = (SMILLayoutElement) in createSmilDocument()393 SMILLayoutElement smilLayout, in setRegion()
41 import org.w3c.dom.smil.SMILLayoutElement;113 SMILLayoutElement sle = document.getLayout(); in createFromPduBody()
25 public interface SMILLayoutElement extends SMILElement { interface
49 public SMILLayoutElement getLayout(); in getLayout()