public interface IThreeDFormat
| Modifier and Type | Method and Description |
|---|---|
double |
getDepth()
Gets the depth of the shape's extrusion.
|
int |
getPerspective()
Gets whether the extrusion appears in perspective.
|
double |
getRotationX()
Gets the rotation of the extruded shape around the x-axis in degrees.
|
double |
getRotationY()
Gets the rotation of the extruded shape around the y-axis in degrees.
|
double |
getRotationZ()
Gets the rotation of the extruded shape around the z-axis in degrees.
|
boolean |
getVisible()
Gets whether the object is visible.
|
double |
getZ()
Returns the Z order of the specified
IThreeDFormat object. |
void |
resetRotation()
Resets the extrusion rotation around the x-axis and the y-axis to 0 (zero) so
that the front of the extrusion faces forward.
|
void |
setDepth(double value)
Sets the depth of the shape's extrusion.
|
void |
setPerspective(int value)
Sets whether the extrusion appears in perspective.
|
void |
setRotationX(double value)
Sets the rotation of the extruded shape around the x-axis in degrees.
|
void |
setRotationY(double value)
Sets the rotation of the extruded shape around the y-axis in degrees.
|
void |
setRotationZ(double value)
Sets the rotation of the extruded shape around the z-axis in degrees.
|
void |
setVisible(boolean value)
Sets whether the object is visible.
|
void |
setZ(double value)
Sets the Z order of the specified
IThreeDFormat object. |
double getDepth()
void setDepth(double value)
int getPerspective()
void setPerspective(int value)
double getRotationX()
void setRotationX(double value)
double getRotationY()
void setRotationY(double value)
double getRotationZ()
void setRotationZ(double value)
boolean getVisible()
void setVisible(boolean value)
double getZ()
IThreeDFormat object.void setZ(double value)
IThreeDFormat object.void resetRotation()