com.aspose.slides
Class Blur

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.Blur
All Implemented Interfaces:
IBlur, IImageTransformOperation, IPresentationComponent, ISlideComponent, java.lang.Cloneable

public class Blur
extends ImageTransformOperation
implements IBlur

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()
           Determines whether the bounds of the object should be grown as a result of the blurring.
 double getRadius()
           Returns or sets blur radius.
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 void setGrow(boolean value)
           
 void setRadius(double value)
           
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

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()

Returns or sets blur radius. Read/write double.

Specified by:
getRadius in interface IBlur

setRadius

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

getGrow

public boolean getGrow()

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

Specified by:
getGrow in interface IBlur

setGrow

public void setGrow(boolean value)
Specified by:
setGrow in interface IBlur

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)