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