Uses of Class
ucar.unidata.idv.control.chart.ChartHolder

Packages that use ChartHolder
ucar.unidata.idv.control.chart Charting facilities used by DisplayControls. 
 

Uses of ChartHolder in ucar.unidata.idv.control.chart
 

Fields in ucar.unidata.idv.control.chart with type parameters of type ChartHolder
protected  List<ChartHolder> ChartManager.chartHolders
          the charts
 

Methods in ucar.unidata.idv.control.chart that return ChartHolder
protected  ChartHolder ChartManager.findChartHolder(String name)
          find chart with name
protected  ChartHolder ChartManager.getChartHolder(LineState lineState)
          Get the chart holder that is displaying the given line state.
protected  ChartHolder ChartManager.getChartHolder(String name)
          find chart with name
 

Methods in ucar.unidata.idv.control.chart with parameters of type ChartHolder
protected  void XYChartManager.addChart(ChartHolder chartHolder)
          Add chart
protected  void ChartManager.addChart(ChartHolder chartHolder)
          add chart
protected  boolean ChartManager.applyProperties(ChartHolder chartHolder)
          apply properties to chart
protected  void ChartManager.getPopupMenuItems(ChartHolder chartHolder, List items)
          get menu items for chart
protected  void ChartManager.getPropertiesComponents(ChartHolder chartHolder, List comps)
          get properties widgets
protected  void ChartManager.initChart(ChartHolder chartHolder)
          init chart
protected  void ChartManager.showPropertiesDialog(ChartHolder chartHolder)
          show dialog for chart