Package org.loboevolution.html.dom.smil
Interface ElementSyncBehavior
public interface ElementSyncBehavior
The synchronization behavior extension.
-
Method Summary
Modifier and TypeMethodDescriptionDefines the default value for the runtime synchronization behavior for an element, and all descendents.floatDefines the default value for the sync tolerance for an element, and all descendents.The runtime synchronization behavior for an element.booleanIf set to true, forces the time container playback to sync to this element.floatThe sync tolerance for the associated element.
-
Method Details
-
getSyncBehavior
String getSyncBehavior()The runtime synchronization behavior for an element.- Returns:
- a
Stringobject.
-
getSyncTolerance
float getSyncTolerance()The sync tolerance for the associated element. It has an effect only if the element has syncBehavior="locked" .- Returns:
- a float.
-
getDefaultSyncBehavior
String getDefaultSyncBehavior()Defines the default value for the runtime synchronization behavior for an element, and all descendents.- Returns:
- a
Stringobject.
-
getDefaultSyncTolerance
float getDefaultSyncTolerance()Defines the default value for the sync tolerance for an element, and all descendents.- Returns:
- a float.
-
getSyncMaster
boolean getSyncMaster()If set to true, forces the time container playback to sync to this element.- Returns:
- a boolean.
-