public abstract class

ElementSequentialTimeContainerImpl

extends ElementTimeContainerImpl
implements ElementSequentialTimeContainer
java.lang.Object
   ↳ com.android.mms.dom.smil.ElementTimeImpl
     ↳ com.android.mms.dom.smil.ElementTimeContainerImpl
       ↳ com.android.mms.dom.smil.ElementSequentialTimeContainerImpl

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.
[Expand]
Inherited Methods
From class com.android.mms.dom.smil.ElementTimeImpl
From class java.lang.Object
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".