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

java.lang.Object
  extended by org.apache.poi.xssf.usermodel.charts.AbstractXSSFChartSerie
All Implemented Interfaces:
ChartSerie

public abstract class AbstractXSSFChartSerie
extends java.lang.Object
implements ChartSerie

Author:
Martin Andersson

Constructor Summary
AbstractXSSFChartSerie()
           
 
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

AbstractXSSFChartSerie

public AbstractXSSFChartSerie()
Method Detail

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.