TextDesignInvertOption

open class TextDesignInvertOption

Constructors

TextDesignInvertOption
Link copied to clipboard
open fun TextDesignInvertOption(id: Int)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
getStatusImageSource
Link copied to clipboard
open fun getStatusImageSource(): ImageSource
getThumbnailBitmap
Link copied to clipboard
open fun getThumbnailBitmap(): Bitmap
open fun getThumbnailBitmap(maxWidth: Int): Bitmap
hasStaticThumbnail
Link copied to clipboard
open fun hasStaticThumbnail(): Boolean
setInvertedState
Link copied to clipboard
open fun setInvertedState(bool: Boolean)
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Creator<TextDesignInvertOption>