org.apache.poi.xssf.usermodel.charts
Class AbstractXSSFChartSeries
java.lang.Object
org.apache.poi.xssf.usermodel.charts.AbstractXSSFChartSeries
- All Implemented Interfaces:
- ChartSeries
public abstract class AbstractXSSFChartSeries
- extends java.lang.Object
- implements ChartSeries
Base of all XSSF Chart Series
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXSSFChartSeries
public AbstractXSSFChartSeries()
setTitle
public void setTitle(CellReference titleReference)
- Description copied from interface:
ChartSeries
- Sets the title of the series as a cell reference.
- Specified by:
setTitle
in interface ChartSeries
setTitle
public void setTitle(java.lang.String title)
- Description copied from interface:
ChartSeries
- Sets the title of the series as a string literal.
- Specified by:
setTitle
in interface ChartSeries
getTitleCellReference
public CellReference getTitleCellReference()
- Specified by:
getTitleCellReference
in interface ChartSeries
- Returns:
- title as cell reference.
getTitleString
public java.lang.String getTitleString()
- Specified by:
getTitleString
in interface ChartSeries
- Returns:
- title as string literal.
getTitleType
public TitleType getTitleType()
- Specified by:
getTitleType
in interface ChartSeries
- Returns:
- title type.
isTitleSet
protected boolean isTitleSet()
getCTSerTx
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx getCTSerTx()
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.