Uses of Class
ucar.unidata.idv.ui.IdvLegend

Packages that use IdvLegend
ucar.unidata.idv The idv package. 
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
 

Uses of IdvLegend in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return types with arguments of type IdvLegend
protected  List<IdvLegend> ViewManager.getLegends()
          Get the legends
 

Methods in ucar.unidata.idv with parameters of type IdvLegend
 void ViewManager.setLegendState(IdvLegend legend, String state)
          Set the state of the legend
 

Uses of IdvLegend in ucar.unidata.idv.ui
 

Subclasses of IdvLegend in ucar.unidata.idv.ui
 class BottomLegend
          This class provides the bottom legend of display controls shown in a ViewManager.
 class SideLegend
          This class provides the side legend for display controls in view managers.