Uses of Class
visad.java3d.DisplayRendererJ3D

Packages that use DisplayRendererJ3D
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. 
 

Uses of DisplayRendererJ3D in visad.bom
 

Methods in visad.bom with parameters of type DisplayRendererJ3D
 void ScreenLockedRendererJ3D.addSwitch(DisplayRendererJ3D displayRenderer, BranchGroup branch)
           
 

Constructors in visad.bom with parameters of type DisplayRendererJ3D
CBMKeyboardBehaviorJ3D(DisplayRendererJ3D r)
           
 

Uses of DisplayRendererJ3D in visad.cluster
 

Subclasses of DisplayRendererJ3D in visad.cluster
 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.
 

Uses of DisplayRendererJ3D in visad.java3d
 

Subclasses of DisplayRendererJ3D in visad.java3d
 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.
 

Methods in visad.java3d with parameters of type DisplayRendererJ3D
 void DefaultRendererJ3D.addSwitch(DisplayRendererJ3D displayRenderer, BranchGroup branch)
           
 

Constructors in visad.java3d with parameters of type DisplayRendererJ3D
DisplayImplJ3D(RemoteDisplay rmtDpy, DisplayRendererJ3D renderer)
           
DisplayImplJ3D(RemoteDisplay rmtDpy, DisplayRendererJ3D renderer, GraphicsConfiguration config)
           
DisplayImplJ3D(RemoteDisplay rmtDpy, DisplayRendererJ3D renderer, int api)
           
DisplayImplJ3D(RemoteDisplay rmtDpy, DisplayRendererJ3D renderer, int api, GraphicsConfiguration config)
           
DisplayImplJ3D(RemoteDisplay rmtDpy, DisplayRendererJ3D renderer, int api, 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(String name, DisplayRendererJ3D renderer)
          construct a DisplayImpl for Java3D with a non-default DisplayRenderer, in a JFC JPanel
DisplayImplJ3D(String name, DisplayRendererJ3D renderer, GraphicsConfiguration config)
          construct a DisplayImpl for Java3D with a non-default DisplayRenderer and GraphicsConfiguration, in a JFC JPanel
DisplayImplJ3D(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(String name, DisplayRendererJ3D renderer, int api, GraphicsConfiguration config)
           
DisplayImplJ3D(String name, DisplayRendererJ3D renderer, int api, 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(String name, DisplayRendererJ3D renderer, int width, int height)
          constructor for off screen
DisplayImplJ3D(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, Class mhClass)
          Construct a MouseBehavior for the DisplayRenderer specified
VisADCanvasJ3D(DisplayRendererJ3D renderer)
          Create the canvase for the renderer.
VisADCanvasJ3D(DisplayRendererJ3D renderer, GraphicsConfiguration config)
          Create the canvase for the renderer with the specified configuration.
VisADCanvasJ3D(DisplayRendererJ3D renderer, int w, int h)
          Constructor for offscreen rendering.
 

Uses of DisplayRendererJ3D in visad.util
 

Methods in visad.util with parameters of type DisplayRendererJ3D
static void SceneGraphInspector.show(DisplayRendererJ3D renderer)
           
 

Constructors in visad.util with parameters of type DisplayRendererJ3D
SceneGraphInspector(DisplayRendererJ3D renderer)