setThickness

abstract fun setThickness(@NonNull annotationTool: AnnotationTool, @FloatRange(from = 0.0) thickness: Float)

Sets annotation thickness to preferences.

Parameters

annotationTool

Annotation tool for which we need the preferences.

thickness

Thickness in pt.


abstract fun setThickness(@NonNull annotationTool: AnnotationTool, @NonNull toolVariant: AnnotationToolVariant, @FloatRange(from = 0.0) thickness: Float)

Sets annotation thickness to preferences.

Parameters

annotationTool

Annotation tool for which we need the preferences.

toolVariant

Variant of the annotation tool.

thickness

Thickness in pt.