Class View3D
java.lang.Object
com.independentsoft.office.charts.View3D
The Class View3D.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the depth percent.intGets the height percent.intGets the perspective.intGets the y rotation.booleanChecks if is right angle axes.voidsetDepthPercent(int depthPercent)Sets the depth percent.voidsetHeightPercent(int heightPercent)Sets the height percent.voidsetPerspective(int perspective)Sets the perspective.voidsetRightAngleAxes(boolean rightAngleAxes)Sets the right angle axes.voidsetYRotation(int yRotation)Sets the y rotation.toString()
-
Constructor Details
-
View3D
public View3D()Instantiates a new view3 d.
-
-
Method Details
-
clone
-
toString
-
getDepthPercent
public int getDepthPercent()Gets the depth percent.- Returns:
- the depth percent
-
setDepthPercent
public void setDepthPercent(int depthPercent)Sets the depth percent.- Parameters:
depthPercent- the new depth percent
-
getHeightPercent
public int getHeightPercent()Gets the height percent.- Returns:
- the height percent
-
setHeightPercent
public void setHeightPercent(int heightPercent)Sets the height percent.- Parameters:
heightPercent- the new height percent
-
getPerspective
public int getPerspective()Gets the perspective.- Returns:
- the perspective
-
setPerspective
public void setPerspective(int perspective)Sets the perspective.- Parameters:
perspective- the new perspective
-
isRightAngleAxes
public boolean isRightAngleAxes()Checks if is right angle axes.- Returns:
- true, if is right angle axes
-
setRightAngleAxes
public void setRightAngleAxes(boolean rightAngleAxes)Sets the right angle axes.- Parameters:
rightAngleAxes- the new right angle axes
-
getYRotation
public int getYRotation()Gets the y rotation.- Returns:
- the y rotation
-
setYRotation
public void setYRotation(int yRotation)Sets the y rotation.- Parameters:
yRotation- the new y rotation
-