AssetAppearanceStreamGenerator

Annotation appearance stream generator that supplies a PDF file in app assets to be used as annotation appearance stream.

Constructors

Link copied to clipboard
constructor(@NonNull assetName: String)
Default constructor taking the assetName of an AP stream source document.

Properties

Link copied to clipboard
Parcelable CREATOR for deserializing AssetAppearanceStreamGenerator instances from a Parcel.

Functions

Link copied to clipboard
open fun describeContents(): Int
Describes the kinds of special objects contained in this Parcelable instance.
Link copied to clipboard
open fun equals(o: Any): Boolean
Compares this appearance stream generator to another object for equality based on the asset name.
Link copied to clipboard
Called when the appearance stream data for the given annotation is needed.
Link copied to clipboard
open fun hashCode(): Int
Returns a hash code value for this appearance stream generator based on its asset name.
Link copied to clipboard
Asks the generator whether it should be used to generate the appearance stream for annotation.
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)
Flattens this object into a Parcel.