IBlurEffectiveData

All Implemented Interfaces: com.aspose.slides.IEffectEffectiveData

public interface IBlurEffectiveData extends IEffectEffectiveData

Immutable object which represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.

Methods

MethodDescription
getRadius()Returns or sets blur radius.
getGrow()Determines whether the bounds of the object should be grown as a result of the blurring.

getRadius()

public abstract double getRadius()

Returns or sets blur radius. Read-only double.

Returns: double

getGrow()

public abstract 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. Read-only boolean.

Returns: boolean