Interface AnnotationNoteIconConfiguration.Builder
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration.Builder
public interface AnnotationNoteIconConfiguration.Builder<T> implements AnnotationConfiguration.Builder<T>
Builder for AnnotationNoteIconConfiguration.
-
-
Method Summary
Modifier and Type Method Description abstract T
setDefaultIconName(@NonNull() @NoteAnnotation.IconName() String iconName)
Sets default note annotation icon name. abstract T
setAvailableIconNames(@NonNull() @NoteAnnotation.IconName() List<String> availableIconNames)
Sets names of note icons available in the icon picker. -
-
Method Detail
-
setDefaultIconName
@NonNull() abstract T setDefaultIconName(@NonNull() @NoteAnnotation.IconName() String iconName)
Sets default note annotation icon name.
- Parameters:
iconName
- Name of the note icon used as default when creating new annotations.
-
setAvailableIconNames
abstract T setAvailableIconNames(@NonNull() @NoteAnnotation.IconName() List<String> availableIconNames)
Sets names of note icons available in the icon picker.
- Parameters:
availableIconNames
- List of available icon names.
-
-
-
-