Enum libjpeg.J_COLOR_TRANSFORM

java.lang.Object
java.lang.Enum<libjpeg.J_COLOR_TRANSFORM>
gov.nih.mipav.model.file.libjpeg.J_COLOR_TRANSFORM
All Implemented Interfaces:
Serializable, Comparable<libjpeg.J_COLOR_TRANSFORM>, java.lang.constant.Constable
Enclosing class:
libjpeg

public static enum libjpeg.J_COLOR_TRANSFORM extends Enum<libjpeg.J_COLOR_TRANSFORM>
  • Enum Constant Details

  • Constructor Details

    • J_COLOR_TRANSFORM

      private J_COLOR_TRANSFORM()
  • Method Details

    • values

      public static libjpeg.J_COLOR_TRANSFORM[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static libjpeg.J_COLOR_TRANSFORM valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null