public class ThreeDFormat
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
double |
getBottomBevelHeight()
Gets the height of the bottom bevel, or how far into the shape it is applied.
|
int |
getBottomBevelType()
Gets the type of the bottom bevel, or how far into the shape it is applied.
|
double |
getBottomBevelWidth()
Gets the width of the bottom bevel, or how far into the shape it is applied.
|
CellsColor |
getContourColor()
Gets the contour color on a shape.
|
double |
getContourWidth()
Gets the contour width on the shape, in unit of points.
|
CellsColor |
getExtrusionColor()
Gets the extrusion color on a shape.
|
double |
getExtrusionHeight()
Gets the extrusion height of the applied to the shape, in unit of points.
|
double |
getLightAngle()
Gets the angle of the extrusion lights.
|
int |
getLighting()
Gets type of light rig.
|
int |
getLightingDirection()
Gets the direction from which the light rig is oriented in relation to the scene.
|
int |
getMaterial()
Represents the preset material which is combined with the lighting properties to give the
final look and feel of a shape.
|
double |
getPerspective()
Gets the angle at which a ThreeDFormat object can be viewed.
|
int |
getPresetCameraType()
Gets the extrusion preset camera type.
|
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.
|
double |
getTopBevelHeight()
Gets the height of the top bevel, or how far into the shape it is applied.
|
int |
getTopBevelType()
Gets the type of the top bevel, or how far into the shape it is applied.
|
double |
getTopBevelWidth()
Gets the width of the top bevel, or how far into the shape it is applied.
|
double |
getZ()
Defines the distance from ground for the 3D shape.
|
int |
hashCode()
Gets hashcode.
|
void |
setBottomBevelHeight(double value)
Sets the height of the bottom bevel, or how far into the shape it is applied.
|
void |
setBottomBevelType(int value)
Sets the type of the bottom bevel, or how far into the shape it is applied.
|
void |
setBottomBevelWidth(double value)
Sets the width of the bottom bevel, or how far into the shape it is applied.
|
void |
setContourColor(CellsColor value)
Sets the contour color on a shape.
|
void |
setContourWidth(double value)
Sets the contour width on the shape, in unit of points.
|
void |
setExtrusionColor(CellsColor value)
Gets the extrusion color on a shape.
|
void |
setExtrusionHeight(double value)
Sets the extrusion height of the applied to the shape, in unit of points.
|
void |
setLightAngle(double value)
Sets the angle of the extrusion lights.
|
void |
setLighting(int value)
Sets type of light rig.
|
void |
setLightingDirection(int value)
Sets the direction from which the light rig is oriented in relation to the scene.
|
void |
setMaterial(int value)
Represents the preset material which is combined with the lighting properties to give the
final look and feel of a shape.
|
void |
setPerspective(double value)
Sets the angle at which a ThreeDFormat object can be viewed.
|
void |
setPresetCameraType(int value)
Sets the extrusion preset camera type.
|
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 |
setTopBevelHeight(double value)
Sets the height of the top bevel, or how far into the shape it is applied.
|
void |
setTopBevelType(int value)
Sets the type of the top bevel, or how far into the shape it is applied.
|
void |
setTopBevelWidth(double value)
Sets the width of the top bevel, or how far into the shape it is applied.
|
void |
setZ(double value)
Defines the distance from ground for the 3D shape.
|
public double getBottomBevelWidth()
public void setBottomBevelWidth(double value)
public double getBottomBevelHeight()
public void setBottomBevelHeight(double value)
public int getBottomBevelType()
See BevelType.
public void setBottomBevelType(int value)
See BevelType.
public double getTopBevelWidth()
public void setTopBevelWidth(double value)
public double getTopBevelHeight()
public void setTopBevelHeight(double value)
public int getTopBevelType()
See BevelType.
public void setTopBevelType(int value)
See BevelType.
public int getMaterial()
See PresetMaterialType.
public void setMaterial(int value)
See PresetMaterialType.
public CellsColor getContourColor()
public void setContourColor(CellsColor value)
public double getContourWidth()
public void setContourWidth(double value)
public CellsColor getExtrusionColor()
public void setExtrusionColor(CellsColor value)
public double getExtrusionHeight()
public void setExtrusionHeight(double value)
public double getZ()
public void setZ(double value)
public double getLightAngle()
public void setLightAngle(double value)
public int getLighting()
See LightRigType.
public void setLighting(int value)
See LightRigType.
public int getLightingDirection()
public void setLightingDirection(int value)
public double getPerspective()
public void setPerspective(double value)
public double getRotationX()
public void setRotationX(double value)
public double getRotationY()
public void setRotationY(double value)
public double getRotationZ()
public void setRotationZ(double value)
public int getPresetCameraType()
See PresetCameraType.
public void setPresetCameraType(int value)
See PresetCameraType.
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.