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

NameTypeAccessDescription
radiusdoubleReadProperty gets or sets the blur radius
growbooleanReadProperty gets or sets the grow flag of the blur effect

Methods

SignatureDescription
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()doubleReturns the blur radius value
setRadius(value: double)Sets the blur radius to the specified double
isGrow()booleanReturns true if the blur effect expands outward
setGrow(value: boolean)Sets whether the blur effect should grow

See Also