|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoxAndWhiskerCategoryDataset | |
---|---|
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 | |
---|---|
static 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 a BoxAndWhiskerCategoryDataset . |
Uses of BoxAndWhiskerCategoryDataset in org.jfree.data.statistics |
---|
Classes in org.jfree.data.statistics that implement BoxAndWhiskerCategoryDataset | |
---|---|
class |
DefaultBoxAndWhiskerCategoryDataset
A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface. |
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |