Class DefaultChartCreator
java.lang.Object
com.vaadin.flow.component.spreadsheet.charts.converter.DefaultChartCreator
- All Implemented Interfaces:
ChartCreator,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.ComponentcreateChart(org.apache.poi.xssf.usermodel.XSSFChart chartXml, Spreadsheet spreadsheet) Converts the XSSFChart model into a Chart Component
-
Constructor Details
-
DefaultChartCreator
public DefaultChartCreator()
-
-
Method Details
-
createChart
public com.vaadin.flow.component.Component createChart(org.apache.poi.xssf.usermodel.XSSFChart chartXml, Spreadsheet spreadsheet) Description copied from interface:ChartCreatorConverts the XSSFChart model into a Chart Component- Specified by:
createChartin interfaceChartCreator- Parameters:
chartXml- metadata with the chart configurationspreadsheet- spreadsheet that chart uses as data source- Returns:
-