com.aspose.slides.pptx
Class SoftEdge

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

public class SoftEdge
extends java.lang.Object

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


Constructor Summary
SoftEdge()
           
 
Method Summary
 double getRadius()
          Returns the radius of a blur to apply to the edges.
 void setRadius(double value)
          Sets the radius of a blur to apply to the edges.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftEdge

public SoftEdge()
Method Detail

getRadius

public double getRadius()
Returns the radius of a blur to apply to the edges.


setRadius

public void setRadius(double value)
Sets the radius of a blur to apply to the edges.

Parameters:
value -