Skip to main content

synchronizers

Index

Functions

createCameraPositionSynchronizer

  • createCameraPositionSynchronizer(synchronizerName: string): Synchronizer
  • A helper that creates a new Synchronizer which listens to the CAMERA_MODIFIED rendering event and calls the cameraSyncCallback.


    Parameters

    • synchronizerName: string

      The name of the synchronizer.

    Returns Synchronizer

    A new Synchronizer instance.

createStackImageSynchronizer

  • createStackImageSynchronizer(synchronizerName: string): Synchronizer
  • A helper that creates a new Synchronizer which listens to the STACK_NEW_IMAGE rendering event and calls the stackImageSyncCallback.


    Parameters

    • synchronizerName: string

      The name of the synchronizer.

    Returns Synchronizer

    A new Synchronizer instance.

createVOISynchronizer

  • createVOISynchronizer(synchronizerName: string): Synchronizer
  • A helper that creates a new Synchronizer which listens to the VOI_MODIFIED rendering event and calls the voiSyncCallback.


    Parameters

    • synchronizerName: string

      The name of the synchronizer.

    Returns Synchronizer

    A new Synchronizer instance.

createZoomPanSynchronizer

  • createZoomPanSynchronizer(synchronizerName: string): Synchronizer
  • A helper that creates a new Synchronizer which listens to the CAMERA_MODIFIED rendering event and calls the cameraSyncCallback.


    Parameters

    • synchronizerName: string

      The name of the synchronizer.

    Returns Synchronizer

    A new Synchronizer instance.