public interface

ElementParallelTimeContainer

implements ElementTimeContainer
org.w3c.dom.smil.ElementParallelTimeContainer
Known Indirect Subclasses

Class Overview

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. (?)

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.smil.ElementTime
Public Methods
abstract String getEndSync()
Controls the end of the container.
abstract float getImplicitDuration()
This method returns the implicit duration in seconds.
abstract void setEndSync(String endSync)
[Expand]
Inherited Methods
From interface org.w3c.dom.smil.ElementTime
From interface org.w3c.dom.smil.ElementTimeContainer

Public Methods

public abstract String getEndSync ()

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

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract 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 abstract void setEndSync (String endSync)

Throws
DOMException