Builder

class Builder

Builder used to construct the AnnotationSelectionViewThemeConfiguration instance.

Constructors

Link copied to clipboard
constructor(configuration: AnnotationSelectionViewThemeConfiguration)

Secondary constructor that creates a builder from an existing AnnotationSelectionViewThemeConfiguration.

constructor()

Properties

Link copied to clipboard

Background drawable for the annotation selection layout. This feature is not supported by callout annotations.

Link copied to clipboard

Scale handle drawable in the bottom center part of the annotation selection layout.

Link copied to clipboard

Scale handle drawable in the bottom left part of the annotation selection layout.

Link copied to clipboard

Scale handle drawable in the bottom right part of the annotation selection layout.

Link copied to clipboard

Scale handle drawable in the center left part of the annotation selection layout.

Link copied to clipboard

Scale handle drawable in the center right part of the annotation selection layout.

Link copied to clipboard

Guide line color.

Link copied to clipboard

Defines size of the drawn guide line that will protrude outside of the selection rect (on each side).

Link copied to clipboard
@IntRange(from = 0)
var guideLineWidth: Int?

Guide line width in pixels.

Link copied to clipboard

Background color drawn on top of a link annotation.

Link copied to clipboard

Border color for link annotations.

Link copied to clipboard

Background color drawn on top of highlighted (i.e. touched) link annotations.

Link copied to clipboard

Border color of highlighted (i.e. touched) link annotations.

Link copied to clipboard

Scale handle drawable of the annotation selection layout for the rotation.

Link copied to clipboard

Annotation selection border color.

Link copied to clipboard

Annotation selection border width in pixels.

Link copied to clipboard

Annotation selection edit handle color.

Link copied to clipboard

Annotation selection padding.

Link copied to clipboard

Annotation selection scale handle color.

Link copied to clipboard

Scale handle drawable in the top center part of the annotation selection layout.

Link copied to clipboard

Scale handle drawable in the top left part of the annotation selection layout.

Link copied to clipboard

Scale handle drawable in the top right part of the annotation selection layout.

Functions

Link copied to clipboard

Creates a new AnnotationSelectionViewThemeConfiguration with the arguments supplied to this builder.