Class Summary |
AbstractChart<T> |
The abstract superclass of all chart classes; provides
caching behavior and code common to all subclasses. |
AbstractChartModel<T> |
Reduces the effort required to implement the ChartModel interface. |
AbstractTreeChart<T> |
Paints a tree as inner pie chart with outer ring segments. |
AbstractTreeChartModel<T> |
Reduces the effort required to implement the ChartModel interface. |
BarChart<T> |
Renders chart data in horizontal lines; from left to right it paints:
an optional icon, which is requested by #getIcon()
the data's label, aligned left or right
a colored bar with a size label in or besides it. |
ChartView<T> |
A chart container that provides convenience code and handles events and
changes the cursor. |
ColoredChartModel<T> |
A wrapper for ChartModels that colorizes the uncolored wrapped items. |
FilteredChartModel<T> |
A wrapper for ChartModels that limits the number of elements. |
PieChart<T> |
Renders a pie chart. |
TreeMapChart<T> |
Paints a tree as inner pie chart with outer ring segments. |
TreePieChart<T> |
Paints a tree as inner pie chart with outer ring segments. |