Interface XDDFCategoryDataSource
-
- All Superinterfaces:
XDDFDataSource<String>
@Beta public interface XDDFCategoryDataSource extends XDDFDataSource<String>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default intgetColIndex()default booleanisLiteral()default booleanisNumeric()default booleanisReference()-
Methods inherited from interface org.apache.poi.xddf.usermodel.chart.XDDFDataSource
fillNumericalCache, fillStringCache, getDataRangeReference, getFormatCode, getFormula, getPointAt, getPointCount, isCellRange
-
-
-
-
Method Detail
-
getColIndex
default int getColIndex()
- Specified by:
getColIndexin interfaceXDDFDataSource<String>
-
isLiteral
default boolean isLiteral()
- Specified by:
isLiteralin interfaceXDDFDataSource<String>
-
isNumeric
default boolean isNumeric()
- Specified by:
isNumericin interfaceXDDFDataSource<String>
-
isReference
default boolean isReference()
- Specified by:
isReferencein interfaceXDDFDataSource<String>
-
-