Uses of Package
org.jfree.data.statistics
Package | Description |
---|---|
org | |
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.demo | |
org.jfree.data.statistics |
Classes for representing statistical data.
|
-
Classes in org.jfree.data.statistics used by org Class Description DefaultStatisticalCategoryDataset A convenience class that provides a default implementation of theStatisticalCategoryDataset
interface.StatisticalCategoryDataset A category dataset that defines a median and standard deviation value for each item. -
Classes in org.jfree.data.statistics used by org.jfree.chart Class Description 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.demo Class Description 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.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.StatisticalCategoryDataset A category dataset that defines a median and standard deviation value for each item.