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. |
Result:
boolean
getEffective
| Name | Description |
|---|
| getEffective() | Gets effective Blur effect data with the inheritance applied. |
Result:
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. |
Result:
boolean
getParent_IPresentationComponent
| Name | Description |
|---|
| getParent_IPresentationComponent() | |
getParent_ISlideComponent
| Name | Description |
|---|
| getParent_ISlideComponent() | |
| Name | Description |
|---|
| getParent_Immediate() | |
getPresentation
| Name | Description |
|---|
| getPresentation() | |
Result:
Presentation
getRadius
| Name | Description |
|---|
| getRadius() | Returns or sets blur radius. Read/write double. |
Result:
double
getSlide
| Name | Description |
|---|
| getSlide() | |
Result:
BaseSlide
getVersion
| Name | Description |
|---|
| getVersion() | |
Result:
long
hashCode
| Name | Description |
|---|
| hashCode() | Serves as a hash function for a particular type. |
Result:
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. |