| 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 | |
| visad.ss |
Provides a spreadsheet user interface for VisAD that can import data from
any form VisAD supports and compute new data objects using formulas by
utilizing the visad.formula package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageListener.receiveMessage(MessageEvent msg)
Receive a general VisAD message broadcast via
DisplayImpl.sendMessage()
|
void |
RemoteDisplayImpl.sendMessage(MessageEvent msg)
Send a message to all MessageListeners.
|
void |
DisplayImpl.sendMessage(MessageEvent msg)
Send a message to all MessageListeners.
|
void |
Display.sendMessage(MessageEvent msg)
Send a message to all MessageListeners.
|
| Modifier and Type | Method and Description |
|---|---|
MessageEvent |
MessageMonitorEvent.getMessage()
Gets the
ScalarMap to which this event refers. |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteDisplayMonitorImpl.receiveMessage(MessageEvent msg)
Handles MessageEvent forwarding.
|
void |
DisplayMonitorImpl.receiveMessage(MessageEvent msg)
Handles MessageEvent forwarding.
|
| Constructor and Description |
|---|
MessageMonitorEvent(int type,
int originator,
MessageEvent msg)
Creates a
MessageMonitorEvent for the specified
MessageEvent. |
MessageMonitorEvent(int type,
MessageEvent msg)
Creates a
MessageMonitorEvent for the specified
MessageEvent. |
MessageMonitorEvent(MessageEvent msg)
Creates a
MessageMonitorEvent for the specified
MessageEvent. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicSSCell.receiveMessage(MessageEvent msg)
Handles VisAD messages.
|