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