org.apache.poi.xssf.usermodel.charts
Class XSSFChartDataFactory

java.lang.Object
  extended by org.apache.poi.xssf.usermodel.charts.XSSFChartDataFactory
All Implemented Interfaces:
org.apache.poi.ss.usermodel.charts.ChartDataFactory

public class XSSFChartDataFactory
extends java.lang.Object
implements org.apache.poi.ss.usermodel.charts.ChartDataFactory

Author:
Roman Kashitsyn

Method Summary
 org.apache.poi.ss.usermodel.charts.ScatterChartData createScatterChartData()
           
static XSSFChartDataFactory getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createScatterChartData

public org.apache.poi.ss.usermodel.charts.ScatterChartData createScatterChartData()
Specified by:
createScatterChartData in interface org.apache.poi.ss.usermodel.charts.ChartDataFactory
Returns:
new scatter charts data instance

getInstance

public static XSSFChartDataFactory getInstance()
Returns:
factory instance