com.aspose.slides
Interface IRotation3D
- All Known Implementing Classes:
- Rotation3D
public interface IRotation3D
Represents 3D rotation of a chart.
getRotationX
byte getRotationX()
setRotationX
void setRotationX(byte value)
getRotationY
int getRotationY()
setRotationY
void setRotationY(int value)
getPerspective
byte getPerspective()
setPerspective
void setPerspective(byte value)
getRightAngleAxes
boolean getRightAngleAxes()
setRightAngleAxes
void setRightAngleAxes(boolean value)
getDepthPercents
int getDepthPercents()
setDepthPercents
void setDepthPercents(int value)
getHeightPercents
int getHeightPercents()
setHeightPercents
void setHeightPercents(int value)