Package 

Enum ImageFormat

  • 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 class ImageFormat.Companion
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SVG
      PNG
    • Method Summary

      Modifier and Type Method Description
      final String getContentType()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class ai.tock.shared.ImageFormat

        compareTo, equals, finalize, getDeclaringClass, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait