| 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.cluster | |
| visad.java2d |
Provides support for two-dimensional VisAD Displays using Java2D.
|
| visad.java3d |
Provides support for two- and three-dimensional VisAD Displays using Java3D.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MouseHelper
MouseHelper is the VisAD helper class for MouseBehaviorJ3D
and MouseBehaviorJ2D.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayImpl.addRendererSourceListener(RendererSourceListener listener)
Inform listener of deleted
DataRenderers. |
void |
DisplayImpl.removeRendererSourceListener(RendererSourceListener listener)
Remove listener from the
DataRenderer deletion list. |
| 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 | 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 |
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. |