com.aspose.slides
Interface IRotation3D

All Known Implementing Classes:
Rotation3D

public interface IRotation3D

Represents 3D rotation of a chart.


Method Summary
 int getDepthPercents()
           
 int getHeightPercents()
           
 byte getPerspective()
           
 boolean getRightAngleAxes()
           
 byte getRotationX()
           
 int getRotationY()
           
 void setDepthPercents(int value)
           
 void setHeightPercents(int value)
           
 void setPerspective(byte value)
           
 void setRightAngleAxes(boolean value)
           
 void setRotationX(byte value)
           
 void setRotationY(int value)
           
 

Method Detail

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)