Class DisplayAdapter

java.lang.Object
ucar.visad.display.DisplayAdapter

public class DisplayAdapter extends Object
Provides support for adapting VisAD Display-s into something that is (hopefully) easier to use. Instances of this class have a separate thread that updates the display. The thread runs at a lower priority than the creating thread in order to allow the accumulation of a bunch of changes to the display. Instances of this class also track changes to the JavaBean properties of added ScalarMapAdapters and ConstantMapAdapters and modify the underlying VisAD display as necessary.
Version:
$Revision: 1.12 $
Author:
Steven R. Emmerson