public abstract class

ElementParallelTimeContainerImpl

extends ElementTimeContainerImpl
implements ElementParallelTimeContainer
java.lang.Object
   ↳ com.android.mms.dom.smil.ElementTimeImpl
     ↳ com.android.mms.dom.smil.ElementTimeContainerImpl
       ↳ com.android.mms.dom.smil.ElementParallelTimeContainerImpl

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.smil.ElementTime
Public Methods
NodeList getActiveChildrenAt(float instant)
Returns a list of child elements active at the specified invocation.
float getDur()
The desired simple duration value of this node in seconds.
String getEndSync()
Controls the end of the container.
float getImplicitDuration()
This method returns the implicit duration in seconds.
void setEndSync(String endSync)
[Expand]
Inherited Methods
From class com.android.mms.dom.smil.ElementTimeImpl
From class java.lang.Object
From interface org.w3c.dom.smil.ElementParallelTimeContainer
From interface org.w3c.dom.smil.ElementTime
From interface org.w3c.dom.smil.ElementTimeContainer

Public Methods

public NodeList getActiveChildrenAt (float instant)

Returns a list of child elements active at the specified invocation.

Parameters
instant The desired position on the local timeline in milliseconds.
Returns
  • List of timed child-elements active at instant.

public float getDur ()

The desired simple duration value of this node in seconds. Negative value means "indefinite".

public String getEndSync ()

Controls the end of the container. Need to address thr id-ref value.

public float getImplicitDuration ()

This method returns the implicit duration in seconds.

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

public void setEndSync (String endSync)

Throws
DOMException