Package org.romaframework.module.chart.jfreechart.charttypes

Interface Summary
ChartTypeRenderer this is the base interface to implement a chart representation type
 

Class Summary
AreaTypeRenderer provides the logic to represent a dataset as an area chart
BarChart3DTypeRenderer provides the logic to represent a dataset as an 3D bar chart
BarChartTypeRenderer provides the logic to represent a dataset as a bar chart
LineChart3DTypeRenderer provides the logic to represent a dataset as a 3D line chart
LineChartTypeRenderer provides the logic to represent a dataset as a line chart
MeterTypeRenderer provides the logic to represent a dataset as an 3D bar chart
MultiplePieChart3DTypeRenderer provides the logic to represent a dataset as a 3D pie chart
MultiplePieChartTypeRenderer provides the logic to represent a dataset as a pie chart
SpiderTypeRenderer provides the logic to represent a dataset as a spider chart
StackedAreaChartTypeRenderer provides the logic to represent a dataset as a stacked area chart
StackedBarChart3DTypeRenderer provides the logic to represent a dataset as a 3D stacked bar chart
StackedBarChartTypeRenderer provides the logic to represent a dataset as a stacked bar chart
XYLineChartRender