com.aspose.slides
Class GlowEffectiveData

java.lang.Object
  extended by com.aspose.slides.EffectEffectiveData
      extended by com.aspose.slides.GlowEffectiveData
All Implemented Interfaces:
IEffectEffectiveData, IGlowEffectiveData

public class GlowEffectiveData
extends EffectEffectiveData
implements IGlowEffectiveData

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


Method Summary
 java.awt.Color getColor()
           
 double getRadius()
           Radius.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRadius

public double getRadius()

Radius.

Specified by:
getRadius in interface IGlowEffectiveData

getColor

public java.awt.Color getColor()
Specified by:
getColor in interface IGlowEffectiveData