asposecells.api

Class ThreeDFormat

Represents a shape's three-dimensional formatting.

Property Getters/Setters Summary
methodgetBottomBevelHeight()
method
           Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points.
methodgetBottomBevelType()
method
           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.
methodgetBottomBevelWidth()
method
           Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points.
methodgetContourColor()
method
           Gets and sets the contour color on a shape.
methodgetContourWidth()
method
           Gets and sets the contour width on the shape, in unit of points.
methodgetExtrusionColor()
method
           Gets the extrusion color on a shape.
methodgetExtrusionHeight()
method
           Gets and sets the extrusion height of the applied to the shape, in unit of points.
methodgetLightAngle()
method
           Gets and sets the angle of the extrusion lights.
methodgetLighting()
method
           Gets and sets type of light rig. The value of the property is LightRigType integer constant.
methodgetLightingDirection()
method
           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.
methodgetMaterial()
method
           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.
methodgetPerspective()
method
           Gets and sets the angle at which a ThreeDFormat object can be viewed.
methodgetPresetCameraType()
method
           Gets and sets the extrusion preset camera type. The value of the property is PresetCameraType integer constant.
methodgetRotationX()
method
           Gets and sets the rotation of the extruded shape around the x-axis in degrees.
methodgetRotationY()
method
           Gets and sets the rotation of the extruded shape around the y-axis in degrees.
methodgetRotationZ()
method
           Gets and sets the rotation of the extruded shape around the z-axis in degrees.
methodgetTopBevelHeight()
method
           Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points.
methodgetTopBevelType()
method
           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.
methodgetTopBevelWidth()
method
           Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points.
methodgetZ()
method
setZ(value)
           Defines the distance from ground for the 3D shape.
 
Method Summary
methodequals(obj)
methodhashCode()
Gets hashcode.
 

    • Property Getters/Setters Detail

      • getBottomBevelWidth/setBottomBevelWidth : float 

        float getBottomBevelWidth() / setBottomBevelWidth(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 : float 

        float getBottomBevelHeight() / setBottomBevelHeight(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 : int 

        int getBottomBevelType() / setBottomBevelType(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 : float 

        float getTopBevelWidth() / setTopBevelWidth(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 : float 

        float getTopBevelHeight() / setTopBevelHeight(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 : int 

        int getTopBevelType() / setTopBevelType(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 : int 

        int getMaterial() / setMaterial(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 : CellsColor 

        CellsColor getContourColor() / setContourColor(value)
        
        Gets and sets the contour color on a shape.
      • getContourWidth/setContourWidth : float 

        float getContourWidth() / setContourWidth(value)
        
        Gets and sets the contour width on the shape, in unit of points.
      • getExtrusionColor/setExtrusionColor : CellsColor 

        CellsColor getExtrusionColor() / setExtrusionColor(value)
        
        Gets the extrusion color on a shape.
      • getExtrusionHeight/setExtrusionHeight : float 

        float getExtrusionHeight() / setExtrusionHeight(value)
        
        Gets and sets the extrusion height of the applied to the shape, in unit of points.
      • getZ/setZ : float 

        float getZ() / setZ(value)
        
        Defines the distance from ground for the 3D shape.
      • getLightAngle/setLightAngle : float 

        float getLightAngle() / setLightAngle(value)
        
        Gets and sets the angle of the extrusion lights.
      • getLighting/setLighting : int 

        int getLighting() / setLighting(value)
        
        Gets and sets type of light rig. The value of the property is LightRigType integer constant.
      • getLightingDirection/setLightingDirection : int 

        int getLightingDirection() / setLightingDirection(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 : float 

        float getPerspective() / setPerspective(value)
        
        Gets and sets the angle at which a ThreeDFormat object can be viewed.
      • getRotationX/setRotationX : float 

        float getRotationX() / setRotationX(value)
        
        Gets and sets the rotation of the extruded shape around the x-axis in degrees.
      • getRotationY/setRotationY : float 

        float getRotationY() / setRotationY(value)
        
        Gets and sets the rotation of the extruded shape around the y-axis in degrees.
      • getRotationZ/setRotationZ : float 

        float getRotationZ() / setRotationZ(value)
        
        Gets and sets the rotation of the extruded shape around the z-axis in degrees.
      • getPresetCameraType/setPresetCameraType : int 

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

      • hashCode

        int hashCode()
        Gets hashcode.
        Returns:
      • equals

        boolean equals(obj)
        Parameters:
        obj: Object -
        Returns: