| 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.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 | Method and Description |
|---|---|
RendererControl |
DisplayRenderer.getRendererControl()
Get the
Control which holds the "shared" data
for this renderer. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DisplayRenderer.initControl(RendererControl ctl)
Internal method used to initialize newly created
RendererControl with current renderer settings
before it is actually connected to the renderer. |
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayRendererJ2D.initControl(RendererControl ctl)
Internal method used to initialize newly created
RendererControl with current renderer settings
before it is actually connected to the renderer. |
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayRendererJ3D.initControl(RendererControl ctl)
Internal method used to initialize newly created
RendererControl with current renderer settings
before it is actually connected to the renderer. |