Class ZssChartEngine

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

      Constructors 
      Constructor Description
      ZssChartEngine​(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
    • Field Detail

      • _chartInfo

        protected final io.keikai.model.SChart _chartInfo
    • Constructor Detail

      • ZssChartEngine

        public ZssChartEngine​(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 org.zkoss.zkex.zul.impl.JFreeChartEngine