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

ElementParallelTimeContainer

public interface ElementParallelTimeContainer implements ElementTimeContainer
A parallel container defines a simple parallel time grouping in which multiple elements can play back at the same time. It may have to specify a repeat iteration. (?)

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetEndSync()
Controls the end of the container. Need to address thr id-ref value.

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public floatgetImplicitDuration()
This method returns the implicit duration in seconds.

return
The implicit duration in seconds or -1 if the implicit is unknown (indefinite?).

public voidsetEndSync(java.lang.String endSync)