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

ElementSyncBehavior

public interface ElementSyncBehavior
The synchronization behavior extension.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetDefaultSyncBehavior()
Defines the default value for the runtime synchronization behavior for an element, and all descendents.

public floatgetDefaultSyncTolerance()
Defines the default value for the sync tolerance for an element, and all descendents.

public java.lang.StringgetSyncBehavior()
The runtime synchronization behavior for an element.

public booleangetSyncMaster()
If set to true, forces the time container playback to sync to this element.

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