| Package | Description |
|---|---|
| visad.cluster | |
| 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 |
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 | Class and Description |
|---|---|
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.addSSCellChangeListener(SSCellListener l)
Deprecated.
Use addSSCellListener(SSCellListener) instead.
|
void |
BasicSSCell.addSSCellListener(SSCellListener l)
Adds an SSCellListener.
|
void |
BasicSSCell.removeListener(SSCellListener l)
Deprecated.
Use removeSSCellListener(SSCellListener) instead.
|
void |
BasicSSCell.removeSSCellListener(SSCellListener l)
Removes an SSCellListener.
|