org.zkoss.zss.model.impl.html
Class ChartPainter

java.lang.Object
  extended by org.zkoss.zss.model.impl.html.ChartPainter
All Implemented Interfaces:
ChartDrawer

public class ChartPainter
extends java.lang.Object
implements ChartDrawer


Constructor Summary
ChartPainter()
           
 
Method Summary
 byte[] paint(Worksheet sheet, org.zkoss.poi.ss.usermodel.ZssChartX chart)
           
 boolean prepareChart(org.zkoss.zul.Chart chart, org.zkoss.zul.ChartModel model, org.zkoss.poi.ss.usermodel.Chart poiChart)
           
 boolean prepareChart(org.zkoss.zul.Chart chart, org.zkoss.zul.ChartModel model, org.zkoss.poi.ss.usermodel.ChartInfo chartInfo)
           
 void prepareUpdateAreaReference(int col1, int row1, int col2, int row2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartPainter

public ChartPainter()
Method Detail

paint

public byte[] paint(Worksheet sheet,
                    org.zkoss.poi.ss.usermodel.ZssChartX chart)

prepareUpdateAreaReference

public void prepareUpdateAreaReference(int col1,
                                       int row1,
                                       int col2,
                                       int row2)
Specified by:
prepareUpdateAreaReference in interface ChartDrawer

prepareChart

public boolean prepareChart(org.zkoss.zul.Chart chart,
                            org.zkoss.zul.ChartModel model,
                            org.zkoss.poi.ss.usermodel.ChartInfo chartInfo)
Specified by:
prepareChart in interface ChartDrawer

prepareChart

public boolean prepareChart(org.zkoss.zul.Chart chart,
                            org.zkoss.zul.ChartModel model,
                            org.zkoss.poi.ss.usermodel.Chart poiChart)
Specified by:
prepareChart in interface ChartDrawer


Copyright © 2005-2010 Potix Corporation. All Rights Reserved. SourceForge.net Logo