| AbstractChartGenerator<T extends org.jfree.data.general.Dataset> |
Ancestor for chart generators.
|
| AbstractChartGeneratorWithAxisLabels<T extends org.jfree.data.general.Dataset> |
Ancestor for chart generators that support axis labels.
|
| BarChart |
Generates bar chart from category data.
|
| BubbleChart |
Generates bubble chart from XYZ data (Z is size of bubble).
|
| DensityScatterPlot |
Generates a scatter plot from XY data.
|
| FlowPlot |
Generates a flow plot form a FlowDataset.
|
| ScatterPlot |
Generates a scatter plot from XY data.
|
| XYLineChart |
Generates line chart from XY data.
|