Uses of Package
org.jfree.data.statistics
-
Packages that use org.jfree.data.statistics Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlot
class.org.jfree.data.statistics Classes for representing statistical data. -
Classes in org.jfree.data.statistics used by org.jfree.chart Class Description BoxAndWhiskerCategoryDataset A category dataset that defines various medians, outliers and an average value for each item.BoxAndWhiskerXYDataset An interface that defines data in the form of (x, max, min, average, median) tuples. -
Classes in org.jfree.data.statistics used by org.jfree.chart.renderer.category Class Description StatisticalCategoryDataset A category dataset that defines a mean and standard deviation value for each item. -
Classes in org.jfree.data.statistics used by org.jfree.data.statistics Class Description BoxAndWhiskerCategoryDataset A category dataset that defines various medians, outliers and an average value for each item.BoxAndWhiskerItem Represents one data item within a box-and-whisker dataset.BoxAndWhiskerXYDataset An interface that defines data in the form of (x, max, min, average, median) tuples.HistogramType A class for creating constants to represent the histogram type.MultiValueCategoryDataset A category dataset that defines multiple values for each item.SimpleHistogramBin A bin for theSimpleHistogramDataset
.StatisticalCategoryDataset A category dataset that defines a mean and standard deviation value for each item.