Class DataAdapter

java.lang.Object
ucar.visad.display.DataAdapter
All Implemented Interfaces:
Propertied

public class DataAdapter extends Object implements Propertied
Provides support for adapting VisAD data objects into something that is (hopefully) easier to use. This class aggregates a VisAD Display, a DataReference, a DataRenderer, and associated ConstantMap-s into a single entity.

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

Name Type Access Default Description
constantMap ConstantMap construction-dependent Fired whenever any ConstantMap changes
PropertyChangeEvent-s fired for the CONSTANT_MAP property have the originating instance of this class as the source and the old and new values set to the appropriate ConstantMaps.
Version:
$Revision: 1.9 $
Author:
Steven R. Emmerson