| 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.jmet | |
| 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 | Class and Description |
|---|---|
class |
DataImpl.Syncher
class used to synchronize with TRANSFORM_DONE events
from dummy DisplayImplJ2D used by computeRanges()
|
class |
DisplayImpl.Syncher
Class used to ensure that all linked Data have been
transformed and rendered, used by getImage()
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayImpl.addDisplayListener(DisplayListener listener)
add a DisplayListener
|
void |
LocalDisplay.addDisplayListener(DisplayListener listener)
add a DisplayListener
|
void |
RemoteSlaveDisplayImpl.addDisplayListener(DisplayListener l)
Add a display listener to this slave display.
|
void |
DisplayImpl.removeDisplayListener(DisplayListener listener)
remove a DisplayListener
|
void |
LocalDisplay.removeDisplayListener(DisplayListener listener)
Removes a DisplayListener.
|
void |
RemoteSlaveDisplayImpl.removeDisplayListener(DisplayListener l)
Remove a display listener from this slave display
|
| 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 |
ShowNCEPModel |
| 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.
|
class |
SpreadSheet
SpreadSheet is a user interface for VisAD that supports
multiple 3-D displays (FancySSCells).
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicSSCell.addDisplayListener(DisplayListener d)
Adds a DisplayListener.
|
void |
BasicSSCell.removeDisplayListener(DisplayListener d)
Removes a DisplayListener from this cell.
|