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