com.aspose.slides.pptx.effects
Class Glow

java.lang.Object
  extended by com.aspose.slides.pptx.effects.Glow

public class Glow
extends java.lang.Object

Glow effect.

Color blurred outline is added outside the edges of the object.


Constructor Summary
Glow()
          Glow effect constructor.
 
Method Summary
 ColorFormatEx getColorFormat()
          Returns the color format.
 double getRadius()
          Returns the radius.
 void setColorFormat(ColorFormatEx value)
          Sets the color format.
 void setRadius(double value)
          Sets the radius.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Glow

public Glow()
Glow effect constructor.

Method Detail

getRadius

public double getRadius()
Returns the radius.


setRadius

public void setRadius(double value)
Sets the radius.

Parameters:
value - new radius.

getColorFormat

public ColorFormatEx getColorFormat()
Returns the color format.


setColorFormat

public void setColorFormat(ColorFormatEx value)
Sets the color format.

Parameters:
value - new color format.