Uses of Interface
org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.data.statistics |
Classes for representing statistical data.
|
-
Uses of BoxAndWhiskerCategoryDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type BoxAndWhiskerCategoryDataset Modifier and Type Method Description static JFreeChartChartFactory. createBoxAndWhiskerChart(String title, String categoryAxisLabel, String valueAxisLabel, BoxAndWhiskerCategoryDataset dataset, boolean legend)Creates and returns a default instance of a box and whisker chart based on data from aBoxAndWhiskerCategoryDataset. -
Uses of BoxAndWhiskerCategoryDataset in org.jfree.data.statistics
Classes in org.jfree.data.statistics that implement BoxAndWhiskerCategoryDataset Modifier and Type Class Description classDefaultBoxAndWhiskerCategoryDatasetA convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.