| CategoryPieDataset |
A dataset that implements both PieDataset and CategoryDataset and can be used
for both types of charts.
|
| ChartCanvas |
The container for the chart.
|
| ChartCanvas.AgentKeyRenderer |
A key renderer for agents that returns the name of the agent.
|
| ChartGroupedStackedBarRenderer |
Subclass that implements the use of the paint maps for providing the
predefined shared colors for all tooltabs by overriding serveral methods.
|
| ChartLabelGenerator |
A label generator that can be used for category datasets and pie datasets.
|
| ChartMultiplePiePlot |
Subclass that implements the use of the paint maps for providing the
predefined shared colors for all tooltabs by overriding serveral methods.
|
| ChartPanel |
The tooltab for displaying messages in a chart.
|
| ChartPiePlot |
Subclass that implements the use of the paint maps for providing the
predefined shared colors for all tooltabs by overriding serveral methods.
|
| ChartSubCategoryAxis |
Subclass that implements automatic label rotation for the axis, if the they
dont fit in the given space.
|
| GroupedCategoryDataset |
This class provides methods for automatic grouping of data for the
GroupedStackedBarRenderer.
|
| KeyedListsTable |
A data structure that stores lists, where each list is associated with two
keys (a 'row' key and a 'column' key).
|