Package io.keikaiex.util
Class ZssChartEngine
- java.lang.Object
-
- org.zkoss.zkex.zul.impl.JFreeChartEngine
-
- io.keikaiex.util.ZssChartEngine
-
- All Implemented Interfaces:
Serializable
,org.zkoss.zul.impl.ChartEngine
- Direct Known Subclasses:
LineChartEngine
,PieChartEngine
public class ZssChartEngine extends org.zkoss.zkex.zul.impl.JFreeChartEngine
A ZssChartEngine customized to draw Chart for matching Excel chart style- Author:
- henrichen@zkoss.org, dennis , refine to new chart model
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SChart
_chartInfo
-
Constructor Summary
Constructors Constructor Description ZssChartEngine(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)
-