com.aspose.cells

Class Format3D

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

This class specifies the 3D shape properties for a chart element or shape.

Property Getters/Setters Summary
doublegetLightingAngle()
void
setLightingAngle(doublevalue)
           Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
intgetSurfaceLightingType()
void
           Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint. The value of the property is LightRigType integer constant.
intgetSurfaceMaterialType()
void
           Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte. The value of the property is PresetMaterialType integer constant.
BevelgetTopBevel()
Gets the object that holds the properties associated with defining a bevel on the top or front face of a shape.
 
Method Summary
booleanhasTopBevelData()
Indicates if the shape has top bevel data.
 

    • Property Getters/Setters Detail

      • getTopBevel

        public Bevel getTopBevel()
        
        Gets the object that holds the properties associated with defining a bevel on the top or front face of a shape.
        See Also:
        Bevel
      • getSurfaceMaterialType/setSurfaceMaterialType

        public int getSurfaceMaterialType() / public void setSurfaceMaterialType(int value)
        
        Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte. The value of the property is PresetMaterialType integer constant.
      • getSurfaceLightingType/setSurfaceLightingType

        public int getSurfaceLightingType() / public void setSurfaceLightingType(int value)
        
        Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint. The value of the property is LightRigType integer constant.
      • getLightingAngle/setLightingAngle

        public double getLightingAngle() / public void setLightingAngle(double value)
        
        Gets and sets the lighting angle. Range from 0 to 359.9 degrees.

    setSurfaceMaterialType

    public voidsetSurfaceMaterialType(intvalue)
    
    Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte. The value of the property is PresetMaterialType integer constant.

    setSurfaceLightingType

    public voidsetSurfaceLightingType(intvalue)
    
    Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint. The value of the property is LightRigType integer constant.

    setLightingAngle

    public voidsetLightingAngle(doublevalue)
    
    Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
    • Method Detail

      • hasTopBevelData

        public boolean hasTopBevelData()
        Indicates if the shape has top bevel data.
        Returns: