ImageExportFormat

enum ImageExportFormat : Enum<ImageExportFormat>

Entries

AUTO
Link copied to clipboard
AUTO(ExportFormat.AUTO)
JPEG
Link copied to clipboard
JPEG(ExportFormat.IMAGE_JPEG)
PNG
Link copied to clipboard
PNG(ExportFormat.IMAGE_PNG)

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: ImageExportFormat): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<ImageExportFormat>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

exportFormat
Link copied to clipboard
val exportFormat: ExportFormat
name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int