Uses of Interface
org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Packages that use BoxAndWhiskerXYDataset Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
.org.jfree.data.statistics Classes for representing statistical data. -
-
Uses of BoxAndWhiskerXYDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type BoxAndWhiskerXYDataset Modifier and Type Method Description static JFreeChart
ChartFactory. createBoxAndWhiskerChart(java.lang.String title, java.lang.String timeAxisLabel, java.lang.String valueAxisLabel, BoxAndWhiskerXYDataset dataset, boolean legend)
Creates and returns a default instance of a box and whisker chart. -
Uses of BoxAndWhiskerXYDataset in org.jfree.data.statistics
Classes in org.jfree.data.statistics that implement BoxAndWhiskerXYDataset Modifier and Type Class Description class
DefaultBoxAndWhiskerXYDataset
A simple implementation of theBoxAndWhiskerXYDataset
interface.
-