StampPickerItem

Entity representing single stamp in StampPickerDialog.

Types

Link copied to clipboard
Builder for creating custom stamps with bitmap image.
Link copied to clipboard
open class Builder
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
@get:FloatRange(from = 0.0)
val defaultPdfHeight: Float
Link copied to clipboard
@get:FloatRange(from = 0.0)
val defaultPdfWidth: Float
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun createStampAnnotation(@IntRange(from = 0) pageIndex: Int): StampAnnotation
Creates stamp annotation from picker item data.
Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
Creates builder for stamp annotation with bitmap image.
Link copied to clipboard
Creates builder for stamp annotations pre-filled with properties of .
Link copied to clipboard
Creates builder for stamp annotation using a custom stamp type.
Link copied to clipboard
Creates builder for stamp annotation using a title.
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
open fun writeToParcel(dest: Parcel, flags: Int)