public interface

ElementSyncBehavior

org.w3c.dom.smil.ElementSyncBehavior

Class Overview

The synchronization behavior extension.

Summary

Public Methods
abstract String getDefaultSyncBehavior()
Defines the default value for the runtime synchronization behavior for an element, and all descendents.
abstract float getDefaultSyncTolerance()
Defines the default value for the sync tolerance for an element, and all descendents.
abstract String getSyncBehavior()
The runtime synchronization behavior for an element.
abstract boolean getSyncMaster()
If set to true, forces the time container playback to sync to this element.
abstract float getSyncTolerance()
The sync tolerance for the associated element.

Public Methods

public abstract String getDefaultSyncBehavior ()

Defines the default value for the runtime synchronization behavior for an element, and all descendents.

public abstract float getDefaultSyncTolerance ()

Defines the default value for the sync tolerance for an element, and all descendents.

public abstract String getSyncBehavior ()

The runtime synchronization behavior for an element.

public abstract boolean getSyncMaster ()

If set to true, forces the time container playback to sync to this element.

public abstract float getSyncTolerance ()

The sync tolerance for the associated element. It has an effect only if the element has syncBehavior="locked" .