com.aspose.slides
Class Rotation3DEx

java.lang.Object
  extended by com.aspose.slides.Rotation3DEx

public class Rotation3DEx
extends java.lang.Object

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

getRotationX

public int getRotationX()

Returns or sets the rotation degree in the X direction for 3D charts. Read/write int.


setRotationX

public void setRotationX(int value)

getRotationY

public int getRotationY()

Returns or sets the rotation degree in the Y direction for 3D charts. Read/write int.


setRotationY

public void setRotationY(int value)

getPerspective

public int getPerspective()

Returns or sets the perspective value for 3D charts. Read/write int.


setPerspective

public void setPerspective(int value)

getRightAngleAxes

public boolean getRightAngleAxes()

Determines whether the chart axes are independent from chart rotation or elevation. Read/write bool.


setRightAngleAxes

public void setRightAngleAxes(boolean value)

getDepthPercentsIn3D

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.


setDepthPercentsIn3D

public void setDepthPercentsIn3D(int value)