set Thickness
abstract fun setThickness(@NonNull annotationTool: AnnotationTool, @FloatRange(from = 0.0 ) thickness: Float)
Sets annotation thickness to preferences.
Parameters
annotation Tool
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
annotation Tool
Annotation tool for which we need the preferences.
tool Variant
Variant of the annotation tool.
thickness
Thickness in pt.