com.aspose.slides
Class SoftEdge

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

public class SoftEdge
extends java.lang.Object

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


Constructor Summary
SoftEdge()
           Creates new instance of SoftEdge class.
 
Method Summary
 double getRadius()
           Specifies the radius of blur to apply to the edges.
 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

SoftEdge

public SoftEdge()

Creates new instance of SoftEdge class.

Method Detail

getRadius

public double getRadius()

Specifies the radius of blur to apply to the edges.


setRadius

public void setRadius(double value)

getReadonly

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