SoftEdge

SoftEdge class

Represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected.

equals

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

Parameters:

NameTypeDescription
objObjectThe SoftEdge to compare.

Returns: boolean


getEffective

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

Returns: SoftEdgeEffectiveData


getParent_IPresentationComponent

NameDescription
getParent_IPresentationComponent ()

getRadius

NameDescription
getRadius ()Specifies the radius of blur to apply to the edges. Read/write double.

Returns: double


getVersion

NameDescription
getVersion ()

Returns: long


hashCode

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

Returns: int


setRadius

NameDescription
setRadius (double)Specifies the radius of blur to apply to the edges. Read/write double.

Returns: void