com.pspdfkit.annotations.configuration.AnnotationColorConfiguration.Builder<T> |
Builder for AnnotationColorConfiguration
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract T |
setAvailableColors(List<Integer> availableColors)
Sets 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 |
setDefaultColor(int defaultColor)
Sets default foreground color.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets colors that will be available in the color picker.
availableColors | List of available 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 foreground color.
defaultColor | Foreground color used as default for newly created annotations. |
---|