Package io.keikaiex.util
Class PieChartEngine
java.lang.Object
org.zkoss.zkex.zul.impl.JFreeChartEngine
io.keikaiex.util.ZssChartEngine
io.keikaiex.util.PieChartEngine
- All Implemented Interfaces:
Serializable,org.zkoss.zul.impl.ChartEngine
A PieChartEngine customized to draw Line Chart for matching Excel pie chart style
- Author:
- henrichen@zkoss.org, dennis , refine to new chart model
- See Also:
-
Field Summary
Fields inherited from class io.keikaiex.util.ZssChartEngine
_chartInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprepareJFreeChart(org.jfree.chart.JFreeChart jfchart, org.zkoss.zul.Chart chart) Methods inherited from class org.zkoss.zkex.zul.impl.JFreeChartEngine
drawChart, getGanttTaskTooltip
-
Constructor Details
-
PieChartEngine
-
-
Method Details
-
prepareJFreeChart
public boolean prepareJFreeChart(org.jfree.chart.JFreeChart jfchart, org.zkoss.zul.Chart chart) - Overrides:
prepareJFreeChartin classZssChartEngine
-