Uses of Class
org.meteoinfo.data.XYSeriesData
-
Packages that use XYSeriesData Package Description org.meteoinfo.chart.plot org.meteoinfo.data -
-
Uses of XYSeriesData in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return XYSeriesData Modifier and Type Method Description XYSeriesDataPlotSeries. getData()Get series dataMethods in org.meteoinfo.chart.plot with parameters of type XYSeriesData Modifier and Type Method Description voidPlotSeries. setData(XYSeriesData value)Set series dataConstructors in org.meteoinfo.chart.plot with parameters of type XYSeriesData Constructor Description PlotSeries(XYSeriesData data, SeriesLegend legend)Construtor -
Uses of XYSeriesData in org.meteoinfo.data
Subclasses of XYSeriesData in org.meteoinfo.data Modifier and Type Class Description classXYErrorSeriesDataclassXYUVSeriesDataclassXYYSeriesDataMethods in org.meteoinfo.data that return XYSeriesData Modifier and Type Method Description XYSeriesDataXYListDataset. getSeriesData(int seriesIdx)Get series dataMethods in org.meteoinfo.data with parameters of type XYSeriesData Modifier and Type Method Description voidXYListDataset. addSeries(XYSeriesData sdata)Add a series data
-