|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Rotation3DEx
public class Rotation3DEx
Represents 3D rotation of a chart.
Method Summary | |
---|---|
int |
getDepthPercentsIn3D()
Returns or sets the depth of a 3D chart as a percentage of a chart width (between 20 and 2000 percent). |
int |
getPerspective()
Returns or sets the perspective value for 3D charts. |
boolean |
getRightAngleAxes()
Determines whether the chart axes are independent from chart rotation or elevation. |
int |
getRotationX()
Returns or sets the rotation degree in the X direction for 3D charts. |
int |
getRotationY()
Returns or sets the rotation degree in the Y direction for 3D charts. |
void |
setDepthPercentsIn3D(int value)
|
void |
setPerspective(int value)
|
void |
setRightAngleAxes(boolean value)
|
void |
setRotationX(int value)
|
void |
setRotationY(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getRotationX()
Returns or sets the rotation degree in the X direction for 3D charts.
Read/write int
.
public void setRotationX(int value)
public int getRotationY()
Returns or sets the rotation degree in the Y direction for 3D charts.
Read/write int
.
public void setRotationY(int value)
public int getPerspective()
Returns or sets the perspective value for 3D charts.
Read/write int
.
public void setPerspective(int value)
public boolean getRightAngleAxes()
Determines whether the chart axes are independent from chart rotation or elevation.
Read/write bool
.
public void setRightAngleAxes(boolean value)
public int getDepthPercentsIn3D()
Returns or sets the depth of a 3D chart as a percentage of a chart width (between 20 and 2000 percent).
Read/write int
.
public void setDepthPercentsIn3D(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |