Package gov.nih.mipav.model.file
Enum libxl.JxlProgressiveDetail
- All Implemented Interfaces:
Serializable,Comparable<libxl.JxlProgressiveDetail>,java.lang.constant.Constable
- Enclosing class:
libxl
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)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionafter completed DC (1:8)after completed groupsduring DC frame when lower resolution are completed (1:32, 1:16)after completed kRegularFramesafter completed groupsafter completed AC passes that are the last pass for their resolution target.after completed AC passes that are not the last pass for their resolution target. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic libxl.JxlProgressiveDetailReturns the enum constant of this type with the specified name.static libxl.JxlProgressiveDetail[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
kFrames
after completed kRegularFrames -
kDC
after completed DC (1:8) -
kLastPasses
after completed AC passes that are the last pass for their resolution target. -
kPasses
after completed AC passes that are not the last pass for their resolution target. -
kDCProgressive
during DC frame when lower resolution are completed (1:32, 1:16) -
kDCGroups
after completed groups -
kGroups
after completed groups
-
-
Field Details
-
numVal
private final int numVal
-
-
Constructor Details
-
JxlProgressiveDetail
private JxlProgressiveDetail(int numVal)
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getNumVal
public int getNumVal()
-