TransformSettings

Created by svennahler on 02.09.16.

open class TransformSettings

Constructors

TransformSettings
Link copied to clipboard
fun TransformSettings()

Types

Companion
Link copied to clipboard
object Companion
Event
Link copied to clipboard
object Event

Functions

bringToFront
Link copied to clipboard
open fun bringToFront()
changeOrientationCCW
Link copied to clipboard
open fun changeOrientationCCW()
changeOrientationCW
Link copied to clipboard
open fun changeOrientationCW()
createLayer
Link copied to clipboard
open fun createLayer(): <ERROR CLASS>
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
flipHorizontal
Link copied to clipboard
open fun flipHorizontal()
flipVertical
Link copied to clipboard
open fun flipVertical()
getAspectRation
Link copied to clipboard
open fun getAspectRation(): Double
getCropRect
Link copied to clipboard
open fun getCropRect(multiRect: <ERROR CLASS>): <ERROR CLASS>
open fun getCropRect(multiRect: <ERROR CLASS>, imageRect: <ERROR CLASS>): <ERROR CLASS>
getFitRect
Link copied to clipboard
open fun getFitRect(cropRect: <ERROR CLASS>): <ERROR CLASS>
open fun getFitRect(cropRect: <ERROR CLASS>, transformation: <ERROR CLASS>): <ERROR CLASS>
open fun getFitRect(cropRect: <ERROR CLASS>, transformation: <ERROR CLASS>, imageRect: <ERROR CLASS>): <ERROR CLASS>
getLayerToolId
Link copied to clipboard
open fun getLayerToolId(): String
getOrientationRotation
Link copied to clipboard
open fun getOrientationRotation(): Int
getRelativeCropRectInLimits
Link copied to clipboard
open fun getRelativeCropRectInLimits(imageRect: <ERROR CLASS>): <ERROR CLASS>
getScaleDownFactor
Link copied to clipboard
open fun getScaleDownFactor(): Float
hasFixedAspect
Link copied to clipboard
open fun hasFixedAspect(): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
hasNonDefaults
Link copied to clipboard
open fun hasNonDefaults(): Boolean
isAllowedWithLicensed
Link copied to clipboard
open fun isAllowedWithLicensed(): Boolean
isSingleton
Link copied to clipboard
open fun isSingleton(): Boolean
layerCanvasMode
Link copied to clipboard
open fun layerCanvasMode(): Int?
needForceCrop
Link copied to clipboard
open fun needForceCrop(): Boolean
notifyCropChanged
Link copied to clipboard
open fun notifyCropChanged()
obtainCropRect
Link copied to clipboard
open fun obtainCropRect(): <ERROR CLASS>
obtainFitRect
Link copied to clipboard
open fun obtainFitRect(transformation: <ERROR CLASS>): <ERROR CLASS>
obtainImageTransformation
Link copied to clipboard
open fun obtainImageTransformation(): <ERROR CLASS>
onBind
Link copied to clipboard
open fun onBind(stateHandler: <ERROR CLASS>)
onImageRectChanged
Link copied to clipboard
open fun onImageRectChanged(loadState: LoadState)
resetAll
Link copied to clipboard
open fun resetAll()
resetCrop
Link copied to clipboard
open fun resetCrop()
resetRotation
Link copied to clipboard
open fun resetRotation()
revertState
Link copied to clipboard
open fun revertState(saveState: <ERROR CLASS>)
setAspect
Link copied to clipboard
open fun setAspect(aspect: <ERROR CLASS>): TransformSettings
setCropRect
Link copied to clipboard
open fun setCropRect(cropRect: <ERROR CLASS>)
open fun setCropRect(cropRect: <ERROR CLASS>, imageRect: <ERROR CLASS>)
setFitRect
Link copied to clipboard
open fun setFitRect(transformation: <ERROR CLASS>, screenRect: <ERROR CLASS>)
setForceCrop
Link copied to clipboard
open fun setForceCrop(forceLandscapeCrop: String, forcePortraitCrop: String)
setOrientationRotation
Link copied to clipboard
open fun setOrientationRotation(orientationRotation: Int)
toString
Link copied to clipboard
open override fun toString(): String

Properties

aspectConfig
Link copied to clipboard
val aspectConfig: <ERROR CLASS>
cropMaskColor
Link copied to clipboard
var cropMaskColor: <ERROR CLASS>
cropMaskCornerRadius
Link copied to clipboard
var cropMaskCornerRadius: <ERROR CLASS>
isCropMaskEnabled
Link copied to clipboard
var isCropMaskEnabled: <ERROR CLASS>
isHorizontalFlipped
Link copied to clipboard
var isHorizontalFlipped: Boolean
orientationOffsetRotation
Link copied to clipboard
var orientationOffsetRotation: <ERROR CLASS>
relativeCropRect
Link copied to clipboard
var relativeCropRect: <ERROR CLASS>
rotation
Link copied to clipboard
var rotation: <ERROR CLASS>
shouldExportWithCropMask
Link copied to clipboard
var shouldExportWithCropMask: <ERROR CLASS>