Previous: Overview of Display Controls Next: Creating a Weather Text Display Control Table of contents Frames User guide
Unidata IDV Workshop for version 6.2u2 > Java Developer Topics > Display Controls

5.6.1 Using VisAD Displays in the IDV
The IDV uses the VisAD Display system to render data in displays.

Overview of VisAD Display System

An overview of the VisAD Display system is found here.

DisplayMaster/Displayable

The IDV encapulates the building of displays and data depictions using a set of classes in ucar.visad.display.

ViewManagers and DisplayControls

A ViewManager is a wrapper around a DisplayMaster. A DisplayControl can hold one or more Displayable objects and these can be added to one or more ViewManagers.

MapViewManager Example

 


Previous: Overview of Display Controls Next: Creating a Weather Text Display Control Table of contents Frames User guide
Unidata IDV Workshop for version 6.2u2 > Java Developer Topics > Display Controls