com.aspose.cells

Class ThreeDFormat

  • java.lang.Object
    • com.aspose.cells.ThreeDFormat
public class ThreeDFormat 
extends java.lang.Object

Represents a shape's three-dimensional formatting.

Property Getters/Setters Summary
doublegetBottomBevelHeight()
void
           Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points.
intgetBottomBevelType()
void
           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()
void
setBottomBevelWidth(doublevalue)
           Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points.
CellsColorgetContourColor()
void
           Gets and sets the contour color on a shape.
doublegetContourWidth()
void
setContourWidth(doublevalue)
           Gets and sets the contour width on the shape, in unit of points.
CellsColorgetExtrusionColor()
void
           Gets the extrusion color on a shape.
doublegetExtrusionHeight()
void
setExtrusionHeight(doublevalue)
           Gets and sets the extrusion height of the applied to the shape,in unit of points.
doublegetLightAngle()
void
setLightAngle(doublevalue)
           Gets and sets the angle of the extrusion lights.
intgetLighting()
void
setLighting(intvalue)
           Gets and sets type of light rig. The value of the property is LightRigType integer constant.
intgetLightingDirection()
void
           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()
void
setMaterial(intvalue)
           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()
void
setPerspective(doublevalue)
           Gets and sets the angle at which a ThreeDFormat object can be viewed.
intgetPresetCameraType()
void
           Gets and sets the extrusion preset camer. The value of the property is PresetCameraType integer constant.
doublegetRotationX()
void
setRotationX(doublevalue)
           Gets and sets the rotation of the extruded shape around the x-axis in degrees.
doublegetRotationY()
void
setRotationY(doublevalue)
           Gets and sets the rotation of the extruded shape around the y-axis in degrees.
doublegetRotationZ()
void
setRotationZ(doublevalue)
           Gets and sets the rotation of the extruded shape around the z-axis in degrees.
doublegetTopBevelHeight()
void
setTopBevelHeight(doublevalue)
           Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points.
intgetTopBevelType()
void
setTopBevelType(intvalue)
           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()
void
setTopBevelWidth(doublevalue)
           Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points.
doublegetZ()
void
setZ(doublevalue)
           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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • getContourColor/setContourColor

        public CellsColor getContourColor() / 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.
      • getExtrusionColor/setExtrusionColor

        public CellsColor getExtrusionColor() / 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.
      • getZ/setZ

        public double getZ() / 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.
      • 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.
      • 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.
      • getPerspective/setPerspective

        public double getPerspective() / 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.
      • 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.
      • 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.
      • getPresetCameraType/setPresetCameraType

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

    setBottomBevelWidth

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

    setBottomBevelHeight

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

    setBottomBevelType

    public voidsetBottomBevelType(intvalue)
    
    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.

    setTopBevelWidth

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

    setTopBevelHeight

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

    setTopBevelType

    public voidsetTopBevelType(intvalue)
    
    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.

    setMaterial

    public voidsetMaterial(intvalue)
    
    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.

    setContourColor

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

    setContourWidth

    public voidsetContourWidth(doublevalue)
    
    Gets and sets the contour width on the shape, in unit of points.

    setExtrusionColor

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

    setExtrusionHeight

    public voidsetExtrusionHeight(doublevalue)
    
    Gets and sets the extrusion height of the applied to the shape,in unit of points.

    setZ

    public voidsetZ(doublevalue)
    
    Defines the distance from ground for the 3D shape.

    setLightAngle

    public voidsetLightAngle(doublevalue)
    
    Gets and sets the angle of the extrusion lights.

    setLighting

    public voidsetLighting(intvalue)
    
    Gets and sets type of light rig. The value of the property is LightRigType integer constant.

    setLightingDirection

    public voidsetLightingDirection(intvalue)
    
    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.

    setPerspective

    public voidsetPerspective(doublevalue)
    
    Gets and sets the angle at which a ThreeDFormat object can be viewed.

    setRotationX

    public voidsetRotationX(doublevalue)
    
    Gets and sets the rotation of the extruded shape around the x-axis in degrees.

    setRotationY

    public voidsetRotationY(doublevalue)
    
    Gets and sets the rotation of the extruded shape around the y-axis in degrees.

    setRotationZ

    public voidsetRotationZ(doublevalue)
    
    Gets and sets the rotation of the extruded shape around the z-axis in degrees.

    setPresetCameraType

    public voidsetPresetCameraType(intvalue)
    
    Gets and sets the extrusion preset camer. 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: