FrameAsset

open class FrameAsset

Constructors

FrameAsset
Link copied to clipboard

Creates a Frame Config

fun FrameAsset(id: String, frameId: Int, aspectConfig: <ERROR CLASS>?, groupId: Int)
FrameAsset
Link copied to clipboard

Creates a Frame Config with unspecific aspect

fun FrameAsset(id: String, frameConfig: <ERROR CLASS>?)
FrameAsset
Link copied to clipboard

Creates a Frame Config with unspecific aspect

fun FrameAsset(id: String, frameConfig: <ERROR CLASS>?, fixedRelativeScale: Float, scaleIsFixed: Boolean)
FrameAsset
Link copied to clipboard

Creates a Frame Config

fun FrameAsset(id: String, frameId: Int, frameMaskId: Int, aspectConfig: <ERROR CLASS>?, groupId: Int)

Types

Companion
Link copied to clipboard
object Companion

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(o: Any?): Boolean
getImageLimit
Link copied to clipboard

Gets the Region of the Image.

open fun getImageLimit(): <ERROR CLASS>?
hasEqualAspect
Link copied to clipboard
open fun hasEqualAspect(o: <ERROR CLASS>?): Boolean
hasFixedRelativeScale
Link copied to clipboard
open fun hasFixedRelativeScale(): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
hasMask
Link copied to clipboard
open fun hasMask(): Boolean
toString
Link copied to clipboard
open override fun toString(): String
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: <ERROR CLASS>, flags: Int)

Properties

aspect
Link copied to clipboard
open val aspect: BigDecimal?
configType
Link copied to clipboard
open val configType: Class<Out <ERROR CLASS>>
fixedRelativeScale
Link copied to clipboard
val fixedRelativeScale: Float
frameAspect
Link copied to clipboard
open val frameAspect: BigDecimal
frameConfig
Link copied to clipboard
var frameConfig: <ERROR CLASS>?
frameLimit
Link copied to clipboard
open val frameLimit: <ERROR CLASS>
frameMaskSource
Link copied to clipboard

This can get a separate mask ImageSource, it can be also null.

val frameMaskSource: <ERROR CLASS>?
frameSource
Link copied to clipboard

Get frame image source, it can be null. can be a non transparent source @see #getFrameMaskSource()

val frameSource: <ERROR CLASS>?
groupId
Link copied to clipboard
val groupId: Int
isAspectFittingFrame
Link copied to clipboard
open val isAspectFittingFrame: Boolean
isFreeCrop
Link copied to clipboard
open val isFreeCrop: Boolean
isNonFrame
Link copied to clipboard
open val isNonFrame: Boolean