Uses of Interface
visad.RemoteSlaveDisplay

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

Uses of RemoteSlaveDisplay in visad
 

Classes in visad that implement RemoteSlaveDisplay
 class RemoteSlaveDisplayImpl
          RemoteSlaveDisplayImpl is an implementation of a slaved display that receives its images from a RemoteDisplay (via RMI).
 class SocketSlaveDisplay
          A SocketSlaveDisplay server wraps around a VisAD display, providing support for stand-alone remote displays (i.e., not dependent on the VisAD packages) that communicate with the server using sockets.
 

Methods in visad with parameters of type RemoteSlaveDisplay
 void RemoteDisplayImpl.addSlave(RemoteSlaveDisplay display)
          links a slave display to this display
 void DisplayImpl.addSlave(RemoteSlaveDisplay display)
          link a slave display to this
 void Display.addSlave(RemoteSlaveDisplay display)
          link a slave display to this display
 void RemoteDisplayImpl.removeSlave(RemoteSlaveDisplay display)
          removes a link between a slave display and this display
 void DisplayImpl.removeSlave(RemoteSlaveDisplay display)
          remove a link between a slave display and this
 void Display.removeSlave(RemoteSlaveDisplay display)
          remove a slave display from this display