Class DefaultChartCreator

java.lang.Object
com.vaadin.flow.component.spreadsheet.charts.converter.DefaultChartCreator
All Implemented Interfaces:
ChartCreator, Serializable

public class DefaultChartCreator extends Object implements ChartCreator
See Also:
  • 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: ChartCreator
      Converts the XSSFChart model into a Chart Component
      Specified by:
      createChart in interface ChartCreator
      Parameters:
      chartXml - metadata with the chart configuration
      spreadsheet - spreadsheet that chart uses as data source
      Returns: