java.lang.Object
com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.CTSerAdapter

public class CTSerAdapter extends Object
This is an adapter for CT*Ser classes to use reflection to call some common methods, as they don't declare implementing a common interface, although share many methods.
  • Constructor Summary

    Constructors
    Constructor
    Description
    CTSerAdapter(org.apache.xmlbeans.XmlObject ctSer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource
     
    org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx
     
    org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CTSerAdapter

      public CTSerAdapter(org.apache.xmlbeans.XmlObject ctSer)
  • Method Details

    • getTx

      public org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx getTx()
    • getCat

      public org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource getCat()
    • getVal

      public org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource getVal()