Class CTSerAdapter
java.lang.Object
com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.CTSerAdapter
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 -
Method Summary
-
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()
-