org.apache.poi.xssf.usermodel.charts
Class AbstractXSSFChartSeries

java.lang.Object
  extended by 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


Constructor Summary
AbstractXSSFChartSeries()
           
 
Method Summary
protected  org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx getCTSerTx()
           
 CellReference getTitleCellReference()
           
 java.lang.String getTitleString()
           
 TitleType getTitleType()
           
protected  boolean isTitleSet()
           
 void setTitle(CellReference titleReference)
          Sets the title of the series as a cell reference.
 void setTitle(java.lang.String title)
          Sets the title of the series as a string literal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractXSSFChartSeries

public AbstractXSSFChartSeries()
Method Detail

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.