com.aspose.slides
Class Glow

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

public class Glow
extends java.lang.Object

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


Constructor Summary
Glow()
           Creates a new instance of the Glow class.
 
Method Summary
 ColorFormatEx getColorFormat()
           Color format.
 double getRadius()
           Radius.
 EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
           
 void setRadius(double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Glow

public Glow()

Creates a new instance of the Glow class.

Method Detail

getRadius

public double getRadius()

Radius.


setRadius

public void setRadius(double value)

getColorFormat

public ColorFormatEx getColorFormat()

Color format.


getReadonly

public EffectDataEx getReadonly(BaseSlideEx slide,
                                com.aspose.slides.ColorFormatEx.FloatColor styleColor)