Uses of Interface
visad.collab.DisplaySync

Packages that use DisplaySync
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.collab   
 

Uses of DisplaySync in visad
 

Methods in visad that return DisplaySync
 DisplaySync RemoteDisplayImpl.getDisplaySync()
          Returns a remotely-usable wrapper for the associated Display's synchronization object.
 DisplaySync RemoteDisplay.getDisplaySync()
           
 DisplaySync DisplayImpl.getDisplaySync()
           
 

Uses of DisplaySync in visad.collab
 

Subinterfaces of DisplaySync in visad.collab
 interface RemoteDisplaySync
          RemoteDisplaySync is the interface for stubs which are exported to RemoteDisplays and used to send back events used for synchronization.
 

Classes in visad.collab that implement DisplaySync
 class DisplaySyncImpl
           
 class RemoteDisplaySyncImpl
          RemoteDisplaySyncImpl is the implementation of the VisAD RemoteDisplaySync class.
 

Methods in visad.collab with parameters of type DisplaySync
 void RemoteDisplayMonitorImpl.setDisplaySync(DisplaySync sync)
          Set the display synchronization object for this display
 void DisplayMonitorImpl.setDisplaySync(DisplaySync sync)
          Set the display synchronization object for this display
 void DisplayMonitor.setDisplaySync(DisplaySync sync)
          Set the display synchronization object for this display