com.pspdfkit.annotations.configuration.AnnotationAlphaConfiguration.Builder<T> |
Builder for AnnotationAlphaConfiguration
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract T |
setDefaultAlpha(float defaultAlpha)
Sets default annotation alpha.
| ||||||||||
abstract T |
setMaxAlpha(float maxAlpha)
Sets maximal annotation alpha.
| ||||||||||
abstract T |
setMinAlpha(float minAlpha)
Sets minimal annotation alpha.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets default annotation alpha. Defaults to 1.0
defaultAlpha | The default annotation alpha. |
---|
Sets maximal annotation alpha. Defaults to 1.0
maxAlpha | The maximal annotation alpha. |
---|
Sets minimal annotation alpha. Defaults to 0.0
minAlpha | The minimal annotation alpha. |
---|