com.spire.presentation.drawing
Class GlowEffect

java.lang.Object
  extended by com.spire.presentation.drawing.GlowEffect

public class GlowEffect
extends java.lang.Object

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


Constructor Summary
GlowEffect()
          Creates a new instance of the Glow class.
GlowEffect(PptxBaseXmlElement source)
           
 
Method Summary
 ColorFormat getColorFormat()
          Color format.
 double getRadius()
          Radius.
 void setRadius(double value)
           
 

Constructor Detail

GlowEffect

public GlowEffect()
Creates a new instance of the Glow class.

Throws:
java.lang.Exception

GlowEffect

public GlowEffect(PptxBaseXmlElement source)
Method Detail

getRadius

public double getRadius()
Radius.

Returns:

setRadius

public void setRadius(double value)

getColorFormat

public ColorFormat getColorFormat()
Color format.

Returns: