Uses of Class
com.drew.metadata.bmp.BmpHeaderDirectory.RenderingIntent
-
Packages that use BmpHeaderDirectory.RenderingIntent Package Description com.drew.metadata.bmp Contains classes for the extraction and modelling of BMP file metadata. -
-
Uses of BmpHeaderDirectory.RenderingIntent in com.drew.metadata.bmp
Methods in com.drew.metadata.bmp that return BmpHeaderDirectory.RenderingIntent Modifier and Type Method Description BmpHeaderDirectory.RenderingIntentBmpHeaderDirectory. getRenderingIntent()static BmpHeaderDirectory.RenderingIntentBmpHeaderDirectory.RenderingIntent. typeOf(long value)static BmpHeaderDirectory.RenderingIntentBmpHeaderDirectory.RenderingIntent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BmpHeaderDirectory.RenderingIntent[]BmpHeaderDirectory.RenderingIntent. values()Returns an array containing the constants of this enum type, in the order they are declared.
-