Builder

Builder for AnnotationOutlineColorConfiguration.

Parameters

<T>

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

Inheritors

Functions

Link copied to clipboard
abstract fun setAvailableOutlineColors(@NonNull availableColors: List<Integer>): T
Sets outline 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 setDefaultOutlineColor(@ColorInt defaultColor: Int): T
Sets default outline color.