com.aspose.cells
Class ThreeDFormat

java.lang.Object
    extended by com.aspose.cells.ThreeDFormat

public class ThreeDFormat 
extends java.lang.Object

Represents a shape's three-dimensional formatting.


Property Getters/Setters Summary
doublegetBottomBevelHeight()
voidsetBottomBevelHeight(double value)
           Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points.
intgetBottomBevelType()
voidsetBottomBevelType(int value)
           Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant.
doublegetBottomBevelWidth()
voidsetBottomBevelWidth(double value)
           Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points.
CellsColorgetContourColor()
voidsetContourColor(CellsColor value)
           Gets and sets the contour color on a shape.
doublegetContourWidth()
voidsetContourWidth(double value)
           Gets and sets the contour width on the shape, in unit of points.
CellsColorgetExtrusionColor()
voidsetExtrusionColor(CellsColor value)
           Gets the extrusion color on a shape.
doublegetExtrusionHeight()
voidsetExtrusionHeight(double value)
           Gets and sets the extrusion height of the applied to the shape, in unit of points.
doublegetLightAngle()
voidsetLightAngle(double value)
           Gets and sets the angle of the extrusion lights.
intgetLighting()
voidsetLighting(int value)
           Gets and sets type of light rig. The value of the property is LightRigType integer constant.
intgetLightingDirection()
voidsetLightingDirection(int value)
           Gets and sets the direction from which the light rig is oriented in relation to the scene. The value of the property is LightRigDirectionType integer constant.
intgetMaterial()
voidsetMaterial(int value)
           Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape. The value of the property is PresetMaterialType integer constant.
doublegetPerspective()
voidsetPerspective(double value)
           Gets and sets the angle at which a ThreeDFormat object can be viewed.
intgetPresetCameraType()
voidsetPresetCameraType(int value)
           Gets and sets the extrusion preset camera type. The value of the property is PresetCameraType integer constant.
doublegetRotationX()
voidsetRotationX(double value)
           Gets and sets the rotation of the extruded shape around the x-axis in degrees.
doublegetRotationY()
voidsetRotationY(double value)
           Gets and sets the rotation of the extruded shape around the y-axis in degrees.
doublegetRotationZ()
voidsetRotationZ(double value)
           Gets and sets the rotation of the extruded shape around the z-axis in degrees.
doublegetTopBevelHeight()
voidsetTopBevelHeight(double value)
           Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points.
intgetTopBevelType()
voidsetTopBevelType(int value)
           Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant.
doublegetTopBevelWidth()
voidsetTopBevelWidth(double value)
           Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points.
doublegetZ()
voidsetZ(double value)
           Defines the distance from ground for the 3D shape.
 
Method Summary
booleanequals(java.lang.Object obj)
          
inthashCode()
           Gets hashcode.
 

Property Getters/Setters Detail

getBottomBevelWidth/setBottomBevelWidth

public double getBottomBevelWidth() / public void setBottomBevelWidth(double value)
Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points.

setBottomBevelWidth

public void setBottomBevelWidth(double value)
Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points.

getBottomBevelHeight/setBottomBevelHeight

public double getBottomBevelHeight() / public void setBottomBevelHeight(double value)
Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points.

setBottomBevelHeight

public void setBottomBevelHeight(double value)
Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points.

getBottomBevelType/setBottomBevelType

public int getBottomBevelType() / public void setBottomBevelType(int value)
Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant.

setBottomBevelType

public void setBottomBevelType(int value)
Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant.

getTopBevelWidth/setTopBevelWidth

public double getTopBevelWidth() / public void setTopBevelWidth(double value)
Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points.

setTopBevelWidth

public void setTopBevelWidth(double value)
Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points.

getTopBevelHeight/setTopBevelHeight

public double getTopBevelHeight() / public void setTopBevelHeight(double value)
Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points.

setTopBevelHeight

public void setTopBevelHeight(double value)
Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points.

getTopBevelType/setTopBevelType

public int getTopBevelType() / public void setTopBevelType(int value)
Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant.

setTopBevelType

public void setTopBevelType(int value)
Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant.

