public final 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.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
|
IBlurEffectiveData |
getEffective()
Gets effective Blur effect data with the inheritance applied.
|
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.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setGrow(boolean value)
Determines whether the bounds of the object should be grown as a result of the blurring.
|
void |
setRadius(double value)
Returns or sets blur radius.
|
getVersiongetParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic final double getRadius()
Returns or sets blur radius.
Read/write double.
public final void setRadius(double value)
Returns or sets blur radius.
Read/write double.
public final 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/write boolean.
public final void setGrow(boolean value)
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/write boolean.
public final IBlurEffectiveData getEffective()
Gets effective Blur effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IBlurEffectiveData>IBlurEffectiveData.public boolean equals(java.lang.Object obj)
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.