| 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.cluster | |
| 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 |
DisplayImpl.addMessageListener(MessageListener listener)
Forward messages to the specified listener
|
void |
LocalDisplay.addMessageListener(MessageListener listener)
add a MessageListener
|
void |
DisplayImpl.removeMessageListener(MessageListener listener)
Remove listener from the message list.
|
void |
LocalDisplay.removeMessageListener(MessageListener listener)
Removes a MessageListener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestProxyCluster
TestProxyCluster is the class for testing the visad.cluster package.
|
class |
TestSSCluster
TestSSCluster is the class for testing the visad.cluster package.
|
class |
TestWRFCluster
TestWRFCluster is the class for testing the visad.cluster package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DisplayMonitor
DisplayMonitor is the interface for objects which monitor
the state of Controls, Displays and
ScalarMaps. |
interface |
RemoteDisplayMonitor
RemoteDisplayMonitor is the interface for monitoring
RemoteDisplays. |
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayMonitorImpl
DisplayMonitorImpl is the
Display monitor
implementation. |
class |
RemoteDisplayMonitorImpl
RemoteDisplayMonitorImpl is the implementation of the VisAD
RemoteDisplayMonitor class. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSSCell
BasicSSCell represents a single spreadsheet display cell.
|
class |
FancySSCell
FancySSCell is an extension of BasicSSCell with extra options, such
as a file loader dialog and a dialog to set up ScalarMaps.
|