| 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.formula |
Provides an interface for automatically evaluating formulas based on
user-defined operators and functions.
|
| visad.java2d |
Provides support for two-dimensional VisAD Displays using Java2D.
|
| visad.java3d |
Provides support for two- and three-dimensional VisAD Displays using Java3D.
|
| 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 |
CellImpl
CellImpl is the abstract superclass for computations.
|
class |
DisplayImpl
DisplayImpl is the abstract VisAD superclass for display
implementations.
|
| Modifier and Type | Method and Description |
|---|---|
ActionImpl |
ReferenceActionLink.getLocalAction() |
| Constructor and Description |
|---|
ReferenceActionLink(ThingReference r,
ActionImpl local_a,
Action a,
long jd) |
| Modifier and Type | Class and Description |
|---|---|
class |
FormulaVar
Represents a variable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayImplJ2D
DisplayImplJ2D is the VisAD class for displays that use
Java 3D.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayImplJ3D
DisplayImplJ3D is the VisAD class for displays that use
Java 3D.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSCellImpl
A VisAD Cell which updates an SSCell
when one of its Data objects change.
|