Stamp Picker Item
Entity representing single stamp in StampPickerDialog.
Types
Link copied to clipboard
Builder for creating custom stamps with bitmap image.
Link copied to clipboard
Builder for creating custom stamps from PredefinedStampType or custom String stamp type.
Properties
Link copied to clipboard
Link copied to clipboard
A field that generates the instances of this class from the provided Parcel.
Link copied to clipboard
Default stamp annotation aspect ration.
Link copied to clipboard
Default stamp annotation height.
Link copied to clipboard
Default stamp annotation width.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Creates stamp annotation from picker item data.
Link copied to clipboard
Link copied to clipboard
Creates builder for stamp annotation with bitmap image.
Link copied to clipboard
open fun fromPredefinedType(@NonNull context: Context, @NonNull predefinedStampType: PredefinedStampType): StampPickerItem.Builder
Creates builder for stamp annotations pre-filled with properties of .
Link copied to clipboard
open fun fromStampType(@NonNull context: Context, @NonNull stampType: StampType): StampPickerItem.Builder
Creates builder for stamp annotation using a custom stamp type.
Link copied to clipboard
Returns default list of stamp picker items.
Link copied to clipboard
Returns
true
for special custom stamp can be personalized by users.Link copied to clipboard
Create new instance of this item.
Link copied to clipboard
Renders configured appearance stream to bitmap with size defined in getDefaultPdfWidth and getDefaultPdfHeight scaled to display size.
Link copied to clipboard