Class XDDFView3D
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.chart.XDDFView3D
-
public class XDDFView3D extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXDDFView3D(org.openxmlformats.schemas.drawingml.x2006.chart.CTView3D view3D)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDepthPercent()IntegergetHPercent()ShortgetPerspectiveAngle()BytegetXRotationAngle()IntegergetYRotationAngle()BooleanhasRightAngleAxes()voidsetDepthPercent(Integer percent)voidsetHPercent(Integer percent)voidsetPerspectiveAngle(Short perspective)voidsetRightAngleAxes(Boolean rightAngles)voidsetXRotationAngle(Byte rotation)voidsetYRotationAngle(Integer rotation)
-
-
-
Constructor Detail
-
XDDFView3D
@Internal protected XDDFView3D(org.openxmlformats.schemas.drawingml.x2006.chart.CTView3D view3D)
-
-
Method Detail
-
getXRotationAngle
public Byte getXRotationAngle()
-
setXRotationAngle
public void setXRotationAngle(Byte rotation)
-
getYRotationAngle
public Integer getYRotationAngle()
-
setYRotationAngle
public void setYRotationAngle(Integer rotation)
-
hasRightAngleAxes
public Boolean hasRightAngleAxes()
-
setRightAngleAxes
public void setRightAngleAxes(Boolean rightAngles)
-
getPerspectiveAngle
public Short getPerspectiveAngle()
-
setPerspectiveAngle
public void setPerspectiveAngle(Short perspective)
-
getDepthPercent
public Integer getDepthPercent()
-
setDepthPercent
public void setDepthPercent(Integer percent)
-
getHPercent
public Integer getHPercent()
-
setHPercent
public void setHPercent(Integer percent)
-
-