BaseLineAnnotation

Functions

Link copied to clipboard
Returns currently set dash array or null if no pattern is set.
Link copied to clipboard
Returns currently set line drawing style.
Link copied to clipboard
open fun getLineWidth(): Float
Gets line width/thickness.
Link copied to clipboard
Returns the minimum size of the annotation.
Link copied to clipboard
open fun setDashArray(@NonNull dashes: List<Integer>)
Sets a dash style for the line.
Link copied to clipboard
open fun setLineStyle(@NonNull style: BorderStyle)
Sets current drawing style of the line.
Link copied to clipboard
open fun setLineWidth(@FloatRange(from = 0.0) lineWidth: Float)
Sets line width/thickness.
Link copied to clipboard
open fun updateTransformationProperties(@NonNull newBoundingBox: RectF, @NonNull oldBoundingBox: RectF)
Annotations may override this method to transform their properties (i.e.