Uses of Class
visad.TextType

Packages that use TextType
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.data Provides for importing data to and exporting data from VisAD. 
visad.data.netcdf.in Provides for importing a netCDF dataset into VisAD. 
visad.data.visad Provides for importing and exporting serialized Java object files into and out of VisAD. 
visad.data.visad.object   
visad.georef Provides classes for geo-referencing. 
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 TextType in visad
 

Fields in visad declared as TextType
static TextType TextType.Generic
           
 

Methods in visad that return TextType
 TextType[] FunctionType.getTextComponents()
           
static TextType TextType.getTextType(String name)
          create a new TextType, or return it if it already exists
static TextType TextType.getTextTypeByName(String name)
          return any TextType constructed in this JVM with name, or null
 

Methods in visad with parameters of type TextType
abstract  ShadowType DataRenderer.makeShadowTextType(TextType type, DataDisplayLink link, ShadowType parent)
          factory for constructing a subclass of ShadowType appropriate for the graphics API, that also adapts ShadowTextType; ShadowType trees are constructed that 'shadow' the MathType trees of Data to be depicted, via recursive calls to buildShadowType() methods of MathType sub-classes, to DataRenderer.makeShadow*Type() methods, to Shadow*Type constructors, then back to buildShadowType() methods; the recursive call chain is initiated by DataDisplayLink.prepareData() calls to buildShadowType() methods of MathType sub-classes;
 

Constructors in visad with parameters of type TextType
Text(TextType type)
          construct a Text object with the missing value
Text(TextType type, String value)
          construct a Text object
 

Uses of TextType in visad.data
 

Methods in visad.data with parameters of type TextType
 void EmptyDataProcessor.processText(TextType type, String value, boolean missing, Text text, Object token)
           
 void DataProcessor.processText(TextType type, String value, boolean missing, Text text, Object token)
           
abstract  void BaseDataProcessor.processText(TextType type, String value, boolean missing, Text text, Object token)
           
 

Uses of TextType in visad.data.netcdf.in
 

Methods in visad.data.netcdf.in that return TextType
protected  TextType View.getTextType(ucar.netcdf.Variable var)
          Return the VisAD TextType of a netCDF variable.
 

Uses of TextType in visad.data.visad
 

Methods in visad.data.visad with parameters of type TextType
 void BinaryWriter.processText(TextType type, String value, boolean missing, Text text, Object token)
           
 void BinarySizer.processText(TextType type, String value, boolean missing, Text text, Object token)
           
 

Uses of TextType in visad.data.visad.object
 

Methods in visad.data.visad.object that return TextType
static TextType BinaryTextType.read(BinaryReader reader, int index)
           
 

Methods in visad.data.visad.object with parameters of type TextType
static int BinaryTextType.computeBytes(TextType tt)
           
static int BinaryTextType.write(BinaryWriter writer, TextType tt, Object token)
           
static void BinaryText.write(BinaryWriter writer, TextType type, String value, boolean missing, Text text, Object token)
           
static void BinaryText.writeDependentData(BinaryWriter writer, TextType type, Object token)
           
 

Uses of TextType in visad.georef
 

Fields in visad.georef declared as TextType
static TextType NamedLocationTuple.IDENTIFIER_TYPE
          TextType associated with the identifier that is returned by getIdentifier().
 

Uses of TextType in visad.java2d
 

Methods in visad.java2d with parameters of type TextType
 ShadowType RendererJ2D.makeShadowTextType(TextType type, DataDisplayLink link, ShadowType parent)
           
 

Uses of TextType in visad.java3d
 

Methods in visad.java3d with parameters of type TextType
 ShadowType RendererJ3D.makeShadowTextType(TextType type, DataDisplayLink link, ShadowType parent)