Interface StampAnnotationConfiguration.Builder
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration.Builder
public interface StampAnnotationConfiguration.Builder implements AnnotationConfiguration.Builder<T>
Interface for configuration builder. Use builder to get an instance implementing this interface.
-
-
Method Summary
Modifier and Type Method Description abstract StampAnnotationConfiguration.Builder
setAvailableStampPickerItems(@NonNull() List<StampPickerItem> stampPickerItems)
Sets default set of stamp annotations displayed in stamps picker. abstract StampAnnotationConfiguration
build()
Builds the annotation configuration from values configured by this builder. -
-
Method Detail
-
setAvailableStampPickerItems
@NonNull() abstract StampAnnotationConfiguration.Builder setAvailableStampPickerItems(@NonNull() List<StampPickerItem> stampPickerItems)
Sets default set of stamp annotations displayed in stamps picker.
- Parameters:
stampPickerItems
- Stamp annotation list used in stamp picker dialog.
-
build
@NonNull() abstract StampAnnotationConfiguration build()
Builds the annotation configuration from values configured by this builder.
-
-
-
-