Uses of Class
visad.ProjectionControl

Packages that use ProjectionControl
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. 
visad.util Provides a collection of useful utilities, many of them GUI widgets, to aid in VisAD application design. 
 

Uses of ProjectionControl in visad
 

Methods in visad that return ProjectionControl
 ProjectionControl MouseHelper.getProjectionControl()
          Get the ProjectionControl for this Helper
 ProjectionControl LocalDisplay.getProjectionControl()
          return the ProjectionControl associated with this Display
abstract  ProjectionControl DisplayImpl.getProjectionControl()
           
 

Methods in visad with parameters of type ProjectionControl
 void ShadowType.addLabelsToGroup(Object group, VisADGeometryArray[] arrays, GraphicsModeControl mode, ContourControl control, ProjectionControl p_cntrl, int[] cnt, float constant_alpha, float[] contstant_color)
           
 void ContourControl.addProjectionControlListener(ControlListener cl, ProjectionControl pcntrl)
          remove previous projListener from pcntrl, and save cl as new projListener
 

Uses of ProjectionControl in visad.java2d
 

Subclasses of ProjectionControl in visad.java2d
 class ProjectionControlJ2D
          ProjectionControlJ2D is the VisAD class for controlling the Projection from 3-D to 2-D.
 

Methods in visad.java2d that return ProjectionControl
 ProjectionControl DisplayImplJ2D.getProjectionControl()
           
 

Methods in visad.java2d with parameters of type ProjectionControl
 void ShadowTypeJ2D.addLabelsToGroup(Object group, VisADGeometryArray[] arrays, GraphicsModeControl mode, ContourControl control, ProjectionControl p_cntrl, int[] cnt_a, float constant_alpha, float[] constant_color)
           
 

Uses of ProjectionControl in visad.java3d
 

Subclasses of ProjectionControl in visad.java3d
 class ProjectionControlJ3D
          ProjectionControlJ3D is the VisAD class for controlling the Projection from 3-D to 2-D.
 

Methods in visad.java3d that return ProjectionControl
 ProjectionControl DisplayImplJ3D.getProjectionControl()
          Get the projection control associated with this display
 

Methods in visad.java3d with parameters of type ProjectionControl
 void ShadowTypeJ3D.addLabelsToGroup(Object group, VisADGeometryArray[] arrays, GraphicsModeControl mode, ContourControl control, ProjectionControl p_cntrl, int[] cnt_a, float constant_alpha, float[] constant_color)
           
 

Uses of ProjectionControl in visad.util
 

Constructors in visad.util with parameters of type ProjectionControl
ProjWidget(ProjectionControl pc)
          Constructs a ProjWidget linked to the ProjectionControl pc