com.aspose.slides
Class Glow

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

public class Glow
extends java.lang.Object
implements IGlow, java.lang.Cloneable

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


Method Summary
 IColorFormat getColor()
           Color format.
 com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
           
 EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
           
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 double getRadius()
           Radius.
 void setRadius(double value)
           Radius.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRadius

public double getRadius()

Radius. Read/write double.

Specified by:
getRadius in interface IGlow

setRadius

public void setRadius(double value)

Radius. Read/write double.

Specified by:
setRadius in interface IGlow

getColor

public IColorFormat getColor()

Color format. Read-only IColorFormat.

Specified by:
getColor in interface IGlow

getEffective

public final EffectEffectiveData getEffective(BaseSlide slide,
                                              com.aspose.slides.util.FloatColor styleColor)

getEffective

public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.