Uses of Interface
visad.RendererSourceListener

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

Uses of RendererSourceListener in visad
 

Classes in visad that implement RendererSourceListener
 class MouseHelper
          MouseHelper is the VisAD helper class for MouseBehaviorJ3D and MouseBehaviorJ2D.
 

Methods in visad with parameters of type RendererSourceListener
 void DisplayImpl.addRendererSourceListener(RendererSourceListener listener)
          Inform listener of deleted DataRenderers.
 void DisplayImpl.removeRendererSourceListener(RendererSourceListener listener)
          Remove listener from the DataRenderer deletion list.
 

Uses of RendererSourceListener in visad.cluster
 

Classes in visad.cluster that implement RendererSourceListener
 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 RendererSourceListener in visad.java2d
 

Classes in visad.java2d that implement RendererSourceListener
 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.
 

Uses of RendererSourceListener in visad.java3d
 

Classes in visad.java3d that implement RendererSourceListener
 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.