Uses of Class
org.meteoinfo.data.Dataset
-
Packages that use Dataset Package Description org.meteoinfo.chart.plot org.meteoinfo.data -
-
Uses of Dataset in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return Dataset Modifier and Type Method Description DatasetCategoryPlot. getDataset()DatasetMapPlot. getDataset()abstract DatasetPlot. getDataset()Get datasetDatasetPlot2D. getDataset()DatasetPlot3D. getDataset()Methods in org.meteoinfo.chart.plot with parameters of type Dataset Modifier and Type Method Description voidCategoryPlot. setDataset(Dataset value)voidMapPlot. setDataset(Dataset dataset)abstract voidPlot. setDataset(Dataset dataset)Set datasetvoidPlot2D. setDataset(Dataset dataset)voidPlot3D. setDataset(Dataset dataset)voidXY1DPlot. setDataset(Dataset value) -
Uses of Dataset in org.meteoinfo.data
Subclasses of Dataset in org.meteoinfo.data Modifier and Type Class Description classCategoryDatasetclassXYArrayDatasetclassXYDatasetclassXYListDataset
-