Uses of Class
visad.ContourControl

Packages that use ContourControl
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 ContourControl in visad
 

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

Uses of ContourControl in visad.java2d
 

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

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