| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.chart.util |
Utility classes used by JFreeChart.
|
| org.jfree.data.category |
A package containing the
CategoryDataset interface and related classes. |
| Modifier and Type | Method and Description |
|---|---|
static JFreeChart |
ChartFactory.createMultiplePieChart(String title,
CategoryDataset dataset,
TableOrder order,
boolean legend,
boolean tooltips,
boolean urls)
Creates a chart that displays multiple pie plots.
|
static JFreeChart |
ChartFactory.createMultiplePieChart3D(String title,
CategoryDataset dataset,
TableOrder order,
boolean legend,
boolean tooltips,
boolean urls)
Creates a chart that displays multiple pie plots.
|
| Modifier and Type | Method and Description |
|---|---|
TableOrder |
SpiderWebPlot.getDataExtractOrder()
Returns the data extract order (by row or by column).
|
TableOrder |
MultiplePiePlot.getDataExtractOrder()
Returns the data extract order (by row or by column).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiderWebPlot.setDataExtractOrder(TableOrder order)
Sets the data extract order (by row or by column) and sends a
PlotChangeEventto all registered listeners. |
void |
MultiplePiePlot.setDataExtractOrder(TableOrder order)
Sets the data extract order (by row or by column) and sends a
PlotChangeEvent to all registered listeners. |
| Constructor and Description |
|---|
SpiderWebPlot(CategoryDataset dataset,
TableOrder extract)
Creates a new spider web plot with the given dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static TableOrder |
TableOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableOrder[] |
TableOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TableOrder |
CategoryToPieDataset.getExtractType()
Returns the extract type, which determines whether data is read from
one row or one column of the underlying dataset.
|
| Constructor and Description |
|---|
CategoryToPieDataset(CategoryDataset source,
TableOrder extract,
int index)
An adaptor class that converts any
CategoryDataset into a
PieDataset, by taking the values from a single row or column. |
Copyright © 2001–2017 JFree.org. All rights reserved.