com.aspose.cells
Class ShadowEffect

java.lang.Object
    extended by 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()
voidsetAngle(double value)
           Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
doublegetBlur()
voidsetBlur(double value)
           Gets and sets the blur of the shadow. Range from 0 to 100 points.
CellsColorgetColor()
voidsetColor(CellsColor value)
           Gets and sets the color of the shadow.
doublegetDistance()
voidsetDistance(double value)
           Gets and sets the distance of the shadow. Range from 0 to 200 points.
intgetPresetType()
voidsetPresetType(int value)
           Gets and sets the preset shadow type of the shadow. The value of the property is PresetShadowType integer constant.
doublegetSize()
voidsetSize(double value)
           Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow.
doublegetTransparency()
voidsetTransparency(double value)
           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.

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