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
public class PieChartEngine extends ZssChartEngine
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.keikaiex.util.ZssChartEngine
_chartInfo
-
-
Constructor Summary
Constructors Constructor Description PieChartEngine(SChart chartInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
prepareJFreeChart(org.jfree.chart.JFreeChart jfchart, org.zkoss.zul.Chart chart)
-
-
-
Constructor Detail
-
PieChartEngine
public PieChartEngine(SChart chartInfo)
-
-
Method Detail
-
prepareJFreeChart
public boolean prepareJFreeChart(org.jfree.chart.JFreeChart jfchart, org.zkoss.zul.Chart chart)
- Overrides:
prepareJFreeChart
in classZssChartEngine
-
-