com.aspose.slides
Class Glow

java.lang.Object
  extended by com.aspose.slides.Glow
All Implemented Interfaces:
IGlow

public class Glow
extends java.lang.Object
implements IGlow

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
 IColorFormat getColor()
           Color format.
 double getRadius()
           Radius.
 EffectEffectiveData getReadonly(BaseSlide slide, 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.

Specified by:
getRadius in interface IGlow

setRadius

public void setRadius(double value)
Specified by:
setRadius in interface IGlow

getColor

public IColorFormat getColor()

Color format.

Specified by:
getColor in interface IGlow

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)