Uses of Interface
org.jfree.data.statistics.BoxAndWhiskerXYDataset
Packages that use BoxAndWhiskerXYDataset
-
Uses of BoxAndWhiskerXYDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type BoxAndWhiskerXYDatasetModifier and TypeMethodDescriptionstatic JFreeChart
ChartFactory.createBoxAndWhiskerChart
(String title, String timeAxisLabel, 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 BoxAndWhiskerXYDatasetModifier and TypeClassDescriptionclass
A simple implementation of theBoxAndWhiskerXYDataset
interface.