Class ScalarMapAdapter

java.lang.Object
ucar.visad.display.MapAdapter
ucar.visad.display.ScalarMapAdapter
All Implemented Interfaces:
Comparable, Propertied
Direct Known Subclasses:
AxisScalarMap, IsoContourScalarMap, SelectRangeScalarMap, SelectValueScalarMap

public abstract class ScalarMapAdapter extends MapAdapter
Provides support for adapting VisAD ScalarMap-s to something that is (hopefully) easier to use. Unlike instances of VisAD ScalarMap, one can modify the associated ScalarType of an instance of this class.

Instances of this class have the following, bound, JavaBean properties:

Name Type Access Default Description
scalarType ScalarType set/get construction-dependent The ScalarType of the underlying ScalarMap of this instance
scalarMap ScalarMap construction-dependent The underlying ScalarMap of this instance
Version:
$Revision: 1.10 $
Author:
Steven R. Emmerson