| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
RemoteServerImpl(RemoteDataReferenceImpl[] rs,
RemoteDisplayImpl[] rd)
construct a RemoteServerImpl and initialize it with
an array of RemoteDataReferenceImpls
|
RemoteServerImpl(RemoteDisplayImpl[] rd) |