PhotoEditorSaveSettings

Created by svennahler on 02.09.16.

class PhotoEditorSaveSettings constructor(parcel: <ERROR CLASS>?) : SaveSettings

Constructors

PhotoEditorSaveSettings
Link copied to clipboard
fun PhotoEditorSaveSettings(parcel: <ERROR CLASS>?)

Types

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

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
hasNonDefaults
Link copied to clipboard
open override fun hasNonDefaults(): Boolean
onCreate
Link copied to clipboard
open override fun onCreate()
setExportFormat
Link copied to clipboard

The export format of the result.

fun setExportFormat(imageExportFormat: ImageExportFormat)
setOutputToGallery
Link copied to clipboard

Creates a uri to save the export output in the corresponding gallery.

override fun setOutputToGallery(folder: String, name: String?)
setOutputToTemp
Link copied to clipboard

Creates a temporary file to save the export output.

override fun setOutputToTemp()
setOutputToUri
Link copied to clipboard

Sets the output uri to a custom one which is used to save the export output.

override fun setOutputToUri(outputUri: <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

exifMode
Link copied to clipboard

The exif mode of the output.

var exifMode: <ERROR CLASS>
exportFormat
Link copied to clipboard

The export format of the result.

override var exportFormat: ExportFormat
hasRevertibleValues
Link copied to clipboard
override var hasRevertibleValues: Boolean
jpegQuality
Link copied to clipboard

The quality of the jpeg export in percent, from 0 to 100.

var jpegQuality: Int
outputFolder
Link copied to clipboard
override var outputFolder: String?
outputMode
Link copied to clipboard
override var outputMode: OutputMode
outputName
Link copied to clipboard
override var outputName: String?
outputType
Link copied to clipboard
override val outputType: OutputType
outputTypeValue
Link copied to clipboard
override var outputTypeValue: OutputType
outputUri
Link copied to clipboard
override var outputUri: <ERROR CLASS>?
parcelCache
Link copied to clipboard
override var parcelCache: <ERROR CLASS>
values
Link copied to clipboard
override var values: <ERROR CLASS><ImglySettings.Value<*>>