Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
LineState |
VerticalProfileInfo.getLineState()
Get the LineState property.
|
LineState |
ProbeRowInfo.getLineState()
Get the LineState property.
|
Modifier and Type | Method and Description |
---|---|
void |
VerticalProfileInfo.setLineState(LineState value)
Set the LineState property.
|
void |
ProbeRowInfo.setLineState(LineState value)
Set the LineState property.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeSeriesChart.setTracks(java.util.List<LineState> lines)
set chart from track data
|
Constructor and Description |
---|
CloudCoverageRenderer(LineState lineState,
double scale)
ctor
|
MyXYAreaRenderer(LineState lineState,
int type)
ctor
|
MyXYAreaRenderer(LineState lineState,
int type,
boolean showLegend)
_more_
|
TextRenderer(java.util.List textList,
LineState lineState)
ctor
|
WindbarbRenderer(LineState lineState,
org.jfree.data.general.Series speedSeries,
org.jfree.data.general.Series dirSeries,
visad.Unit unit)
ctor
|
WindbarbRenderer(LineState lineState,
org.jfree.data.general.Series speedSeries,
org.jfree.data.general.Series dirSeries,
visad.Unit unit,
boolean polarWind)
ctor
|