Class XDDFErrorBars
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.chart.XDDFErrorBars
-
-
Constructor Summary
Constructors Modifier Constructor Description XDDFErrorBars()protectedXDDFErrorBars(org.openxmlformats.schemas.drawingml.x2006.chart.CTErrBars bars)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorBarTypegetErrorBarType()ErrorDirectiongetErrorDirection()ErrorValueTypegetErrorValueType()XDDFChartExtensionListgetExtensionList()XDDFNumericalDataSource<Double>getMinus()BooleangetNoEndCap()XDDFNumericalDataSource<Double>getPlus()XDDFShapePropertiesgetShapeProperties()DoublegetValue()protected XmlObjectgetXmlObject()voidsetErrorBarType(ErrorBarType barType)voidsetErrorDirection(ErrorDirection direction)voidsetErrorValueType(ErrorValueType valueType)voidsetExtensionList(XDDFChartExtensionList list)voidsetMinus(XDDFNumericalDataSource<Double> ds)voidsetNoEndCap(Boolean noEndCap)voidsetPlus(XDDFNumericalDataSource<Double> ds)voidsetShapeProperties(XDDFShapeProperties properties)voidsetValue(Double value)
-
-
-
Constructor Detail
-
XDDFErrorBars
public XDDFErrorBars()
-
XDDFErrorBars
@Internal protected XDDFErrorBars(org.openxmlformats.schemas.drawingml.x2006.chart.CTErrBars bars)
-
-
Method Detail
-
getExtensionList
public XDDFChartExtensionList getExtensionList()
-
setExtensionList
public void setExtensionList(XDDFChartExtensionList list)
-
getShapeProperties
public XDDFShapeProperties getShapeProperties()
-
setShapeProperties
public void setShapeProperties(XDDFShapeProperties properties)
-
getErrorBarType
public ErrorBarType getErrorBarType()
-
setErrorBarType
public void setErrorBarType(ErrorBarType barType)
-
getErrorValueType
public ErrorValueType getErrorValueType()
-
setErrorValueType
public void setErrorValueType(ErrorValueType valueType)
-
getErrorDirection
public ErrorDirection getErrorDirection()
-
setErrorDirection
public void setErrorDirection(ErrorDirection direction)
-
getNoEndCap
public Boolean getNoEndCap()
-
setNoEndCap
public void setNoEndCap(Boolean noEndCap)
-
getValue
public Double getValue()
-
setValue
public void setValue(Double value)
-
getMinus
public XDDFNumericalDataSource<Double> getMinus()
-
setMinus
public void setMinus(XDDFNumericalDataSource<Double> ds)
-
getPlus
public XDDFNumericalDataSource<Double> getPlus()
-
setPlus
public void setPlus(XDDFNumericalDataSource<Double> ds)
-
-