Uses of Class
org.meteoinfo.data.XYDataset
-
Packages that use XYDataset Package Description org.meteoinfo.chart.plot org.meteoinfo.data org.meteoinfo.plot -
-
Uses of XYDataset in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return XYDataset Modifier and Type Method Description XYDatasetXY1DPlot. getDataset()Constructors in org.meteoinfo.chart.plot with parameters of type XYDataset Constructor Description XY1DPlot(boolean isTime, ChartPlotMethod cpMethod, XYDataset dateset)ConstructorXY1DPlot(boolean isTime, PlotOrientation orientation, XYDataset dateset)ConstructorXY1DPlot(boolean isTime, XYDataset dateset)ConstructorXY1DPlot(PlotOrientation orientation, XYDataset dateset)ConstructorXY1DPlot(XYDataset dateset)Constructor -
Uses of XYDataset in org.meteoinfo.data
Subclasses of XYDataset in org.meteoinfo.data Modifier and Type Class Description classXYArrayDatasetclassXYListDataset -
Uses of XYDataset in org.meteoinfo.plot
Methods in org.meteoinfo.plot that return XYDataset Modifier and Type Method Description static XYDatasetPlotUtil. getXYDataset(StationData xdata, StationData ydata, java.lang.String seriesKey)Get XYDataset from two StationDataMethods in org.meteoinfo.plot with parameters of type XYDataset Modifier and Type Method Description static ChartPlotUtil. createScatterPlot(java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel, XYDataset dataset)Create scatter plot
-