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
| Name | Description |
|---|
| equals(Object) | Determines whether the specified Blur is equal to the current Blur. |
Parameters:
| Name | Type | Description |
|---|
| obj | Object | The Blur to compare. |
Returns:
boolean
getEffective
| Name | Description |
|---|
| getEffective() | Gets effective Blur effect data with the inheritance applied. |
Returns:
BlurEffectiveData
getGrow
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| getRadius() | Returns or sets blur radius. Read/write double. |
Returns:
double
hashCode
| Name | Description |
|---|
| hashCode() | Serves as a hash function for a particular type. |
Returns:
int
setGrow
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| setRadius(double) | Returns or sets blur radius. Read/write double. |