Uses of Interface
org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Classes for representing statistical data.
-
Uses of BoxAndWhiskerCategoryDataset in org.jfree.chart
Modifier and TypeMethodDescriptionstatic JFreeChart
ChartFactory.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
Modifier and TypeClassDescriptionclass
A convenience class that provides a default implementation of theBoxAndWhiskerCategoryDataset
interface.