| Package | Description |
|---|---|
| visad.bom | |
| visad.cluster | |
| visad.java3d |
Provides support for two- and three-dimensional VisAD Displays using Java3D.
|
| 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 |
ScreenLockedRendererJ3D.addSwitch(DisplayRendererJ3D displayRenderer,
javax.media.j3d.BranchGroup branch) |
| Constructor and Description |
|---|
CBMKeyboardBehaviorJ3D(DisplayRendererJ3D r) |
| 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 |
DefaultDisplayRendererJ3D
DefaultDisplayRendererJ3D is the VisAD class for the
default background and metadata rendering algorithm under Java3D. |
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 | Method and Description |
|---|---|
void |
DefaultRendererJ3D.addSwitch(DisplayRendererJ3D displayRenderer,
javax.media.j3d.BranchGroup branch) |
| Constructor and Description |
|---|
DisplayImplJ3D(RemoteDisplay rmtDpy,
DisplayRendererJ3D renderer) |
DisplayImplJ3D(RemoteDisplay rmtDpy,
DisplayRendererJ3D renderer,
java.awt.GraphicsConfiguration config) |
DisplayImplJ3D(RemoteDisplay rmtDpy,
DisplayRendererJ3D renderer,
int api) |
DisplayImplJ3D(RemoteDisplay rmtDpy,
DisplayRendererJ3D renderer,
int api,
java.awt.GraphicsConfiguration config) |
DisplayImplJ3D(RemoteDisplay rmtDpy,
DisplayRendererJ3D renderer,
int api,
java.awt.GraphicsConfiguration config,
VisADCanvasJ3D c)
the 'c' argument is intended to be an extension class of
VisADCanvasJ3D (or null); if it is non-null, then api must
be JPANEL and its super() constructor for VisADCanvasJ3D
must be 'super(renderer, config)'
|
DisplayImplJ3D(java.lang.String name,
DisplayRendererJ3D renderer)
construct a DisplayImpl for Java3D with a non-default
DisplayRenderer, in a JFC JPanel
|
DisplayImplJ3D(java.lang.String name,
DisplayRendererJ3D renderer,
java.awt.GraphicsConfiguration config)
construct a DisplayImpl for Java3D with a non-default
DisplayRenderer and GraphicsConfiguration, in a JFC JPanel
|
DisplayImplJ3D(java.lang.String name,
DisplayRendererJ3D renderer,
int api)
construct a DisplayImpl for Java3D with a non-default
DisplayRenderer;
in a JFC JPanel if api == DisplayImplJ3D.JPANEL and
in an AppletFrame if api == DisplayImplJ3D.APPLETFRAME
|
DisplayImplJ3D(java.lang.String name,
DisplayRendererJ3D renderer,
int api,
java.awt.GraphicsConfiguration config) |
DisplayImplJ3D(java.lang.String name,
DisplayRendererJ3D renderer,
int api,
java.awt.GraphicsConfiguration config,
VisADCanvasJ3D c)
the 'c' argument is intended to be an extension class of
VisADCanvasJ3D (or null); if it is non-null, then api must
be JPANEL and its super() constructor for VisADCanvasJ3D
must be 'super(renderer, config)'
|
DisplayImplJ3D(java.lang.String name,
DisplayRendererJ3D renderer,
int width,
int height)
constructor for off screen
|
DisplayImplJ3D(java.lang.String name,
DisplayRendererJ3D renderer,
int width,
int height,
VisADCanvasJ3D c)
constructor for off screen;
the 'c' argument is intended to be an extension class of
VisADCanvasJ3D (or null); if it is non-null, then its super()
constructor for VisADCanvasJ3D must be
'super(renderer, width, height)'
|
KeyboardBehaviorJ3D(DisplayRendererJ3D r)
Construct a new keyboard behavior for the DisplayRenderer.
|
KeyboardBehaviorJ3D(DisplayRendererJ3D r,
int num_functions) |
MouseBehaviorJ3D(DisplayRendererJ3D r)
Construct a MouseBehavior for the DisplayRenderer specified
|
MouseBehaviorJ3D(DisplayRendererJ3D r,
java.lang.Class mhClass)
Construct a MouseBehavior for the DisplayRenderer specified
|
VisADCanvasJ3D(DisplayRendererJ3D renderer)
Create the canvase for the renderer.
|
VisADCanvasJ3D(DisplayRendererJ3D renderer,
java.awt.GraphicsConfiguration config)
Create the canvase for the renderer with the specified configuration.
|
VisADCanvasJ3D(DisplayRendererJ3D renderer,
int w,
int h)
Constructor for offscreen rendering.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SceneGraphInspector.show(DisplayRendererJ3D renderer) |
| Constructor and Description |
|---|
SceneGraphInspector(DisplayRendererJ3D renderer) |