Package gov.nih.mipav.model.file
Enum libxl.JxlRenderingIntent
- All Implemented Interfaces:
Serializable,Comparable<libxl.JxlRenderingIntent>,java.lang.constant.Constable
- Enclosing class:
libxl
Rendering intent for color encoding, as specified in ISO 15076-1:2010
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionICC-absolutevendor-specificmedia-relativevendor-specific -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic libxl.JxlRenderingIntentReturns the enum constant of this type with the specified name.static libxl.JxlRenderingIntent[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
JXL_RENDERING_INTENT_PERCEPTUAL
vendor-specific -
JXL_RENDERING_INTENT_RELATIVE
media-relative -
JXL_RENDERING_INTENT_SATURATION
vendor-specific -
JXL_RENDERING_INTENT_ABSOLUTE
ICC-absolute
-
-
Field Details
-
numVal
private final int numVal
-
-
Constructor Details
-
JxlRenderingIntent
private JxlRenderingIntent(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()
-