Blur

Blur class

Represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.

equals

NameDescription
equals(Object)Determines whether the specified Blur is equal to the current Blur.

Parameters:

NameTypeDescription
objObjectThe Blur to compare.

Result: boolean


getEffective

NameDescription
getEffective()Gets effective Blur effect data with the inheritance applied.

Result: BlurEffectiveData


getGrow

NameDescription
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.

Result: boolean


getParent_IPresentationComponent

NameDescription
getParent_IPresentationComponent()

getParent_ISlideComponent

NameDescription
getParent_ISlideComponent()

getParent_Immediate

NameDescription
getParent_Immediate()

getPresentation

NameDescription
getPresentation()

Result: Presentation


getRadius

NameDescription
getRadius()Returns or sets blur radius. Read/write double.

Result: double


getSlide

NameDescription
getSlide()

Result: BaseSlide


getVersion

NameDescription
getVersion()

Result: long


hashCode

NameDescription
hashCode()Serves as a hash function for a particular type.

Result: int


setGrow

NameDescription
setGrow(boolean)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.

setRadius

NameDescription
setRadius(double)Returns or sets blur radius. Read/write double.