public class XDDFView3D
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
XDDFView3D(org.openxmlformats.schemas.drawingml.x2006.chart.CTView3D view3D) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getDepthPercent() |
java.lang.Integer |
getHPercent() |
java.lang.Short |
getPerspectiveAngle() |
java.lang.Byte |
getXRotationAngle() |
java.lang.Integer |
getYRotationAngle() |
java.lang.Boolean |
hasRightAngleAxes() |
void |
setDepthPercent(java.lang.Integer percent) |
void |
setHPercent(java.lang.Integer percent) |
void |
setPerspectiveAngle(java.lang.Short perspective) |
void |
setRightAngleAxes(java.lang.Boolean rightAngles) |
void |
setXRotationAngle(java.lang.Byte rotation) |
void |
setYRotationAngle(java.lang.Integer rotation) |
@Internal protected XDDFView3D(org.openxmlformats.schemas.drawingml.x2006.chart.CTView3D view3D)
public java.lang.Byte getXRotationAngle()
public void setXRotationAngle(java.lang.Byte rotation)
public java.lang.Integer getYRotationAngle()
public void setYRotationAngle(java.lang.Integer rotation)
public java.lang.Boolean hasRightAngleAxes()
public void setRightAngleAxes(java.lang.Boolean rightAngles)
public java.lang.Short getPerspectiveAngle()
public void setPerspectiveAngle(java.lang.Short perspective)
public java.lang.Integer getDepthPercent()
public void setDepthPercent(java.lang.Integer percent)
public java.lang.Integer getHPercent()
public void setHPercent(java.lang.Integer percent)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.