com.aspose.slides
Class DoubleChartValue
java.lang.Object
com.aspose.slides.BaseChartValue
com.aspose.slides.DoubleChartValue
- All Implemented Interfaces:
- IBaseChartValue, IDoubleChartValue, ISingleCellChartValue
public class DoubleChartValue
- extends BaseChartValue
- implements IDoubleChartValue
Represent double value which can be stored in pptx presentation document in two ways:
1) in cell/cells of workbook related to chart;
2) as literal value.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAsCell
public IChartDataCell getAsCell()
- Specified by:
getAsCell
in interface ISingleCellChartValue
setAsCell
public void setAsCell(IChartDataCell value)
- Specified by:
setAsCell
in interface ISingleCellChartValue
getAsLiteralDouble
public double getAsLiteralDouble()
- Specified by:
getAsLiteralDouble
in interface IDoubleChartValue
setAsLiteralDouble
public void setAsLiteralDouble(double value)
- Specified by:
setAsLiteralDouble
in interface IDoubleChartValue
getData
public java.lang.Object getData()
- Specified by:
getData
in interface IBaseChartValue
- Specified by:
getData
in class BaseChartValue
setData
public void setData(java.lang.Object value)
- Specified by:
setData
in interface IBaseChartValue
- Specified by:
setData
in class BaseChartValue
toDouble
public double toDouble()
- Specified by:
toDouble
in interface IDoubleChartValue