com.aspose.slides.pptx
Class Glow

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

public class Glow
extends java.lang.Object

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


Constructor Summary
Glow()
           
 
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()
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.