getMaterial/setMaterial

public int getMaterial() / public 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. The value of the property is PresetMaterialType integer constant.

setMaterial

public 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. The value of the property is PresetMaterialType integer constant.

getContourColor/setContourColor

public CellsColor getContourColor() / public void setContourColor(CellsColor value)
Gets and sets the contour color on a shape.

setContourColor

public void setContourColor(CellsColor value)
Gets and sets the contour color on a shape.

getContourWidth/setContourWidth

public double getContourWidth() / public void setContourWidth(double value)
Gets and sets the contour width on the shape, in unit of points.

setContourWidth

public void setContourWidth(double value)
Gets and sets the contour width on the shape, in unit of points.

getExtrusionColor/setExtrusionColor

public CellsColor getExtrusionColor() / public void setExtrusionColor(CellsColor value)
Gets the extrusion color on a shape.

setExtrusionColor

public void setExtrusionColor(CellsColor value)
Gets the extrusion color on a shape.

getExtrusionHeight/setExtrusionHeight

public double getExtrusionHeight() / public void setExtrusionHeight(double value)
Gets and sets the extrusion height of the applied to the shape, in unit of points.

setExtrusionHeight

public void setExtrusionHeight(double value)
Gets and sets the extrusion height of the applied to the shape, in unit of points.

getZ/setZ

public double getZ() / public void setZ(double value)
Defines the distance from ground for the 3D shape.

setZ

public void setZ(double value)
Defines the distance from ground for the 3D shape.

getLightAngle/setLightAngle

public double getLightAngle() / public void setLightAngle(double value)
Gets and sets the angle of the extrusion lights.

setLightAngle

public void setLightAngle(double value)
Gets and sets the angle of the extrusion lights.

getLighting/setLighting

public int getLighting() / public void setLighting(int value)
Gets and sets type of light rig. The value of the property is LightRigType integer constant.

setLighting

public void setLighting(int value)
Gets and sets type of light rig. The value of the property is LightRigType integer constant.

getLightingDirection/setLightingDirection

public int getLightingDirection() / public void setLightingDirection(int value)
Gets and sets the direction from which the light rig is oriented in relation to the scene. The value of the property is LightRigDirectionType integer constant.

setLightingDirection

public void setLightingDirection(int value)
Gets and sets the direction from which the light rig is oriented in relation to the scene. The value of the property is LightRigDirectionType integer constant.

getPerspective/setPerspective

public double getPerspective() / public void setPerspective(double value)
Gets and sets the angle at which a ThreeDFormat object can be viewed.

setPerspective

public void setPerspective(double value)
Gets and sets the angle at which a ThreeDFormat object can be viewed.

getRotationX/setRotationX

public double getRotationX() / public void setRotationX(double value)
Gets and sets the rotation of the extruded shape around the x-axis in degrees.

setRotationX

public void setRotationX(double value)
Gets and sets the rotation of the extruded shape around the x-axis in degrees.

getRotationY/setRotationY

public double getRotationY() / public void setRotationY(double value)
Gets and sets the rotation of the extruded shape around the y-axis in degrees.

setRotationY

public void setRotationY(double value)
Gets and sets the rotation of the extruded shape around the y-axis in degrees.

getRotationZ/setRotationZ

public double getRotationZ() / public void setRotationZ(double value)
Gets and sets the rotation of the extruded shape around the z-axis in degrees.

setRotationZ

public void setRotationZ(double value)
Gets and sets the rotation of the extruded shape around the z-axis in degrees.

getPresetCameraType/setPresetCameraType

public int getPresetCameraType() / public void setPresetCameraType(int value)
Gets and sets the extrusion preset camera type. The value of the property is PresetCameraType integer constant.

setPresetCameraType

public void setPresetCameraType(int value)
Gets and sets the extrusion preset camera type. The value of the property is PresetCameraType integer constant.

Method Detail

hashCode

public int hashCode()
Gets hashcode.
Returns:

equals

public boolean equals(java.lang.Object obj)
Parameters:
obj -
Returns:

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.