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

Packages that use LineState
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. 
ucar.unidata.idv.control.chart Charting facilities used by DisplayControls. 
 

Uses of LineState in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return LineState
 LineState VerticalProfileInfo.getLineState()
          Get the LineState property.
 LineState ProbeRowInfo.getLineState()
          Get the LineState property.
 

Methods in ucar.unidata.idv.control with parameters of type LineState
 void VerticalProfileInfo.setLineState(LineState value)
          Set the LineState property.
 void ProbeRowInfo.setLineState(LineState value)
          Set the LineState property.
 

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

Methods in ucar.unidata.idv.control.chart that return LineState
 LineState ChartHolder.getDomainLineState()
          Get the DomainLineState property.
 LineState PlotWrapper.getDomainLineState()
          Get the DomainLineState property.
 LineState DataChoiceWrapper.getLineState()
          Get the LineState property.
 LineState PointParam.getLineState()
          Get the LineState property.
 LineState ChartHolder.getRangeLineState()
          Get the RangeLineState property.
 LineState PlotWrapper.getRangeLineState()
          Get the RangeLineState property.
 

Methods in ucar.unidata.idv.control.chart with parameters of type LineState
protected  void ChartManager.addLineState(LineState lineState)
          add line state
protected  org.jfree.chart.axis.Axis TimeSeriesChart.addSeries(org.jfree.data.time.TimeSeries series, LineState lineState, int paramIdx, org.jfree.chart.renderer.xy.XYItemRenderer renderer, boolean rangeVisible)
          Add the series
protected  org.jfree.chart.axis.Axis TimeSeriesChart.addSeries(org.jfree.data.time.TimeSeries series, LineState lineState, int paramIdx, org.jfree.chart.renderer.xy.XYItemRenderer renderer, boolean rangeVisible, boolean addAxis)
          Add the series
protected  org.jfree.chart.axis.Axis VerticalProfileChart.addSeries(org.jfree.data.xy.XYSeries series, LineState lineState, int paramIdx, org.jfree.chart.renderer.xy.XYItemRenderer renderer, boolean rangeVisible)
          Add a series to the charts
protected  ChartHolder ChartManager.getChartHolder(LineState lineState)
          Get the chart holder that is displaying the given line state.
protected  org.jfree.chart.renderer.xy.XYItemRenderer XYChartManager.getRenderer(LineState lineState)
          Get the renderer for the given line
protected  org.jfree.chart.renderer.xy.XYItemRenderer XYChartManager.getRenderer(LineState lineState, boolean showLegend)
          Get the renderer for the given line
 void ChartHolder.setDomainLineState(LineState value)
          Set the DomainLineState property.
 void PlotWrapper.setDomainLineState(LineState value)
          Set the DomainLineState property.
 void DataChoiceWrapper.setLineState(LineState value)
          Set the LineState property.
 void PointParam.setLineState(LineState value)
          Set the LineState property.
 void ChartHolder.setRangeLineState(LineState value)
          Set the RangeLineState property.
 void PlotWrapper.setRangeLineState(LineState value)
          Set the RangeLineState property.
 

Method parameters in ucar.unidata.idv.control.chart with type arguments of type LineState
 void TimeSeriesChart.setTracks(List<LineState> lines)
          set chart from track data
 

Constructors in ucar.unidata.idv.control.chart with parameters of type LineState
XYChartManager.CloudCoverageRenderer(LineState lineState, double scale)
          ctor
XYChartManager.MyXYAreaRenderer(LineState lineState, int type)
          ctor
XYChartManager.MyXYAreaRenderer(LineState lineState, int type, boolean showLegend)
          _more_
XYChartManager.TextRenderer(List textList, LineState lineState)
          ctor
XYChartManager.WindbarbRenderer(LineState lineState, org.jfree.data.general.Series speedSeries, org.jfree.data.general.Series dirSeries, Unit unit)
          ctor
XYChartManager.WindbarbRenderer(LineState lineState, org.jfree.data.general.Series speedSeries, org.jfree.data.general.Series dirSeries, Unit unit, boolean polarWind)
          ctor