public class BlurEffectiveData extends EffectEffectiveData implements IBlurEffectiveData
Immutable object which represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
BlurEffectiveData is equal to the current BlurEffectiveData . |
boolean |
getGrow()
Determines whether effect spreads beyond shape border.
|
double |
getRadius()
Blur radius.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
public final double getRadius()
Blur radius.
Read-only double
.
getRadius
in interface IBlurEffectiveData
public final boolean getGrow()
Determines whether effect spreads beyond shape border.
Read-only boolean
.
getGrow
in interface IBlurEffectiveData
public boolean equals(java.lang.Object obj)
Determines whether the specified BlurEffectiveData
is equal to the current BlurEffectiveData
.
equals
in class java.lang.Object
obj
- The BlurEffectiveData
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object