com.aspose.slides.pptx
Class Blur
java.lang.Object
com.aspose.slides.pptx.ImageTransformOperationEx
com.aspose.slides.pptx.Blur
public class Blur
- extends ImageTransformOperationEx
Represents a Blur effect that is applied to the entire shape, including its
fill. All color channels, including alpha, are affected.
Constructor Summary |
Blur(double radius,
boolean grow)
Blur effect constructor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Blur
public Blur(double radius,
boolean grow)
- Blur effect constructor.
- Parameters:
radius
- The radius of blur.grow
- Specifies whether the bounds of the object should be grown as
a result of the blurring. True indicates the bounds are grown
while false indicates that they are not
getRadius
public double getRadius()
setRadius
public void setRadius(double value)
getGrow
public boolean getGrow()
setGrow
public void setGrow(boolean value)