|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.charts.entity.chartrotationthreed
public class chartrotationthreed
represents 3d rotation of a chart.
constructor summary | |
---|---|
chartrotationthreed( elem)
|
method summary | |
---|---|
int |
getdepth()
depth of points relative to width. |
int |
getxdegree()
gets or sets the rotation degree in the x direction for 3d charts. |
int |
getydegree()
gets or sets the rotation degree in the y direction for 3d charts. |
int |
isperspective()
gets or sets the perspective value for 3d charts. |
void |
isperspective(int value)
gets or sets the perspective value for 3d charts. |
void |
setdepth(int value)
depth of points relative to width. |
void |
setxdegree(int value)
gets or sets the rotation degree in the x direction for 3d charts. |
void |
setydegree(int value)
gets or sets the rotation degree in the y direction for 3d charts. |
constructor detail |
---|
public chartrotationthreed( elem)
method detail |
---|
public int getxdegree()
public void setxdegree(int value)
value
- public int getydegree()
public void setydegree(int value)
value
- public int isperspective()
public void isperspective(int value)
value
- public int getdepth()
public void setdepth(int value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |