CropAspectItem

open class CropAspectItem

Constructors

CropAspectItem
Link copied to clipboard
open fun CropAspectItem(id: String)
CropAspectItem
Link copied to clipboard
open fun CropAspectItem(id: String, name: Int)
CropAspectItem
Link copied to clipboard
open fun CropAspectItem(id: String, name: Int, imageSource: ImageSource)
CropAspectItem
Link copied to clipboard
open fun CropAspectItem(id: String, name: String)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
getLayout
Link copied to clipboard
open fun getLayout(): Int
getName
Link copied to clipboard
open fun getName(cropAspectMap: ConfigMap<CropAspectAsset>): String
getViewHolderClass
Link copied to clipboard
open fun getViewHolderClass(): Class<Out DataSourceViewHolder>
isSelectable
Link copied to clipboard
open fun isSelectable(): Boolean
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

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