Enum libxl.JxlProgressiveDetail

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

static enum libxl.JxlProgressiveDetail extends Enum<libxl.JxlProgressiveDetail>
Types of progressive detail. Setting a progressive detail with value N implies all progressive details with smaller or equal value. Currently only the following level of progressive detail is implemented: - @ref kDC (which implies kFrames) - @ref kLastPasses (which implies @ref kDC and @ref kFrames) - @ref kPasses (which implies @ref kLastPasses, kDC and @ref kFrames)
  • Enum Constant Details

  • Field Details

    • numVal

      private final int numVal
  • Constructor Details

    • JxlProgressiveDetail

      private JxlProgressiveDetail(int numVal)
  • Method Details

    • values

      public static libxl.JxlProgressiveDetail[] 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.JxlProgressiveDetail 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()