Uses of Class
visad.RendererControl

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

Uses of RendererControl in visad
 

Methods in visad that return RendererControl
 RendererControl DisplayRenderer.getRendererControl()
          Get the Control which holds the "shared" data for this renderer.
 

Methods in visad with parameters of type RendererControl
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.
 

Uses of RendererControl in visad.java2d
 

Methods in visad.java2d with parameters of type RendererControl
 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.
 

Uses of RendererControl in visad.java3d
 

Methods in visad.java3d with parameters of type RendererControl
 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.