|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Rotation3D
public class Rotation3D
Represents 3D rotation of a chart.
Method Summary | |
---|---|
int |
getDepthPercents()
Returns or sets the depth of a 3D chart as a percentage of a chart width (between 20 and 2000 percent). |
int |
getHeightPercents()
Specifies the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). |
byte |
getPerspective()
Returns or sets the perspective value (field of view angle) for 3D charts (between 0 and 100). |
boolean |
getRightAngleAxes()
Determines whether the chart axes are at right angles, rather than drawn in perspective. |
byte |
getRotationX()
Returns or sets the rotation degree in the X direction for 3D charts (between -90 and 90 degrees). |
int |
getRotationY()
Returns or sets the rotation degree in the Y direction for 3D charts (between 0 and 360 degrees). |
void |
setDepthPercents(int value)
|
void |
setHeightPercents(int value)
|
void |
setPerspective(byte value)
|
void |
setRightAngleAxes(boolean value)
|
void |
setRotationX(byte value)
|
void |
setRotationY(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte getRotationX()
Returns or sets the rotation degree in the X direction for 3D charts (between -90 and 90 degrees).
Read/write int
.
getRotationX
in interface IRotation3D
public void setRotationX(byte value)
setRotationX
in interface IRotation3D
public int getRotationY()
Returns or sets the rotation degree in the Y direction for 3D charts (between 0 and 360 degrees).
Read/write int
.
getRotationY
in interface IRotation3D
public void setRotationY(int value)
setRotationY
in interface IRotation3D
public byte getPerspective()
Returns or sets the perspective value (field of view angle) for 3D charts (between 0 and 100).
Ignored if RightAngleAxes property value is true.
Read/write int
.
getPerspective
in interface IRotation3D
public void setPerspective(byte value)
setPerspective
in interface IRotation3D
public boolean getRightAngleAxes()
Determines whether the chart axes are at right angles, rather than drawn in perspective.
In other words it determines whether the chart angles of axes are independent from chart
rotation or elevation.
Read/write bool
.
getRightAngleAxes
in interface IRotation3D
public void setRightAngleAxes(boolean value)
setRightAngleAxes
in interface IRotation3D
public int getDepthPercents()
Returns or sets the depth of a 3D chart as a percentage of a chart width (between 20 and 2000 percent).
Read/write int
.
getDepthPercents
in interface IRotation3D
public void setDepthPercents(int value)
setDepthPercents
in interface IRotation3D
public int getHeightPercents()
Specifies the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).
getHeightPercents
in interface IRotation3D
public void setHeightPercents(int value)
setHeightPercents
in interface IRotation3D
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |