-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ImageFormat extends Enum<ImageFormat>
Supported generation format.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classImageFormat.Companion
-
Method Summary
Modifier and Type Method Description final StringgetContentType()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getContentType
final String getContentType()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-