public static enum BmpHeaderDirectory.RenderingIntent extends Enum<BmpHeaderDirectory.RenderingIntent>
Enum Constant and Description |
---|
LCS_GM_ABS_COLORIMETRIC
Match, Absolute Colorimetric
|
LCS_GM_BUSINESS
Graphic, Saturation
|
LCS_GM_GRAPHICS
Proof, Relative Colorimetric
|
LCS_GM_IMAGES
Picture, Perceptual
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
String |
toString() |
static BmpHeaderDirectory.RenderingIntent |
typeOf(long value) |
static BmpHeaderDirectory.RenderingIntent |
valueOf(String name)
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.
|
public static final BmpHeaderDirectory.RenderingIntent LCS_GM_BUSINESS
public static final BmpHeaderDirectory.RenderingIntent LCS_GM_GRAPHICS
public static final BmpHeaderDirectory.RenderingIntent LCS_GM_IMAGES
public static final BmpHeaderDirectory.RenderingIntent LCS_GM_ABS_COLORIMETRIC
public static BmpHeaderDirectory.RenderingIntent[] values()
for (BmpHeaderDirectory.RenderingIntent c : BmpHeaderDirectory.RenderingIntent.values()) System.out.println(c);
public static BmpHeaderDirectory.RenderingIntent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public static BmpHeaderDirectory.RenderingIntent typeOf(long value)
public String toString()
toString
in class Enum<BmpHeaderDirectory.RenderingIntent>
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.