AbsLayerSettings

abstract class AbsLayerSettings : ImglySettings

Constructors

AbsLayerSettings
Link copied to clipboard
open fun AbsLayerSettings()
AbsLayerSettings
Link copied to clipboard
open fun AbsLayerSettings(enumClass: Class<Out Enum>)

Functions

bringToFront
Link copied to clipboard
open fun bringToFront()
callPreviewDirty
Link copied to clipboard
open fun callPreviewDirty()
createValueDump
Link copied to clipboard
fun createValueDump(): Array<Any>
excludeInParcel
Link copied to clipboard
open fun excludeInParcel(): Boolean
getChangeMarkerList
Link copied to clipboard
fun getChangeMarkerList(): Array<Boolean>
getHasRevertibleValues
Link copied to clipboard
fun getHasRevertibleValues(): Boolean
getLayer
Link copied to clipboard
fun getLayer(): LayerI
getLayerToolId
Link copied to clipboard
abstract fun getLayerToolId(): String
getScaleDownFactor
Link copied to clipboard
open fun getScaleDownFactor(): Float
hasNonDefaults
Link copied to clipboard
open fun hasNonDefaults(): Boolean
isAllowedWithLicensed
Link copied to clipboard
open fun isAllowedWithLicensed(): Boolean
isSingleton
Link copied to clipboard
abstract fun isSingleton(): Boolean
layerCanvasMode
Link copied to clipboard
open fun layerCanvasMode(): Integer
onCreate
Link copied to clipboard
open fun onCreate()
restoreValueDump
Link copied to clipboard
fun restoreValueDump(dump: Array<Any>): Boolean
setInEditMode
Link copied to clipboard
open fun setInEditMode(isInEditMode: Boolean)
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: NonExistentClass, flags: Int)
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

isInEditMode
Link copied to clipboard
open val isInEditMode: Boolean
layerListSettings
Link copied to clipboard
private open val layerListSettings: LayerListSettings