| 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.aeri | |
| visad.collab | |
| visad.data.amanda | |
| visad.gifts | |
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScalarMap.addScalarMapListener(ScalarMapListener listener)
add a ScalarMapListener, to be notified whenever setRange is
invoked
|
void |
ScalarMap.removeScalarMapListener(ScalarMapListener listener)
remove a ScalarMapListener
|
| Modifier and Type | Class and Description |
|---|---|
class |
Aeri |
class |
Qdiv |
| 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 |
TrackWidget |
| Modifier and Type | Class and Description |
|---|---|
class |
Gifts |
| Modifier and Type | Class and Description |
|---|---|
class |
AnimationWidget
A widget that allows users to control aspects of animation (stop/start,
step, animation speed and direction).
|
class |
ColorMapWidget
A color widget that allows users to interactively map numeric data to
RGB/RGBA tuples in a
ScalarMap. |
class |
ContourWidget
A widget that allows users to control iso-contours.
|
class |
RangeWidget
A widget that allows users to specify a ScalarMap's range scaling
|
class |
SelectRangeWidget
A slider widget that allows users to select a lower and upper bound.
|
class |
VisADSlider
VisADSlider combines a JSlider and a JLabel and links them to either a
Real (via a DataReference) or a ScalarMap that maps to
Display.SelectValue.
|