Class PieChartEngine

  • All Implemented Interfaces:
    java.io.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
    • Constructor Summary

      Constructors 
      Constructor Description
      PieChartEngine​(io.keikai.model.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)  
      • Methods inherited from class org.zkoss.zkex.zul.impl.JFreeChartEngine

        drawChart, getGanttTaskTooltip
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PieChartEngine

        public PieChartEngine​(io.keikai.model.SChart chartInfo)
    • Method Detail

      • prepareJFreeChart

        public boolean prepareJFreeChart​(org.jfree.chart.JFreeChart jfchart,
                                         org.zkoss.zul.Chart chart)
        Overrides:
        prepareJFreeChart in class ZssChartEngine