Package gov.nih.mipav.model.file
Class MetadataExtractor.BmpHeaderDirectory.RenderingIntent
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractor.BmpHeaderDirectory.RenderingIntent
-
- Enclosing class:
- MetadataExtractor.BmpHeaderDirectory
public class MetadataExtractor.BmpHeaderDirectory.RenderingIntent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
LCS_GM_ABS_COLORIMETRIC
Match, Absolute Colorimetric(package private) int
LCS_GM_BUSINESS
Graphic, Saturation(package private) int
LCS_GM_GRAPHICS
Proof, Relative Colorimetric(package private) int
LCS_GM_IMAGES
Picture, Perceptualprivate int
value
-
Constructor Summary
Constructors Modifier Constructor Description private
RenderingIntent(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue()
java.lang.String
toString(int value)
MetadataExtractor.BmpHeaderDirectory.RenderingIntent
typeOf(int value)
-
-
-
Field Detail
-
LCS_GM_BUSINESS
final int LCS_GM_BUSINESS
Graphic, Saturation- See Also:
- Constant Field Values
-
LCS_GM_GRAPHICS
final int LCS_GM_GRAPHICS
Proof, Relative Colorimetric- See Also:
- Constant Field Values
-
LCS_GM_IMAGES
final int LCS_GM_IMAGES
Picture, Perceptual- See Also:
- Constant Field Values
-
LCS_GM_ABS_COLORIMETRIC
final int LCS_GM_ABS_COLORIMETRIC
Match, Absolute Colorimetric- See Also:
- Constant Field Values
-
value
private final int value
-
-
Method Detail
-
getValue
public int getValue()
-
typeOf
public MetadataExtractor.BmpHeaderDirectory.RenderingIntent typeOf(int value)
-
toString
public java.lang.String toString(int value)
-
-