| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BasicSSCell |
SSCellChangeEvent.getSSCell()
Gets the cell that changed.
|
static BasicSSCell |
BasicSSCell.getSSCellByName(java.lang.String name)
Gets the SSCell with the specified name.
|
| Constructor and Description |
|---|
SSCellChangeEvent(BasicSSCell ssCell,
int changeType)
Constructs an SSCellChangeEvent.
|
SSCellChangeEvent(BasicSSCell ssCell,
int changeType,
java.lang.String varName) |
SSCellData(int id,
BasicSSCell ssCell,
DataReferenceImpl ref,
ConstantMap[] cmaps,
java.lang.String source,
int type,
boolean checkErrors)
Constructs a new SSCellData object, for encapsulating
a Data object and related information.
|