Uses of Class
visad.TextControl

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

Methods in visad that return TextControl
 TextControl ShadowType.getParentTextControl()
           
 

Methods in visad with parameters of type TextControl
 VisADGeometryArray ShadowType.makeText(String[] text_values, TextControl text_control, float[][] spatial_values, byte[][] color_values, boolean[][] range_select)
           
 void ShadowType.setText(String text, TextControl control)
           
 boolean ShadowType.terminalTupleOrScalar(Object group, float[][] display_values, String text_value, TextControl text_control, int valueArrayLength, int[] valueToScalar, float[] default_values, int[] inherited_values, DataRenderer renderer, ShadowType shadow_api)
          transform data into a (Java3D or Java2D) scene graph; add generated scene graph components as children of group; group is Group (Java3D) or VisADGroup (Java2D); value_array are inherited valueArray values; default_values are defaults for each display.DisplayRealTypeVector; return true if need post-process
 

Uses of TextControl in visad.java2d
 

Methods in visad.java2d that return TextControl
 TextControl ShadowTypeJ2D.getParentTextControl()
           
 

Methods in visad.java2d with parameters of type TextControl
 VisADGeometryArray ShadowTypeJ2D.makeText(String[] text_values, TextControl text_control, float[][] spatial_values, byte[][] color_values, boolean[][] range_select)
           
 void ShadowTypeJ2D.setText(String text, TextControl control)
           
 boolean ShadowTypeJ2D.terminalTupleOrScalar(VisADGroup group, float[][] display_values, String text_value, TextControl text_control, int valueArrayLength, int[] valueToScalar, float[] default_values, int[] inherited_values, DataRenderer renderer)
           
 

Uses of TextControl in visad.java3d
 

Methods in visad.java3d that return TextControl
 TextControl ShadowTypeJ3D.getParentTextControl()
           
 

Methods in visad.java3d with parameters of type TextControl
 VisADGeometryArray ShadowTypeJ3D.makeText(String[] text_values, TextControl text_control, float[][] spatial_values, byte[][] color_values, boolean[][] range_select)
           
 void ShadowTypeJ3D.setText(String text, TextControl control)
           
 boolean ShadowTypeJ3D.terminalTupleOrScalar(Object group, float[][] display_values, String text_value, TextControl text_control, int valueArrayLength, int[] valueToScalar, float[] default_values, int[] inherited_values, DataRenderer renderer)
           
 

Uses of TextControl in visad.util
 

Constructors in visad.util with parameters of type TextControl
TextControlWidget(TextControl aTextControl)
          Creates new form TextControlWidget