public static interface

StampAnnotationConfiguration.Builder

implements AnnotationConfiguration.Builder<T>
com.pspdfkit.annotations.configuration.StampAnnotationConfiguration.Builder

Class Overview

Interface for configuration builder. Use builder(Context) to get an instance implementing this interface.

Summary

Public Methods
abstract StampAnnotationConfiguration build()
Builds the annotation configuration from values configured by this builder.
abstract StampAnnotationConfiguration.Builder setAvailableStampPickerItems(List<StampPickerItem> stampPickerItems)
Sets default set of stamp annotations displayed in stamps picker.
[Expand]
Inherited Methods
From interface com.pspdfkit.annotations.configuration.AnnotationConfiguration.Builder

Public Methods

public abstract StampAnnotationConfiguration build ()

Builds the annotation configuration from values configured by this builder.

public abstract StampAnnotationConfiguration.Builder setAvailableStampPickerItems (List<StampPickerItem> stampPickerItems)

Sets default set of stamp annotations displayed in stamps picker.

Parameters
stampPickerItems Stamp annotation list used in stamp picker dialog.