Builder

Builder for AnnotationThicknessConfiguration.

Parameters

<T>

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

Inheritors

Functions

Link copied to clipboard
abstract fun setDefaultThickness(@FloatRange(from = 1.0) defaultThickness: Float): T
Sets default annotation thickness.
Link copied to clipboard
abstract fun setMaxThickness(@FloatRange(from = 1.0) maxThickness: Float): T
Sets maximal annotation thickness.
Link copied to clipboard
abstract fun setMinThickness(@FloatRange(from = 1.0) minThickness: Float): T
Sets minimal annotation thickness.