AlphaBiLevel
AlphaBiLevel class
Represents an Alpha Bi-Level effect.
Alpha (Opacity) values less than the threshold are changed to 0 (fully transparent) and
alpha values greater than or equal to the threshold are changed to 100% (fully opaque).
equals
| Name | Description |
|---|
| equals(Object) | Determines whether the specified AlphaBiLevel is equal to the current AlphaBiLevel. |
Parameters:
| Name | Type | Description |
|---|
| obj | Object | The AlphaBiLevel to compare. |
Result:
boolean
getEffective
| Name | Description |
|---|
| getEffective() | Gets effective Alpha Bi-Level effect data with the inheritance applied. |
Result:
AlphaBiLevelEffectiveData
getParent_IPresentationComponent
| Name | Description |
|---|
| getParent_IPresentationComponent() | |
getParent_ISlideComponent
| Name | Description |
|---|
| getParent_ISlideComponent() | |
| Name | Description |
|---|
| getParent_Immediate() | |
getPresentation
| Name | Description |
|---|
| getPresentation() | |
Result:
Presentation
getSlide
| Name | Description |
|---|
| getSlide() | |
Result:
BaseSlide
getThreshold
| Name | Description |
|---|
| getThreshold() | Returns effect threshold. Read/write float. |
Result:
float
getVersion
| Name | Description |
|---|
| getVersion() | |
Result:
long
hashCode
| Name | Description |
|---|
| hashCode() | Serves as a hash function for a particular type. |
Result:
int
setThreshold
| Name | Description |
|---|
| setThreshold(float) | Returns effect threshold. Read/write float. |