All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.GlowEffect.html Maven / Gradle / Ivy






GlowEffect




com.aspose.cells
Class GlowEffect

java.lang.Object
    extended by com.aspose.cells.GlowEffect

public class GlowEffect 
extends java.lang.Object

This class specifies a glow effect, in which a color blurred outline is added outside the edges of the object.


Property Getters/Setters Summary
CellsColorgetColor()
voidsetColor(CellsColor)
           Gets the color of the glow effect.
doublegetRadius()
voidsetRadius(double)
           Gets and sets the radius of the glow, in unit of points.
doublegetSize()
voidsetSize(double)
           Gets and sets the radius of the glow, in unit of points.
doublegetTransparency()
voidsetTransparency(double)
           Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).
 

Property Getters/Setters Detail

getColor/setColor

public CellsColor getColor() / public void setColor(CellsColor value)
Gets the color of the glow effect.

setColor

public void setColor(CellsColor value)
Gets the color of the glow effect.

getRadius/setRadius

public double getRadius() / public void setRadius(double value)
Gets and sets the radius of the glow, in unit of points. NOTE: This member is now obsolete. Instead, please use GlowEffect.Size property. This property will be removed 6 months later since September 2016. Aspose apologizes for any inconvenience you may have experienced.

setRadius

public void setRadius(double value)
Gets and sets the radius of the glow, in unit of points. NOTE: This member is now obsolete. Instead, please use GlowEffect.Size property. This property will be removed 6 months later since September 2016. Aspose apologizes for any inconvenience you may have experienced.

getSize/setSize

public double getSize() / public void setSize(double value)
Gets and sets the radius of the glow, in unit of points.

setSize

public void setSize(double value)
Gets and sets the radius of the glow, in unit of points.

getTransparency/setTransparency

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

setTransparency

public void setTransparency(double value)
Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy