CropAspectAsset

open class CropAspectAsset : AbstractAsset

Constructors

CropAspectAsset
Link copied to clipboard
open fun CropAspectAsset(id: String, cropWidth: Int, cropHeight: Int, fixedSize: Boolean)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
open fun describeContents(): Int
equals
Link copied to clipboard
open fun equals(o: Any): Boolean
flagAsTemporary
Link copied to clipboard
fun flagAsTemporary()
getConfigType
Link copied to clipboard
abstract fun getConfigType(): Class<Out AbstractAsset>
fun getConfigType(): Class<Out AbstractAsset>
getId
Link copied to clipboard
fun getId(): String
getIdWithoutVersion
Link copied to clipboard
fun getIdWithoutVersion(): String
getLegacyVersion
Link copied to clipboard
open fun getLegacyVersion(): SemVersion
getParentId
Link copied to clipboard
fun getParentId(): String
hasEqualAspect
Link copied to clipboard
open fun hasEqualAspect(o: CropAspectAsset): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
open fun hashCode(): Int
hasSpecificSize
Link copied to clipboard
open fun hasSpecificSize(): Boolean
isFreeCrop
Link copied to clipboard
open fun isFreeCrop(): Boolean
isHasFixedSize
Link copied to clipboard
open fun isHasFixedSize(): Boolean
isTemporary
Link copied to clipboard
fun isTemporary(): Boolean
setParentId
Link copied to clipboard
fun setParentId(p: String)
shouldExportCropMask
Link copied to clipboard

Get export value of the crop mask export.

open fun shouldExportCropMask(): Boolean
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: NonExistentClass, flags: Int)
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

aspect
Link copied to clipboard
private val aspect: BigDecimal
CREATOR
Link copied to clipboard
val CREATOR: Creator<CropAspectAsset>
cropHeight
Link copied to clipboard
private val cropHeight: Int
cropMaskColor
Link copied to clipboard
private val cropMaskColor: Int
cropMaskCornerRadius
Link copied to clipboard
private val cropMaskCornerRadius: Float
cropWidth
Link copied to clipboard
private val cropWidth: Int
FREE_CROP
Link copied to clipboard
val FREE_CROP: CropAspectAsset
FREE_CROP_ID
Link copied to clipboard
val FREE_CROP_ID: String
isMaskedCrop
Link copied to clipboard
private val isMaskedCrop: Boolean
MASK_CROP_ID
Link copied to clipboard
val MASK_CROP_ID: String
RESET_CROP_ID
Link copied to clipboard
val RESET_CROP_ID: String