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) intLCS_GM_ABS_COLORIMETRICMatch, Absolute Colorimetric(package private) intLCS_GM_BUSINESSGraphic, Saturation(package private) intLCS_GM_GRAPHICSProof, Relative Colorimetric(package private) intLCS_GM_IMAGESPicture, Perceptualprivate intvalue
-
Constructor Summary
Constructors Modifier Constructor Description privateRenderingIntent(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetValue()java.lang.StringtoString(int value)MetadataExtractor.BmpHeaderDirectory.RenderingIntenttypeOf(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)
-
-