Class BlurEffect
java.lang.Object
com.independentsoft.office.drawing.BlurEffect
The Class BlurEffect.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlurEffect
public BlurEffect()Instantiates a new blur effect.
-
-
Method Details
-
clone
-
toString
-
isGrow
public boolean isGrow()Checks if is grow.- Returns:
- true, if is grow
-
setGrow
public void setGrow(boolean grow)Sets the grow.- Parameters:
grow- the new grow
-
getRadius
Gets the radius.- Returns:
- the radius
-
setRadius
Sets the radius.- Parameters:
radius- the new radius
-