Package com.drew.metadata.bmp
Enum BmpHeaderDirectory.RenderingIntent
java.lang.Object
java.lang.Enum<BmpHeaderDirectory.RenderingIntent>
com.drew.metadata.bmp.BmpHeaderDirectory.RenderingIntent
- All Implemented Interfaces:
Serializable,Comparable<BmpHeaderDirectory.RenderingIntent>,java.lang.constant.Constable
- Enclosing class:
BmpHeaderDirectory
public static enum BmpHeaderDirectory.RenderingIntent
extends Enum<BmpHeaderDirectory.RenderingIntent>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMatch, Absolute ColorimetricGraphic, SaturationProof, Relative ColorimetricPicture, Perceptual -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()toString()typeOf(long value) Returns the enum constant of this type with the specified name.static BmpHeaderDirectory.RenderingIntent[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
LCS_GM_BUSINESS
Graphic, Saturation -
LCS_GM_GRAPHICS
Proof, Relative Colorimetric -
LCS_GM_IMAGES
Picture, Perceptual -
LCS_GM_ABS_COLORIMETRIC
Match, Absolute Colorimetric
-
-
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
-
getValue
public int getValue() -
typeOf
-
toString
- Overrides:
toStringin classEnum<BmpHeaderDirectory.RenderingIntent>
-