Uses of Class
visad.RemoteDisplayImpl

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

Uses of RemoteDisplayImpl in visad
 

Methods in visad with parameters of type RemoteDisplayImpl
 void RemoteServerImpl.addDisplay(RemoteDisplayImpl rd)
          add a new RemoteDisplayImpl to server and extend array
 void RemoteServer.addDisplay(RemoteDisplayImpl rd)
          add a new RemoteDisplayImpl to server and extend array
 void RemoteServerImpl.removeDisplay(RemoteDisplayImpl rd)
          remove a RemoteDisplayImpl from server and shrink size of array
 void RemoteServer.removeDisplay(RemoteDisplayImpl rd)
          remove a RemoteDisplayImpl from server and shrink size of array
 void RemoteServerImpl.setDisplays(RemoteDisplayImpl[] rd)
          set all RemoteDisplayImpls to serve
 void RemoteServer.setDisplays(RemoteDisplayImpl[] rd)
          set all RemoteDisplayImpls to serve
 

Constructors in visad with parameters of type RemoteDisplayImpl
RemoteServerImpl(RemoteDataReferenceImpl[] rs, RemoteDisplayImpl[] rd)
          construct a RemoteServerImpl and initialize it with an array of RemoteDataReferenceImpls
RemoteServerImpl(RemoteDisplayImpl[] rd)