Uses of Package
conversion

Packages that use conversion
conversion The conversion package provides some utility classes for converting objects from one class to another. 
file The file package does not at this time have a clearcut purpose. 
gui The gui package consists of several classes that capture useful graphical user interface functionality whose implementation is complicated or requires detailed knowledge of swing that most people would rather not know. 
mvc The mvc package is an attempt to define generic model, view, and controller classes. 
 

Classes in conversion used by conversion
Converter
          A Converter converts values from type F to type T.
LinearScaler
          A LinearScaler is a scaler that uses a linear conversion formula.
Named
          A Named object has a getName() method for obtaining the object's name.
Namer
          A Namer names objects of type T.
NameSpace
           
Scaler
          A Scaler converts double values to scaled double values.
 

Classes in conversion used by file
Named
          A Named object has a getName() method for obtaining the object's name.
 

Classes in conversion used by gui
Named
          A Named object has a getName() method for obtaining the object's name.
 

Classes in conversion used by mvc
Converter
          A Converter converts values from type F to type T.
Named
          A Named object has a getName() method for obtaining the object's name.
Namer
          A Namer names objects of type T.