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.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
|
BlurEffectiveData |
getEffective() |
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.
|
getVersion
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public 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 BlurEffectiveData getEffective()
public boolean equals(java.lang.Object obj)