Annotation Configuration
interface AnnotationConfiguration
Base for all annotation configuration classes. Contains configuration options shared by all annotation types.
Inheritors
Types
Link copied to clipboard
Builder for AnnotationConfiguration.
Functions
Link copied to clipboard
open fun builder(@NonNull context: Context, @NonNull annotationType: AnnotationType): AnnotationConfiguration.Builder<out AnnotationConfiguration.Builder>
Creates a new instance of annotation configuration builder for given annotation type.
open fun builder(@NonNull context: Context, @NonNull annotationTool: AnnotationTool): AnnotationConfiguration.Builder<out AnnotationConfiguration.Builder>
Creates a new instance of annotation configuration builder for given annotation tool.
Link copied to clipboard
Indicates whether defaults defined by this configuration should be enforced.
Link copied to clipboard
Controls which annotation properties are enabled for this annotation type.
Link copied to clipboard
Indicates whether the z-index editing is enabled for this annotation type.