|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.control.chart.ChartManager
ucar.unidata.idv.control.chart.XYChartManager
ucar.unidata.idv.control.chart.TimeSeriesChart
public class TimeSeriesChart
A time series chart
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.unidata.idv.control.chart.XYChartManager |
|---|
XYChartManager.CloudCoverageRenderer, XYChartManager.MyXYAreaRenderer, XYChartManager.MyXYBarRenderer, XYChartManager.MyXYPlot, XYChartManager.TextRenderer, XYChartManager.WindbarbRenderer |
| Nested classes/interfaces inherited from class ucar.unidata.idv.control.chart.ChartManager |
|---|
ChartManager.FixedWidthLogarithmicAxis, ChartManager.FixedWidthNumberAxis |
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.idv.control.chart.ChartManager |
|---|
AXIS_WIDTH, chartHolders, contents, control, LAYOUT_2COLGRID, LAYOUT_3COLGRID, LAYOUT_CARD, LAYOUT_GRAPH, LAYOUT_HSTACK, LAYOUT_TAB, LAYOUT_VSTACK, MUTEX, okToDraw, settingData |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
TimeSeriesChart()
ctor |
|
TimeSeriesChart(DisplayControlImpl control)
Default constructor. |
|
TimeSeriesChart(DisplayControlImpl control,
String chartName)
Default constructor. |
|
| Method Summary | |
|---|---|
protected org.jfree.chart.axis.Axis |
addSeries(org.jfree.data.time.TimeSeries series,
LineState lineState,
int paramIdx,
org.jfree.chart.renderer.xy.XYItemRenderer renderer,
boolean rangeVisible)
Add the series |
org.jfree.chart.plot.Plot |
doMakePlot()
Make the plot |
org.jfree.data.xy.XYDataset |
getDummyDataset()
utility |
boolean |
getShowAnimationTime()
Get the ShowAnimationTime property. |
protected void |
initPlot(org.jfree.chart.plot.Plot plot)
init plot |
void |
setLocation(ucar.unidata.geoloc.LatLonPoint llp)
|
void |
setPointObs(List<PointOb> obs,
List plotVars)
set chart from point data |
void |
setProbeSamples(List<ProbeRowInfo> rowInfos)
Set the samples from the probe |
void |
setProbeSamplesInner()
Set samples |
void |
setShowAnimationTime(boolean value)
Set the ShowAnimationTime property. |
void |
showAnimationTime(boolean value)
Show time |
| Methods inherited from class ucar.unidata.idv.control.chart.XYChartManager |
|---|
addChart, getRenderer, setEmptyChartLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeSeriesChart()
public TimeSeriesChart(DisplayControlImpl control)
control - control that this is associated with
public TimeSeriesChart(DisplayControlImpl control,
String chartName)
control - control that this is associated withchartName - name for the chart| Method Detail |
|---|
public org.jfree.chart.plot.Plot doMakePlot()
doMakePlot in class ChartManagerpublic void showAnimationTime(boolean value)
value - show time
protected org.jfree.chart.axis.Axis addSeries(org.jfree.data.time.TimeSeries series,
LineState lineState,
int paramIdx,
org.jfree.chart.renderer.xy.XYItemRenderer renderer,
boolean rangeVisible)
series - The datalineState - describes how to draw the lineparamIdx - which parameterrenderer - rendererrangeVisible - do we show range axis
public void setProbeSamples(List<ProbeRowInfo> rowInfos)
throws VisADException,
RemoteException
rowInfos - the data
RemoteException - On badness
VisADException - On badnessprotected void initPlot(org.jfree.chart.plot.Plot plot)
initPlot in class ChartManagerplot - plot
public void setProbeSamplesInner()
throws VisADException,
RemoteException
RemoteException - On badness
VisADException - On badness
public void setPointObs(List<PointOb> obs,
List plotVars)
throws VisADException,
RemoteException
obs - obsplotVars - the vars to plot
RemoteException - On badness
VisADException - On badnesspublic void setShowAnimationTime(boolean value)
value - The new value for ShowAnimationTimepublic boolean getShowAnimationTime()
public org.jfree.data.xy.XYDataset getDummyDataset()
public void setLocation(ucar.unidata.geoloc.LatLonPoint llp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||