Uses of Class
ucar.unidata.idv.DisplayInfo

Packages that use DisplayInfo
ucar.unidata.idv The idv package. 
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
 

Uses of DisplayInfo in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return types with arguments of type DisplayInfo
protected  List<DisplayInfo> ViewManager.getDisplayInfos()
          Get a copy of the list of DisplayInfo-s
 

Methods in ucar.unidata.idv with parameters of type DisplayInfo
 boolean HovmollerViewManager.addDisplayInfo(DisplayInfo displayInfo)
          Override base class method to force setting fast rendering to true.
 boolean TimeHeightViewManager.addDisplayInfo(DisplayInfo displayInfo)
          Override base class method to force setting fast rendering to true.
 boolean ViewManager.addDisplayInfo(DisplayInfo displayInfo)
          Add the DisplayInfo to the list of DisplayInfo-s If I have a DisplayMaster then set the master to be inactive and add the displayable held by the displayInfo into the displayMaster.
 boolean TransectViewManager.addDisplayInfo(DisplayInfo displayInfo)
          Override base class method to force setting fast rendering to true.
 void ViewManager.removeDisplayInfo(DisplayInfo displayInfo)
          This removes the given DisplayInfo.
 

Method parameters in ucar.unidata.idv with type arguments of type DisplayInfo
 void ViewManager.addDisplayInfos(List<DisplayInfo> displayInfos)
          Add the display infos
 void MapViewManager.addDisplayInfos(List<DisplayInfo> displayInfos)
          Reset projection of display based control's getDataProjection().
 

Uses of DisplayInfo in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return DisplayInfo
 DisplayInfo DisplayControlImpl.addDisplayable(Displayable theDisplay, ViewManager viewManager)
          Add the given Displayable into the given ViewManager
protected  DisplayInfo DisplayControlImpl.findDisplayInfo(Displayable displayable)
          Find the DisplayInfo for a displayable