public class SoftEdgeEffectiveData extends EffectEffectiveData implements ISoftEdgeEffectiveData
Immutable object which represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
SoftEdgeEffectiveData is equal to the current SoftEdgeEffectiveData . |
double |
getRadius()
Specifies the radius of blur to apply to the edges.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
public final double getRadius()
Specifies the radius of blur to apply to the edges.
Read-only double
.
getRadius
in interface ISoftEdgeEffectiveData
public boolean equals(java.lang.Object obj)
Determines whether the specified SoftEdgeEffectiveData
is equal to the current SoftEdgeEffectiveData
.
equals
in class java.lang.Object
obj
- The SoftEdgeEffectiveData
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object