com.aspose.cells

Class ShadowEffect

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

This class specifies the shadow effect of the chart element or shape.

Property Getters/Setters Summary
doublegetAngle()
void
setAngle(doublevalue)
           Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
doublegetBlur()
void
setBlur(doublevalue)
           Gets and sets the blur of the shadow. Range from 0 to 100 points.
CellsColorgetColor()
void
           Gets and sets the color of the shadow.
doublegetDistance()
void
setDistance(doublevalue)
           Gets and sets the distance of the shadow. Range from 0 to 200 points.
intgetPresetType()
void
setPresetType(intvalue)
           Gets and sets the preset shadow type of the shadow. The value of the property is PresetShadowType integer constant.
doublegetSize()
void
setSize(doublevalue)
           Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow.
doublegetTransparency()
void
setTransparency(doublevalue)
           Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear).
 

    • Property Getters/Setters Detail

      • getPresetType/setPresetType

        public int getPresetType() / public void setPresetType(int value)
        
        Gets and sets the preset shadow type of the shadow. The value of the property is PresetShadowType integer constant.
      • getColor/setColor

        public CellsColor getColor() / public void setColor(CellsColor value)
        
        Gets and sets the color of the shadow.
      • getTransparency/setTransparency

        public double getTransparency() / public void setTransparency(double value)
        
        Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear).
      • getSize/setSize

        public double getSize() / public void setSize(double value)
        
        Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow.
      • getBlur/setBlur

        public double getBlur() / public void setBlur(double value)
        
        Gets and sets the blur of the shadow. Range from 0 to 100 points.
      • getAngle/setAngle

        public double getAngle() / public void setAngle(double value)
        
        Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
      • getDistance/setDistance

        public double getDistance() / public void setDistance(double value)
        
        Gets and sets the distance of the shadow. Range from 0 to 200 points.

    setPresetType

    public voidsetPresetType(intvalue)
    
    Gets and sets the preset shadow type of the shadow. The value of the property is PresetShadowType integer constant.

    setColor

    public voidsetColor(CellsColor value)
    
    Gets and sets the color of the shadow.

    setTransparency

    public voidsetTransparency(doublevalue)
    
    Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear).

    setSize

    public voidsetSize(doublevalue)
    
    Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow.

    setBlur

    public voidsetBlur(doublevalue)
    
    Gets and sets the blur of the shadow. Range from 0 to 100 points.

    setAngle

    public voidsetAngle(doublevalue)
    
    Gets and sets the lighting angle. Range from 0 to 359.9 degrees.

    setDistance

    public voidsetDistance(doublevalue)
    
    Gets and sets the distance of the shadow. Range from 0 to 200 points.