com.pspdfkit.annotations.configuration.AnnotationOutlineColorConfiguration.Builder<T extends com.pspdfkit.annotations.configuration.AnnotationConfiguration.Builder> |
![]() |
Builder for AnnotationOutlineColorConfiguration
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract T |
setAvailableOutlineColors(List<Integer> availableColors)
Sets outline colors that will be available in the color picker.
| ||||||||||
abstract T |
setCustomColorPickerEnabled(boolean customColorPickerEnabled)
Sets whether or not the custom color picker is used.
| ||||||||||
abstract T |
setDefaultOutlineColor(int defaultColor)
Sets default outline color.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets outline colors that will be available in the color picker.
availableColors | List of available outline colors. |
---|
Sets whether or not the custom color picker is used.
customColorPickerEnabled | true if the custom color picker should be used,
false otherwise.
|
---|
Sets default outline color.
defaultColor | Outline color used as default for created annotations. |
---|