Enum libxl.JxlRenderingIntent

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

static enum libxl.JxlRenderingIntent extends Enum<libxl.JxlRenderingIntent>
Rendering intent for color encoding, as specified in ISO 15076-1:2010
  • Enum Constant Details

    • JXL_RENDERING_INTENT_PERCEPTUAL

      public static final libxl.JxlRenderingIntent JXL_RENDERING_INTENT_PERCEPTUAL
      vendor-specific
    • JXL_RENDERING_INTENT_RELATIVE

      public static final libxl.JxlRenderingIntent JXL_RENDERING_INTENT_RELATIVE
      media-relative
    • JXL_RENDERING_INTENT_SATURATION

      public static final libxl.JxlRenderingIntent JXL_RENDERING_INTENT_SATURATION
      vendor-specific
    • JXL_RENDERING_INTENT_ABSOLUTE

      public static final libxl.JxlRenderingIntent JXL_RENDERING_INTENT_ABSOLUTE
      ICC-absolute
  • Field Details

    • numVal

      private final int numVal
  • Constructor Details

    • JxlRenderingIntent

      private JxlRenderingIntent(int numVal)
  • Method Details

    • values

      public static libxl.JxlRenderingIntent[] 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 libxl.JxlRenderingIntent 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
    • getNumVal

      public int getNumVal()