Interface ElementSyncBehavior


public interface ElementSyncBehavior
The synchronization behavior extension.
  • Method Summary

    Modifier and Type
    Method
    Description
    Defines the default value for the runtime synchronization behavior for an element, and all descendents.
    float
    Defines the default value for the sync tolerance for an element, and all descendents.
    The runtime synchronization behavior for an element.
    boolean
    If set to true, forces the time container playback to sync to this element.
    float
    The sync tolerance for the associated element.
  • Method Details

    • getSyncBehavior

      String getSyncBehavior()
      The runtime synchronization behavior for an element.
      Returns:
      a String object.
    • 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 String object.
    • 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.