com.pspdfkit.annotations.configuration.AnnotationThicknessConfiguration.Builder<T> |
Builder for AnnotationThicknessConfiguration
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract T |
setDefaultThickness(float defaultThickness)
Sets default annotation thickness.
| ||||||||||
abstract T |
setMaxThickness(float maxThickness)
Sets maximal annotation thickness.
| ||||||||||
abstract T |
setMinThickness(float minThickness)
Sets minimal annotation thickness.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets default annotation thickness. Defaults to 10 pt.
defaultThickness | The default annotation thickness in pt. |
---|
Sets maximal annotation thickness. Defaults to 40 pt.
maxThickness | The maximal annotation thickness in pt. |
---|
Sets minimal annotation thickness. Defaults to 1 pt.
minThickness | The minimal annotation thickness in pt. |
---|