com.aspose.slides
Class SoftEdge

java.lang.Object
  extended by com.aspose.slides.SoftEdge
All Implemented Interfaces:
ISoftEdge, java.lang.Cloneable

public class SoftEdge
extends java.lang.Object
implements ISoftEdge, java.lang.Cloneable

Represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected.


Method Summary
 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()
           Specifies the radius of blur to apply to the edges.
 void setRadius(double value)
           Specifies the radius of blur to apply to the edges.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRadius

public double getRadius()

Specifies the radius of blur to apply to the edges. Read/write double.

Specified by:
getRadius in interface ISoftEdge

setRadius

public void setRadius(double value)

Specifies the radius of blur to apply to the edges. Read/write double.

Specified by:
setRadius in interface ISoftEdge

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.