org.apache.poi.xssf.usermodel.charts
Class XSSFScatterChartData.Serie

java.lang.Object
  extended by org.apache.poi.xssf.usermodel.charts.XSSFScatterChartData.Serie
All Implemented Interfaces:
ScatterChartSerie
Enclosing class:
XSSFScatterChartData

public static class XSSFScatterChartData.Serie
extends java.lang.Object
implements ScatterChartSerie


Constructor Summary
XSSFScatterChartData.Serie(int id, int order)
           
 
Method Summary
protected  void addToChart(org.openxmlformats.schemas.drawingml.x2006.chart.CTScatterChart ctScatterChart)
           
 void setUseCache(boolean useCache)
           
 void setXValues(Sheet sheet, CellRangeAddress address)
           
 void setYValues(Sheet sheet, CellRangeAddress address)
          '
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSFScatterChartData.Serie

public XSSFScatterChartData.Serie(int id,
                                  int order)
Method Detail

setXValues

public void setXValues(Sheet sheet,
                       CellRangeAddress address)
Specified by:
setXValues in interface ScatterChartSerie
Parameters:
sheet - a sheet to take range from
address - a column or a row with values

setYValues

public void setYValues(Sheet sheet,
                       CellRangeAddress address)
Description copied from interface: ScatterChartSerie
'

Specified by:
setYValues in interface ScatterChartSerie
Parameters:
sheet - a sheet to take range from
address - a column or a row with values

setUseCache

public void setUseCache(boolean useCache)
Parameters:
useCache - if true, cached results will be added on plot

addToChart

protected void addToChart(org.openxmlformats.schemas.drawingml.x2006.chart.CTScatterChart ctScatterChart)


Copyright 2011 The Apache Software Foundation or its licensors, as applicable.