Builder

Builder for AnnotationAlphaConfiguration.

Parameters

<T>

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

Inheritors

Functions

Link copied to clipboard
abstract fun setDefaultAlpha(@FloatRange(from = 0.0, to = 1.0) defaultAlpha: Float): T
Sets default annotation alpha.
Link copied to clipboard
abstract fun setMaxAlpha(@FloatRange(from = 0.0, to = 1.0) maxAlpha: Float): T
Sets maximal annotation alpha.
Link copied to clipboard
abstract fun setMinAlpha(@FloatRange(from = 0.0, to = 1.0) minAlpha: Float): T
Sets minimal annotation alpha.