Interface ChartCreator
-
- All Superinterfaces:
Serializable
public interface ChartCreator extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Component
createChart(org.apache.poi.xssf.usermodel.XSSFChart chartXml, Spreadsheet spreadsheet)
Converts the XSSFChart model into a Chart Component
-
-
-
Method Detail
-
createChart
Component createChart(org.apache.poi.xssf.usermodel.XSSFChart chartXml, Spreadsheet spreadsheet)
Converts the XSSFChart model into a Chart Component- Parameters:
chartXml
- metadata with the chart configurationspreadsheet
- spreadsheet that chart uses as data source- Returns:
-
-