Uses of Class
visad.Scalar

Packages that use Scalar
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.data.fits Provides for importing a FITS dataset into VisAD. 
visad.data.netcdf.in Provides for importing a netCDF dataset into VisAD. 
 

Uses of Scalar in visad
 

Subclasses of Scalar in visad
 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 Text
          Text is the class of VisAD scalar data for text strings.
 

Uses of Scalar in visad.data.fits
 

Methods in visad.data.fits with parameters of type Scalar
abstract  boolean TourGuide.show(Scalar scalar, Tourist tourist, int depth)
           
 boolean FitsTourGuide.show(Scalar scalar, Tourist tourist, int depth)
           
 boolean TourWriter.visit(Scalar scalar, int depth)
           
 boolean Tourist.visit(Scalar scalar, int depth)
           
 boolean TourInspector.visit(Scalar scalar, int depth)
           
 

Uses of Scalar in visad.data.netcdf.in
 

Methods in visad.data.netcdf.in that return Scalar
protected  Scalar VirtualText.getScalar(Context context)
          Gets the Scalar object corresponding to this virtual, data object.
protected abstract  Scalar VirtualScalar.getScalar(Context context)
          Gets the Scalar object corresponding to this virtual, data object.
protected  Scalar VirtualReal.getScalar(Context context)
          Gets the Scalar object corresponding to this virtual, data object.
 Scalar DataFactory.newData(Context context, VirtualScalar virtualScalar)
          Creates a VisAD Scalar object from a netCDF indicial context and a VirtualScalar.