Interface StampAnnotationConfiguration
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration
public interface StampAnnotationConfiguration implements AnnotationConfiguration
Configuration for stamp annotations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
StampAnnotationConfiguration.Builder
Interface for configuration builder. Use builder to get an instance implementing this interface.
-
Method Summary
Modifier and Type Method Description abstract List<StampPickerItem>
getStampsForPicker()
Default set of stamp annotations. static StampAnnotationConfiguration.Builder
builder(@NonNull() Context context)
Creates a new instance of stamp annotation configuration builder. -
-
Method Detail
-
getStampsForPicker
@NonNull() abstract List<StampPickerItem> getStampsForPicker()
Default set of stamp annotations.
- Returns:
Stamp annotation list used as default in stamp picker dialog.
-
-
-
-