|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseChartValue
com.aspose.slides.DoubleChartValue
public class DoubleChartValue
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.
Method Summary | |
---|---|
IChartDataCell |
getAsCell()
Returns or sets chart data cell. |
double |
getAsLiteralDouble()
Returns or sets value as literal double. |
java.lang.Object |
getData()
Read/write Object . |
void |
setAsCell(IChartDataCell value)
Returns or sets chart data cell. |
void |
setAsLiteralDouble(double value)
Returns or sets value as literal double. |
void |
setData(java.lang.Object value)
Read/write Object . |
double |
toDouble()
Converts to double . |
Methods inherited from class com.aspose.slides.BaseChartValue |
---|
getDataSourceType, getParent_Immediate, setDataSourceType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IBaseChartValue |
---|
getDataSourceType, setDataSourceType |
Method Detail |
---|
public IChartDataCell getAsCell()
Returns or sets chart data cell.
Read/write IChartDataCell
.
getAsCell
in interface ISingleCellChartValue
public void setAsCell(IChartDataCell value)
Returns or sets chart data cell.
Read/write IChartDataCell
.
setAsCell
in interface ISingleCellChartValue
public double getAsLiteralDouble()
Returns or sets value as literal double.
Read/write double
.
getAsLiteralDouble
in interface IDoubleChartValue
public void setAsLiteralDouble(double value)
Returns or sets value as literal double.
Read/write double
.
setAsLiteralDouble
in interface IDoubleChartValue
public java.lang.Object getData()
Object
.
getData
in interface IBaseChartValue
public void setData(java.lang.Object value)
Object
.
setData
in interface IBaseChartValue
public double toDouble()
Converts to double
.
toDouble
in interface IDoubleChartValue
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |