Package io.keikaiex.util
Class LineChartEngine
- java.lang.Object
-
- org.zkoss.zkex.zul.impl.JFreeChartEngine
-
- io.keikaiex.util.ZssChartEngine
-
- io.keikaiex.util.LineChartEngine
-
- All Implemented Interfaces:
Serializable
,org.zkoss.zul.impl.ChartEngine
public class LineChartEngine extends ZssChartEngine
A LineChartEngine customized to draw Line Chart for matching Excel line 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 LineChartEngine(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
-
LineChartEngine
public LineChartEngine(SChart chartInfo)
-
-
Method Detail
-
prepareJFreeChart
public boolean prepareJFreeChart(org.jfree.chart.JFreeChart jfchart, org.zkoss.zul.Chart chart)
- Overrides:
prepareJFreeChart
in classZssChartEngine
-
-