Class XDDFDataPoint
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.chart.XDDFDataPoint
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXDDFDataPoint(org.openxmlformats.schemas.drawingml.x2006.chart.CTDPt point)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetExplosion()longgetIndex()booleangetInvertIfNegative()XDDFShapePropertiesgetShapeProperties()voidsetExplosion(Long explosion)voidsetFillProperties(XDDFFillProperties fill)voidsetInvertIfNegative(boolean invertIfNegative)voidsetLineProperties(XDDFLineProperties line)voidsetMarkerSize(short size)voidsetMarkerStyle(MarkerStyle style)voidsetShapeProperties(XDDFShapeProperties properties)
-
-
-
Constructor Detail
-
XDDFDataPoint
@Internal protected XDDFDataPoint(org.openxmlformats.schemas.drawingml.x2006.chart.CTDPt point)
-
-
Method Detail
-
getIndex
public long getIndex()
-
setFillProperties
public void setFillProperties(XDDFFillProperties fill)
- Parameters:
fill- fill property for the shape representing the point.
-
setLineProperties
public void setLineProperties(XDDFLineProperties line)
- Parameters:
line- line property for the shape representing the point.
-
getShapeProperties
public XDDFShapeProperties getShapeProperties()
-
setShapeProperties
public void setShapeProperties(XDDFShapeProperties properties)
-
getExplosion
public Long getExplosion()
-
setExplosion
public void setExplosion(Long explosion)
-
getInvertIfNegative
public boolean getInvertIfNegative()
-
setInvertIfNegative
public void setInvertIfNegative(boolean invertIfNegative)
-
setMarkerSize
public void setMarkerSize(short size)
- Parameters:
size-- Minimum inclusive:
- 2
- Maximum inclusive:
- 72
-
setMarkerStyle
public void setMarkerStyle(MarkerStyle style)
-
-