builder
Creates a new instance of line annotation configuration builder.
Return
Implementation of Builder.
Parameters
context
Context used to pre-fill the builder with implicit values.
open fun builder(@NonNull context: Context, @NonNull annotationType: AnnotationType): LineAnnotationConfiguration.Builder
Creates a new instance of line annotation configuration builder.
Return
Implementation of Builder.
Parameters
context
Context used to pre-fill the builder with implicit values.
annotation Type
Line annotation type to create builder for.
open fun builder(@NonNull context: Context, @NonNull annotationTool: AnnotationTool): LineAnnotationConfiguration.Builder
Creates a new instance of line annotation configuration builder.
Return
Implementation of Builder.
Parameters
context
Context used to pre-fill the builder with implicit values.
annotation Tool
Line annotation type to create builder for.