| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| visad.collab |
| Modifier and Type | Method and Description |
|---|---|
DisplaySync |
RemoteDisplayImpl.getDisplaySync()
Returns a remotely-usable wrapper for the associated Display's
synchronization object.
|
DisplaySync |
DisplayImpl.getDisplaySync() |
DisplaySync |
RemoteDisplay.getDisplaySync() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteDisplaySync
RemoteDisplaySync is the interface for stubs which are
exported to RemoteDisplays and used to send back events
used for synchronization. |
| Modifier and Type | Class and Description |
|---|---|
class |
DisplaySyncImpl |
class |
RemoteDisplaySyncImpl
RemoteDisplaySyncImpl is the implementation of the VisAD
RemoteDisplaySync class. |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteDisplayMonitorImpl.setDisplaySync(DisplaySync sync)
Set the display synchronization object for this display
|
void |
DisplayMonitor.setDisplaySync(DisplaySync sync)
Set the display synchronization object for this display
|
void |
DisplayMonitorImpl.setDisplaySync(DisplaySync sync)
Set the display synchronization object for this display
|