Builder

Builder for AnnotationFillColorConfiguration.

Parameters

<T>

Type of the builder, used to return correct builder subclass from builder's methods.

Inheritors

Functions

Link copied to clipboard
abstract fun setAvailableFillColors(@NonNull availableColors: List<Integer>): T
Sets fill colors that will be available in the color picker.
Link copied to clipboard
abstract fun setCustomColorPickerEnabled(customColorPickerEnabled: Boolean): T
Sets whether or not the custom color picker is used.
Link copied to clipboard
abstract fun setDefaultFillColor(@ColorInt defaultColor: Int): T
Sets default fill color.