Uses of Interface
visad.ScalarIface

Packages that use ScalarIface
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
 

Uses of ScalarIface in visad
 

Subinterfaces of ScalarIface in visad
 interface RealIface
          Interface to scalar data for real numbers represented as double precision floating point values.
 

Classes in visad that implement ScalarIface
 class DateTime
          DateTime is a class of objects for holding date and time information.
 class Real
          Real is the class of VisAD scalar data for real numbers represented as double precision floating point values.
 class Scalar
          Scalar is the superclass of the VisAD hierarchy of scalar data.
 class Text
          Text is the class of VisAD scalar data for text strings.