Blur
Overview
Blur is a class in Aspose.Slides FOSS for Java.
Inherits from: ImageTransformOperation, IBlur.
Represents a Blur effect that is applied to the entire shape, including its fill.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
radius | double | Read | Property gets or sets the blur radius |
grow | boolean | Read | Property gets or sets the grow flag of the blur effect |
Methods
| Signature | Description |
|---|---|
Blur() | Creates an uninitialized Blur. |
Blur(element: Element, saveCallback: Runnable) | Creates a new Blur backed by the given XML element. |
Blur(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | Creates a new Blur backed by the given XML element with a parent slide reference. |
initInternal(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | Initializes this Blur with the given backing element, save callback, and parent slide. |
getRadius() → double | Returns the blur radius value |
setRadius(value: double) | Sets the blur radius to the specified double |
isGrow() → boolean | Returns true if the blur effect expands outward |
setGrow(value: boolean) | Sets whether the blur effect should grow |