public class XDDFView3D extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
XDDFView3D(org.openxmlformats.schemas.drawingml.x2006.chart.CTView3D view3D) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDepthPercent() |
Integer |
getHPercent() |
Short |
getPerspectiveAngle() |
Byte |
getXRotationAngle() |
Integer |
getYRotationAngle() |
Boolean |
hasRightAngleAxes() |
void |
setDepthPercent(Integer percent) |
void |
setHPercent(Integer percent) |
void |
setPerspectiveAngle(Short perspective) |
void |
setRightAngleAxes(Boolean rightAngles) |
void |
setXRotationAngle(Byte rotation) |
void |
setYRotationAngle(Integer rotation) |
@Internal protected XDDFView3D(org.openxmlformats.schemas.drawingml.x2006.chart.CTView3D view3D)
public Byte getXRotationAngle()
public void setXRotationAngle(Byte rotation)
public Integer getYRotationAngle()
public void setYRotationAngle(Integer rotation)
public Boolean hasRightAngleAxes()
public void setRightAngleAxes(Boolean rightAngles)
public Short getPerspectiveAngle()
public void setPerspectiveAngle(Short perspective)
public Integer getDepthPercent()
public void setDepthPercent(Integer percent)
public Integer getHPercent()
public void setHPercent(Integer percent)