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.

Returns: boolean


getEffective

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

Returns: 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.

Returns: boolean


getRadius

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

Returns: double


hashCode

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

Returns: 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.