EditorLoadSettings

Created by svennahler on 02.09.16.

open class EditorLoadSettings : ImglySettings

Constructors

EditorLoadSettings
Link copied to clipboard
fun EditorLoadSettings()

Types

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

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getPreviewImage
Link copied to clipboard
open fun getPreviewImage(): <ERROR CLASS>
open fun getPreviewImage(fallback: <ERROR CLASS>): <ERROR CLASS>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
hasNonDefaults
Link copied to clipboard
open override fun hasNonDefaults(): Boolean
hasSize
Link copied to clipboard
open fun hasSize(): Boolean
isRectOutsideTheRawImage
Link copied to clipboard
open fun isRectOutsideTheRawImage(chunkRect: <ERROR CLASS>): Boolean
onCreate
Link copied to clipboard
open override fun onCreate()
setImageSource
Link copied to clipboard

Set an source path

open fun setImageSource(imagePath: <ERROR CLASS>): <ERROR CLASS>
toString
Link copied to clipboard
open override fun toString(): String
writeToParcel
Link copied to clipboard
open override fun writeToParcel(dest: <ERROR CLASS>, flags: Int)

Properties

hasRevertibleValues
Link copied to clipboard
override var hasRevertibleValues: Boolean
imageAspect
Link copied to clipboard

Get the aspect of the image

val imageAspect: Double
imageFileFormat
Link copied to clipboard

Get file format of the image

val imageFileFormat: <ERROR CLASS>
imageSource
Link copied to clipboard

Get the real source image Exif rotation

var imageSource: <ERROR CLASS>?
isSourceBroken
Link copied to clipboard
val isSourceBroken: Boolean
parcelCache
Link copied to clipboard
override var parcelCache: <ERROR CLASS>
realImageSourceHeight
Link copied to clipboard
val realImageSourceHeight: Int
realImageSourceWidth
Link copied to clipboard
val realImageSourceWidth: Int
sourceAngle
Link copied to clipboard

Get the real source image Exif rotation

val sourceAngle: Int
sourceHeight
Link copied to clipboard

Get the real source image height

val sourceHeight: Int
sourceWidth
Link copied to clipboard

Get the real source image width

val sourceWidth: Int
values
Link copied to clipboard
override var values: <ERROR CLASS><ImglySettings.Value<*>>