com.aspose.slides.pptx
Class Blur

java.lang.Object
  extended by com.aspose.slides.pptx.ImageTransformOperationEx
      extended by 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.
 
Method Summary
 boolean getGrow()
           
 double getRadius()
           
 void setGrow(boolean value)
           
 void setRadius(double value)
           
 
Methods inherited from class com.aspose.slides.pptx.ImageTransformOperationEx
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

getRadius

public double getRadius()

setRadius

public void setRadius(double value)

getGrow

public boolean getGrow()

setGrow

public void setGrow(boolean value)