public interface

StampAnnotationConfiguration

implements AnnotationConfiguration
com.pspdfkit.annotations.configuration.StampAnnotationConfiguration

Class Overview

Configuration for stamp annotations.

Summary

Nested Classes
interface StampAnnotationConfiguration.Builder Interface for configuration builder. 
Public Methods
abstract static StampAnnotationConfiguration.Builder builder(Context context)
Creates a new instance of stamp annotation configuration builder.
abstract List<StampPickerItem> getStampsForPicker()
Default set of stamp annotations.
[Expand]
Inherited Methods
From interface com.pspdfkit.annotations.configuration.AnnotationConfiguration

Public Methods

public static abstract StampAnnotationConfiguration.Builder builder (Context context)

Creates a new instance of stamp annotation configuration builder.

Parameters
context Context used to pre-fill the builder with implicit values.
Returns

public abstract List<StampPickerItem> getStampsForPicker ()

Default set of stamp annotations.

Returns
  • Stamp annotation list used as default in stamp picker dialog.