com.aspose.slides
Class SoftEdge

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

public class SoftEdge
extends java.lang.Object
implements ISoftEdge

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.
 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

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.

Specified by:
getRadius in interface ISoftEdge

setRadius

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

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)