IBlur
Overview
IBlur is a interface in Aspose.Slides FOSS for Java.
Inherits from: IImageTransformOperation.
Represents a Blur effect that is applied to the entire shape, including its fill.
This interface provides 5 methods for working with IBlur objects in Java programs.
Available methods include: asIImageTransformOperation, getRadius, isGrow, setGrow, setRadius.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: grow, radius.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
radius | double | Read | Returns the blur radius in points. |
grow | boolean | Read | Returns whether the blur boundary grows beyond the shape bounds. |
Methods
| Signature | Description |
|---|---|
getRadius() → double | Returns the blur radius in points. |
setRadius(value: double) | Sets the blur radius in points. |
isGrow() → boolean | Returns whether the blur boundary grows beyond the shape bounds. |
setGrow(value: boolean) | Sets whether the blur boundary grows beyond the shape bounds. |
asIImageTransformOperation() → IImageTransformOperation | Returns this instance as {@link IImageTransformOperation}. |