| 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 | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|