Uses of Package
visad.formula

Packages that use visad.formula
visad.formula Provides an interface for automatically evaluating formulas based on user-defined operators and functions. 
visad.ss Provides a spreadsheet user interface for VisAD that can import data from any form VisAD supports and compute new data objects using formulas by utilizing the visad.formula package. 
 

Classes in visad.formula used by visad.formula
FormulaException
          The type of exception thrown by the formula package.
FormulaManager
          The FormulaManager class is the gateway into the visad.formula package, a general-purpose formula parser and evaluator.
VMethod
          Thing wrapper for java.lang.reflect.Method.
VRealType
          Thing wrapper for visad.RealType.
 

Classes in visad.formula used by visad.ss
FormulaManager
          The FormulaManager class is the gateway into the visad.formula package, a general-purpose formula parser and evaluator.