| 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.bom | |
| visad.cluster | |
| visad.collab | |
| visad.data.amanda | |
| 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.rabin | |
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayRenderer
DisplayRenderer is the VisAD abstract super-class for
background and metadata rendering algorithms. |
class |
FixGeomSizeAppearance |
| Modifier and Type | Field and Description |
|---|---|
static java.util.HashMap<FlowControl,ControlListener> |
TrajectoryManager.scaleChangeListeners |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ControlListener> |
DataRenderer.getProjectionControlListeners()
Returns the list of ProjectionControl listeners created by this.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVControl.addControlListener(ControlListener listener)
in future, notify listener of changes in this AVControl
|
void |
Control.addControlListener(ControlListener listener)
add a ControlListener
|
void |
ContourControl.addProjectionControlListener(ControlListener cl,
ProjectionControl pcntrl)
remove previous projListener from pcntrl, and save cl as
new projListener
|
void |
AVControl.removeControlListener(ControlListener listener)
stop notifying listener of changes in this AVControl
|
void |
Control.removeControlListener(ControlListener listener)
remove a ControlListener
|
void |
TrajectoryManager.setListener(ProjectionControl pCntrl,
ControlListener listener,
FlowControl flowCntrl) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiscoverableZoom
DiscoverableZoom is the VisAD class for
discoverable zoom of displayed data.
|
class |
FrontDrawer
FrontDrawer is the VisAD class for manipulation of fronts
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientDisplayRendererJ3D
ClientDisplayRendererJ3D is the DisplayRenderer
for cluster clients. |
class |
NodeDisplayRendererJ3D
NodeDisplayRendererJ3D is the DisplayRenderer
for cluster nodes. |
class |
UserDisplayRendererJ3D
UserDisplayRendererJ3D is the DisplayRenderer
for remote users connecting to a cluster via a proxy on the
client. |
| 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 |
DefaultDisplayRendererJ2D
DefaultDisplayRendererJ2D is the VisAD class for
default background and metadata rendering under Java2D. |
class |
DisplayRendererJ2D
DisplayRendererJ2D is the VisAD abstract super-class for
background and metadata rendering algorithms. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDisplayRendererJ3D
DefaultDisplayRendererJ3D is the VisAD class for the
default background and metadata rendering algorithm under Java3D. |
class |
DisplayRendererJ3D
DisplayRendererJ3D is the VisAD abstract super-class for
background and metadata rendering algorithms. |
class |
FixGeomSizeAppearanceJ3D |
class |
ImmersaDeskDisplayRendererJ3D
ImmersaDeskDisplayRendererJ3D is the VisAD class for the
ImmersaDesk background and metadata rendering algorithm under Java3D. |
class |
TransformOnlyDisplayRendererJ3D
TransformOnlyDisplayRendererJ3D is the VisAD class for the
transforming but not rendering under Java3D. |
class |
TwoDDisplayRendererJ3D
TwoDDisplayRendererJ3D is the VisAD class for 2-D background
and metadata rendering under Java3D. |
| Modifier and Type | Class and Description |
|---|---|
class |
Rain |
| 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 |
BaseRGBMap
An extensible RGB colormap with no interpolation between the
internally stored values.
|
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 |
GMCWidget
A widget that allows users to control graphics mode parameters.
|
class |
RGBAMap
A simple RGBA colormap with no interpolation between the internally
stored values.
|
class |
RGBMap
A simple RGB colormap with no interpolation between the internally
stored values.
|
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.
|